Sunday, July 7, 2013

How to get apple developer provision profile id

When each time the provision profile is updated in apple developer portal website, downloading the profile will get a new id. If the id does not match, the build will fail because of the signing error saying "the provision profile XXXXXX cannot be found".
However, it seems xcode organizer does not show the profile id for available profiles for identitying the signing error. Neither the Apple developer portal will show this profile id when downloading the profile.
Fortunately, the provision profile id is shown on the iphone configuration tool. So it can be used to find out which profile has which id required by signing.

No comments:

Post a Comment