iOS 配置 - 如果我创建临时配置,是否会破坏应用程序商店中现有应用程序的 APN?
我目前在应用程序商店中有一个应用程序,但丢失了以 Ad-hoc 作为分发方法的配置文件。
在推出应用程序之前,我需要在设备上测试生产 APN,但无法将当前配置的方法设置为分发来执行此操作。 如果我将方法设置为临时,下载该方法,然后将方法设置回分发并使用应用程序商店提交的发布/代码签名,它会破坏应用程序商店中已有的任何内容吗?
I currently have an app in the app store and lost my provisioning profile that had Ad-hoc as its distribution method.
I need to test the production APNs on a device before I push out the app but cant do that with the current provision's method set to distribution.
Will it break anything already in the app store if I set the method to adhoc, download that then set the method back to distribution and release/code sign with that for app store submission?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的基本问题是,当您重新提交应用程序时,是否可以更改应用程序商店中应用程序的配置文件,那么答案是肯定的!
配置文件中唯一重要的是捆绑包 ID。一旦您在 iTunesConnect 中创建应用程序,捆绑包 ID 就永远不会更改。因此,与应用程序一起提交到应用程序商店的配置文件的精确副本没有什么区别,只要它包含正确的捆绑包 ID 并且使用“应用程序商店”分发方法即可。
If your basic question is can you change the provisioning profile for an app in the app store when you resubmit the app, the answer is YES!
The only thing that is important in the provisioning profile is the bundle id. Once you create an app in iTunesConnect, the bundle ID can never change. So, the exact copy of the provisioning profile submitted with an app to the app store makes no difference, as long as it contains the right bundle id and it uses an "app store" distribution method.