How to install 2 versions of the same application on iOS?

坚强是说给别人听的谎言 提交于 2019-11-27 08:12:37

问题


I have Application with Bundle dispaly Name "BobAppl" and Bundle identifier named "org.bob.phone".

I want to install new version of the same application but to save old version as well a.e. on my iPhone I want to see 2 applications: "BobAppl" and "BobApplNew".

Right now if I change Bundle dispaly Name to "BobApplNew" I still knock down the "BobAppl".

What I need to do? Need I change Bundle identifier only or something else?

Thanks,


回答1:


Yes, you'll need to change the bundle identifier and, optionally, the bundle display name.



来源:https://stackoverflow.com/questions/15074291/how-to-install-2-versions-of-the-same-application-on-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!