Unable to configure my App ID in iPhone developer portal [closed]
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this开发者_高级运维 questionIam able to create a new apple ID from the provisioning portal from manage tab. But it always shows the app ID as unavailable for Push notification service. Action is to view the details. When i click on that it says, ""Note: Only explicit App IDs can be used to access the Apple Push Notification service. Please use an existing App ID with a specific Bundle Identifier or create a new one.""
Any help would be appreciated!
Thanks,
Ricardo
Generic App ID containing *
can't be used for push notification. For example, you can not use com.yourcompany.* for APN as it contains *
. The main thing is for APN and In App Purchase, you can not use single app id for more than one app.
精彩评论