I am developing a VoIP app for iPhone. To receive calls, Apple developed PushKit so developers can send VoIP notifications using APNS.
Everything was working fine on iOS 8. When I updated to iOS 9, the PKRegistryDelegate
does not fire the method didUpdatePushCredentials
after registration.
Any ideas/suggestions?