installing two apps that have same bundle identifier

醉酒当歌 提交于 2019-12-10 22:17:14

问题


I develop an app and then i made two version of it. one is free and second is paid. Now i want to use same bundle identifier two install both app on one iphone, or ipod. how can i do this. and will it work fine when i submit it two app store.

What method developer used in their free version and paid version? Do they use Different bundle identifiers?


回答1:


The iOS Developer portal will not let you create two apps with the same Bundle Identifier. Each app on the AppStore must have a different Bundle Identifier so you will definitely have problems if you try to submit it to the store.

Moreover, I believe XCode will erase the previous app on your device when you try to run a new one with the same bundle identifier.

My suggestion is to use something like com.yourcompany.myproductlite for your free version. Of course this means you will not be able to share GameCenter data and so on...

Another way is to make your App free and use In-App purchase to have people unlock the full version.




回答2:


Use wild card bundle indentifier .ie. put a "*"in ur bundle identifier



来源:https://stackoverflow.com/questions/5470535/installing-two-apps-that-have-same-bundle-identifier

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