Quote:
Originally Posted by tvromero
Make sure your Bundle Identifier, which said is "com.domainname.applicationname" matches EXACTLY the provisioning profile that you created in the program portal.
To check this look in the build tab in Xcode under the code signing identity, their should be the field "Any iPhone OS Device" click on the choice and all your certificates should show up. Usually xcode will pick the proper one assuming there is a match. Compare the ones in this list to your bundle identifier from your info.plist, if they are not an exact match them fix either the profile of the info file and then give it a try. Let me know how it works out.
|
Wow, thanks - got it!!!!!!!!!
The app name had one character incorrect - I had created a few and you can't see the whole name as it is not displayed without going into the App itself.
Thanks a million!