问题
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