iPhone 产品名称
我已经在 App Store 上发布了一个应用程序,现在我要发布它的更新。但我向应用程序添加了应用程序内功能,并意识到 iTunes Connect 中的应用程序名称和 XCode 中的产品名称不同,并且应用程序内功能不起作用。因此,我更改了 XCode 中的产品名称以匹配 iTunes Connect 和应用内购买功能。我的问题是产品名称更改是否会破坏更新?
我问这个问题的原因是,当我在原始版本的设备上测试该应用程序时,xcode 无法启动该应用程序并导致错误。所以我必须手动从测试设备中删除原始版本,然后让xcode安装它,然后进行调试。当我发布更新时,最终用户是否也必须这样做?
I have an App already live on the App Store and I am now releasing an update for it. But I added the In-App feature to the app and realized my app name in iTunes Connect and the product name in XCode were different and the in-app didn't work. So I changed the product name in XCode to match iTunes Connect and the in-app purchase works. My question is if the product name change is going to break the update?
The reason I ask this is because when I test the app on devices with the original version, xcode cannot launch the app and results in an error. So I have to manually delete the original version from the test devices and then let xcode install it and then it debugs. Will the end users have to do the same too when I release the update?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
捆绑包标识符 (com.yourcompany.Appname) 使应用程序在设备上具有唯一性。如果您重命名应用程序但保持捆绑包标识符相同,则该应用程序将被替换并以新名称显示。
The Bundle Identifier (com.yourcompany.Appname) is what makes the application unique on the device. If you rename the application but leave the Bundle Identifier identical then the app will simply be replaced and show up with the new name.