IOS provisioning profile that has a lookup ID and push notifications

When I tried to register a provisioning profile for push notification, apple did not allow the option to specify a lookup ID. Should I always create two training profiles in my developer account? one for push and one normal id or is there a better way to do this?

+4
source share
1 answer

This is because Apple must have a unique identifier for this particular application. The same rule applies if you are trying to create an application that has in-app purchases. Wildcards are not allowed in both of these scenarios.

You have no choice but to create an explicit type identifier ABCDEFGHIJ.com.myCompanyName.myAppNameHereand use it as the preparation profile application identifier for your development / distribution profiles.

Docs here: https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html

Apple Push (APN) , , , . , push- Xcode. push-, , push- SSL- .

, . , Xcode , , , , ; , . SSL- - push- Xcode. SSL- .

+3

All Articles