Hey Guys,
I'm developing an iOS app which uses Push Notifications.
Now apparently Google are claiming it is easier and less painful to develop a push notifications system using their infrastructure as compared to APNS (Apple Push Notification Service)
https://cloud.google.com/developers/articles/ios-push-notifications/
Now my question is has anyone developed apps which use PN using the Google Cloud Platform?
What are the risks?
Or is it a better idea to use the APNs service?
Of course i still need do the following to make PN work for my app
I'm developing an iOS app which uses Push Notifications.
Now apparently Google are claiming it is easier and less painful to develop a push notifications system using their infrastructure as compared to APNS (Apple Push Notification Service)
https://cloud.google.com/developers/articles/ios-push-notifications/
Now my question is has anyone developed apps which use PN using the Google Cloud Platform?
What are the risks?
Or is it a better idea to use the APNs service?
Of course i still need do the following to make PN work for my app
- Generate an SSL signing certificate you can use to generate a .p12 certificate.
- Create an Apple App ID through which you can associate push notifications support with your app.
- Generate a .p12 certificate you can use to create an API BaaS notifier. The certificate will be sent to APNs with push notification requests.