iOS support for Google Cloud Messaging

前端 未结 8 1158
故里飘歌
故里飘歌 2021-01-31 09:38

I saw in google\'s developer console that GCM allows to generate a API key for iOS. I searched in the web for any kind of documentation about how to implement Push Notifications

8条回答
  •  迷失自我
    2021-01-31 09:43

    The response is no for Google Cloud Messaging. However it's possible to send push notification to iOS devices using Google Cloud Platform with Google App Engine and Google Cloud Endpoints. (See this documentation)
    But you will need inevitably to communicate with the Apple Push Notication Service. The task to do it is for sure more complex than using directly the Apple service.

提交回复
热议问题