Search code examples
iphoneobjective-cdistributionapp-id

iphone: appID creation problem?


Whenever I create an app ID on my provisioning profile, the 10 digit bundle seed ID keeps getting imported in front of it... e.g. YVW2UMA3HV.com.yourcompany.ytj

..As a result, the project i'm trying to compile (which as bundleID com.yourcompany.ytj gives an error in Application Loader.

..Is there a way to create an appID without the 'YVW2UMA3HV' in front of it ?


Solution

  • This is expected behavior and always worked for me. Have you, however, tried using something different than "com.yourcompany" as prefix? Because that's where the problem might be at.