问题描述
我最近将我的一些应用从一个帐户转移到另一个帐户.当我这样做时,应用程序 ID 也转移了.但是,WatchKit 应用程序或 WatchKit 扩展的应用程序 ID 没有转移.
I have recently transferred some of my apps from one account to another. When I did this the App IDs also transferred. However, the App IDs did not transfer for the WatchKit Apps or WatchKit Extensions.
我已尝试上传,在上传完成并出现在 iTunes Connect 售前赛中后,我收到了一封关于 CFBundleIdentifier Collision
的电子邮件.
I have tried to upload and after the upload has completed and appears in iTunes Connect Prerelease I receive an email about CFBundleIdentifier Collision
.
然后我尝试更改 Apple Watch 应用的应用 ID,但在上传时看到此错误:
I then tried to change the App ID for the Apple Watch app and see this error when uploading:
Attempting to change bundle identifier from com.domain.myapp.watchkitapp to com.domain.myapp.watchkitapp2 is disallowed for bundle MyApp.app/PlugIns/MyApp WatchKit Extension.appex/MyApp WatchKit App.app.
你有什么建议吗?谢谢
推荐答案
Apple 手动转移了我的 Apple Watch 应用的应用 ID,以便我能够上传到新帐户.
Apple manually transferred the App ID for my Apple Watch App so I was able to upload to the new account.
这篇关于更改 Apple Watch 应用的应用 ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!