简体   繁体   English

开发新版本的iOS应用。 需要新的捆绑包ID?

[英]Developing new version of iOS app. Need new bundle ID?

I'm working on a new version of an app that is currently on the App Store. 我正在开发App Store当前正在使用的新版本的应用程序。 I'd like to keep the current version on my testing device while developing the new version alongside it. 我想在开发新版本的同时将当前版本保留在测试设备上。 That way, I can easily access the public version (eg, during customer support) while developing the new version. 这样,在开发新版本时,我可以轻松访问公共版本(例如,在客户支持期间)。

Does that mean I change the bundle ID from com.company.myapp to com.company.myappV1_1? 这是否意味着我将包ID从com.company.myapp更改为com.company.myappV1_1?

If so, should I change it back to com.company.myapp when uploading to the App Store? 如果是这样,在上传到App Store时是否应该将其更改回com.company.myapp?

Is there a better way to accomplish my goal? 有没有更好的方法可以实现我的目标?

Thanks for reading! 谢谢阅读!

You need to have a unique bundle ID on your device or else that'll overwrite the old version. 您需要在设备上具有唯一的捆绑包ID,否则它将覆盖旧版本。 When you submit to the AppStore you can change the bundle ID back to the initial one and overwrite. 当您提交到AppStore时,您可以将包ID更改回最初的ID并覆盖。 You basically answered your own question, since it's imperative bundle ID's are unique. 基本上,您已经回答了自己的问题,因为命令集ID是唯一的。

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

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