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

后端 未结 5 1113
花落未央
花落未央 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

    It is absolutely possible. 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.

提交回复
热议问题