Post

Replies

Boosts

Views

Activity

Comment on How to register for push notifications on iOS 9 and above using Objective C?
There are currently 2 certificates that are associated with the Apple Developer account that I use: Development which is named after me and my MacBook, and Apple Push Services which is tied to the App ID that was created to enable push notifications. When making the new Provisioning Profile, only the Development certificate is available for selection on the Select Certificates step in creating a new provisioning profile. I noticed that the NSLog stopped printing the device token after removing an invalid provisioning profile that the project used to use. A new Development Provisioning Profile was created the same way and now the device token isn't printing.
Sep ’21