iPhone 产品名称

发布于 2024-09-09 18:58:14 字数 309 浏览 1 评论 0原文

我已经在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瑾兮 2024-09-16 18:58:14

捆绑包标识符 (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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文