简体   繁体   中英

iOS Provisioning Portal – App ID

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?

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM