How to choose provisional profile for the iphone application when you build your application for device
Please tell me what is the process of the provisional profile choo开发者_如何学Cse in our application when we create device build
The default iPhone Developer profile (under Automatic Profile Selector) is usually the Code Signing Identity to select for a Debug or Release device test build, unless you are testing IAP which requires a non-wildcard App ID.
This assumes you have your certificates and have registered your device UDIDs in the iOS Developer Portal.
精彩评论