Is it possible to check a test notification without a developer identifier?

After the beta version of xcode 7, I can install the application on a real device without a developer ID. But can we do the same for push notification. or should we apply for a developer id? If there is a way, refer to the link.

+4
source share
1 answer

To use Apple push notifications, you need to create a certificate for your application in the member center, which can only be accessed if you have current membership in the Apple Developer Program.

+5
source

Source: https://habr.com/ru/post/1606572/


All Articles