Is it possible to implement iPhone push notifications in a Google App Engine application?

后端 未结 5 1059
花落未央
花落未央 2021-01-31 11:07

I\'m in the planning phase of an iPhone application and am considering using Google App Engine for my server component due to its scalability features.

Push notification

5条回答
  •  醉话见心
    2021-01-31 11:14

    You use the 3rd-party library notnoop/java-apns. It is easy to use. The only problem you could meet is the thread limitation on the GAE

    You could refer to this answer: https://stackoverflow.com/a/24900789/474002

提交回复
热议问题