Bundle Identifier (App ID Suffix)

给你一囗甜甜゛ 提交于 2019-12-10 10:33:20

问题


when creating the AppID for my provisioning profile, i am a bit confused about a point in the documentation, it has been said that you can use either:

com.domainname.appname or com.domainname."

In which case it is recommended each Bundle please.


回答1:


Second one is Wildcard App ID. And it should looks like com.domainname.*. Instead of * you can use any valid name for your project. You can use this ID for all your projects and you don't have to create new ID and new provision profile for each application you want to build and test.

But if you would like to develop app which will use Push Notifications or InAppPurchase, then you have to use explicit App ID. In this case Apple should know about your app to successful delivery information.



来源:https://stackoverflow.com/questions/8939318/bundle-identifier-app-id-suffix

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