Search code examples
iosvoipprovisioning-profileentitlementspushkit

Provisioning profile doesn't include the com.apple.developer.pushkit.unrestricted-VOIP entitlement


In XCode project, I have added entitlements file. Now if i am adding any value inside that file like.

com.apple.developer.pushkit.unrestricted-voip Bool Yes.

It gives error while running. Provisioning profile "Development" doesn't include the com.apple.developer.pushkit.unrestricted-VOIP entitlement.

How can I add value in the Provisioning profile for entitlements entry?


Solution

  • We consult with apple developer support for same and they share

    "My apologies but at this point in time, we don’t have any additional information about the unrestricted entitlement that you are asking about. All available information on the current entitlements is linked here."

    For more details Please review bellow Threds

    1. https://developer.apple.com/forums/thread/117939
    2. https://developer.apple.com/forums/thread/118607

    Hope this will help to others.