Yury Lego
Yury Lego

Reputation: 21

How to use APNS with a wildcard bundle ID?

I have bundle id for my app. But when i added new non wildcard id, then apple says me 'An App ID with Identifier 'com.xxx.xxx.ipad' is not available. Please enter a different string.' I can't create new bundleId , because my app in production now.

How i can add APNS(push notification) to project? Thanks.

Upvotes: 2

Views: 2764

Answers (1)

James Webster
James Webster

Reputation: 32066

Simply: you can't. APNS requires a non-wildcard bundle ID.

Note that provider connection is valid for delivery to only one specific application, identified by the topic (bundle ID) specified in the certificate
[Source]

Upvotes: 10

Related Questions