项目名称变更后如何在应用商店更新应用
我在应用程序商店中有一个应用程序,并且运行良好。 我已将应用程序的项目名称从 app1.xcodeproj 更改为 app2.xcodeproj。 是否可以提交 app2.xcodeproj 作为 app1.xcodeproj 的更新。 我已经完成了测试,但现在我想知道是否可以将其作为更新发送。
I have an app available at the app store and is running fine.
I have changed the app's project name from app1.xcodeproj to app2.xcodeproj.
Is it possible to submit app2.xcodeproj as the update for app1.xcodeproj.
I am done with the testing but now I am wondering if its possible to send it as an update.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Xcode 项目的名称没有区别。在 Apple App Store 上更新应用程序时,唯一必须保持一致的是 info.plist 文件中设置的捆绑包标识符。
The name of the Xcode project makes no difference. The only thing that has to be consistent when updating an app on Apple's App Store is the bundle identifier which is set in the info.plist file.