Google App Engine APNS

后端 未结 8 2011
陌清茗
陌清茗 2021-02-06 10:08

Im developing the server side for an iOS app with Google App Engine and JDO in Java, and I just realized that GAE dont support Apple Push Notification Service, and I`m very frus

相关标签:
8条回答
  • 2021-02-06 11:00

    AppEngine now supports Sockets so you should be able to use a slightly modified version of javapns now. I have successfully got PyAPNs working on AppEngine (python) which uses the new Socket functionality in 1.7.7.

    If you are interested in seeing my python AppEngine project which does APNS, let me know and I will edit my answer with a link to it. Every time I post a link to it here, a moderator deletes my answer for some reason

    0 讨论(0)
  • 2021-02-06 11:00

    You may check out java-apns-gae.

    It's an open-source Java APNS library that was specifically designed to work (and be used) on Google App Engine.

    0 讨论(0)
提交回复
热议问题