简体   繁体   English

使用其他配置文件提交应用程序iPhone

[英]Using different Provisioning Profile to submit app iPhone

we have an app currently released on the App Store with the application-identifier "AAAAAAAAAA.com.domain.AppName", but the Provisioning Profile that we used until now is connected to the App ID "AAAAAAAAAA.com.*". 我们目前在App Store上发布了一个应用程序,其应用程序标识符为“ AAAAAAAAAA.com.domain.AppName”,但到目前为止,我们使用的“供应配置文件”已连接到应用程序ID“ AAAAAAAAAA.com。*”。

We now want to enable the Push Notification Services, so we created another App Store Distribution Provisioning Profile connected to the App ID "BBBBBBBBBB.com.domain.AppName". 现在,我们要启用推送通知服务,因此我们创建了另一个连接到应用程序ID“ BBBBBBBBBB.com.domain.AppName”的App Store分发配置概要文件。

Is it possible to release the app with this App ID and that this release will overwrite the current app? 是否可以使用此应用程序ID发布该应用程序,并且此版本将覆盖当前应用程序? If it will not, what is the correct way to achieve our goal? 如果没有,实现我们目标的正确方法是什么?

Thank you. 谢谢。

UPDATE 更新

There is no problem if you change prefix App ID and provisioning profile, but there are some technologies based on prefix (like keychain access) will not work after change. 如果您更改前缀应用程序ID和供应配置文件没有问题,但是更改后某些基于前缀的技术(例如钥匙串访问)将无法使用。

https://developer.apple.com/library/ios/technotes/tn2311/_index.html https://developer.apple.com/library/ios/qa/qa1726/_index.html https://developer.apple.com/library/ios/technotes/tn2311/_index.html https://developer.apple.com/library/ios/qa/qa1726/_index.html

For push-notification there will have new additional distribution (also development )provisioning profile when you enable push-nofication with your current app id . 对于推送通知,当您使用当前应用程序ID启用推送通知时,将会有新的其他分发(也包括开发)配置文件。 So, both are different. 因此,两者是不同的。 Your new app will replace on current app 您的新应用将替换当前应用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM