Change name of Iphone Project

﹥>﹥吖頭↗ 提交于 2019-12-24 23:03:54

问题


i have edited an app and made some changes in it. I want to change its name ..

SO i tried lots of methods to change the name and was success..

but the problem is, when i run this new application it replaces the older one.... but i want both to be there....not replacement... edited----

my app support inapp purchase could be this is a problem? is there any method to do this?


回答1:


You need to create a new app id in provisioning portal and then change the bundle identifier in your [Project]-Info.plist.

I think it's the only way to install them both.




回答2:


As far as I can make out from this is you want same app installed on device with with two different identifier.If you are using an adhoc provisioning profile, you just need to change the bundle identifier eg. com.adhoc.abc & com.adhoc.xyz & also dont forget to change the product name.(different product name for both of them)



来源:https://stackoverflow.com/questions/3869790/change-name-of-iphone-project

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