iphone:appID 创建问题?
每当我在配置文件上创建应用程序 ID 时,10 位捆绑种子 ID 就会不断在其前面导入...例如 YVW2UMA3HV.com.yourcompany.ytj
..因此,我正在尝试编译的项目(作为bundleID com.yourcompany.ytj 在应用程序加载器中给出错误。
有没有办法创建一个前面没有“YVW2UMA3HV”的appID?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是预期的行为,并且一直对我有用。
但是,您是否尝试过使用与“com.yourcompany”不同的内容作为前缀?因为这可能就是问题所在。
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.
您在 Xcode 项目中为目标的 Identifier 属性提供的值只是 AppID 的 com.yourcomparny.whatever 部分。
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.