Bundle Identifier (App ID Suffix)

大兔子大兔子 提交于 2019-12-06 09:58:13

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.

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