Our organization has an Android app and an iOS app.
We want to start pushing notification to these apps.
Android has GCM. Apple has APNS.
But we want to
For APNS, Maybe you may consider this forked version of PyAPNS that has enhanced message support.
https://github.com/jimhorng/PyAPNs
which means it will catch error response for failure messages and resent the message which are discarded by APNS while sending between failure messages and receiving error response.
Solution:
Result:
For GCM, you may consider https://github.com/geeknam/python-gcm
For generic wrapper that support both or more mobile provider: https://github.com/Redth/PushSharp