iOS support for Google Cloud Messaging

前端 未结 8 1169
故里飘歌
故里飘歌 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:54

    the answer is yes, you can use Google Cloud Messaging API to communicate with iOS devices, but its quite a complex process. You can read the official documentation on https://cloud.google.com/resources/articles/ios-push-notifications

    Regards

提交回复
热议问题