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.
|
Thanks, I will check this out and get back to you.