iOS 10 VoIP background mode no longer supported?

I know this API is depricated since iOS 9, I want to make sure, does it mean this API will not work at all in iOS 10 and later?In iOS 10, you should be using PushKit for handling push notifications for incoming VoIP calls.  So when you build your app against the iOS 10 SDK, you need to move over to PushKit (which can be supported all the way back to iOS 8, but once you move to iOS 10 our recommendation is to update your minimum deployment target to iOS 9).

You should be using PushKit for handling push notifications for incoming VoIP calls.  So when you build your app against the iOS 10 SDK, you need to move over to PushKit (which can be supported all the way back to iOS 8, but once you move to iOS 10 our recommendation is to update your minimum deployment target to iOS 9).

Source

Leave a Comment

Your email address will not be published. Required fields are marked *