iOS Provisioning Portal – App ID

心不动则不痛 提交于 2019-12-07 14:12:05

问题


I have an app in the App Store, recently updated. I added an In-App Purchase in it. App ID created in iOS Provisioning Portal says that In-App Purchases is not available:

However, it works just fine... So my question is what is App ID and where I need it?


回答1:


for these services you have to create a unique AppID. the AppID which contains the asterisk * is not unique AppID.

example for the unique AppID:

ABCDEFGHIJK.com.applicationid.veryunique


the following IDs cannot use the relevant services because they are not unique IDs (so the services are unavailable for you for your similar IDs with asterisk):

ABCDEFGHIJK.com.applicationid.* or

ABCDEFGHIJK.com.* or

ABCDEFGHIJK.*


see the live picture here, and spot the asterisk * in the first AppID and you are seeing the most of the services are unavailable.

the second one does not contains any asterisk and all of the services are available for it.

I hope this simple explanation is good enough to solve your problem.




回答2:


After Submitting App to app store without in-App purchase You can not add in app purchase to that app This is a issue with app id not your application

You need to create a new app id then submit app with in app purchase



来源:https://stackoverflow.com/questions/12173283/ios-provisioning-portal-app-id

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