开发者

iphone: appID creation problem?

开发者 https://www.devze.com 2023-01-16 14:45 出处:网络
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

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开发者_Go百科 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 ?


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.


The value you supply in your Xcode project for the Identifier property of the target is just the com.yourcomparny.whatever portion of the AppID.

0

精彩评论

暂无评论...
验证码 换一张
取 消