iOS support for Google Cloud Messaging

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

    Google has updated their online documentation. You still need a valid APNS certificate. After, your app can register with GCM using the iOS GCM API. Your notifications server should work without modification.

提交回复
热议问题