iPhone - Same provisioning profile for different app?

拈花ヽ惹草 提交于 2019-12-23 12:23:56

问题


Can you use the same provisioning profile for compiling 2 different apps for the App Store? I suppose not, but just wondering.


回答1:


I'm quite certain you cannot use wildcards in an appID for App Store Submissions. You can build and debug all your apps with something like GK46RTKQ4V.*, though for an actually app submission you WILL need unique appIDs.




回答2:


You can create a profile for any/all apps you want by using a .* at the end of your appID

example:GK46RTKQ4V.*

There are draw backs, such as if you want to be able to do in app purchase you need a unique appID.



来源:https://stackoverflow.com/questions/2692008/iphone-same-provisioning-profile-for-different-app

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