Closed krabouilleur closed 1 year ago
Hi,
Do you use a framework like Cordova, Flutter or React Native or do you use a native Xcode project directly?
Can you send a screencapture of the "Signing & Capabilities" tab of both you app target and the Notification Service Extension target? If necessary for privacy, use the chat on your WonderPush dashboard.
It should be configured this way:
Automatically manage signing: Checked Team: Your team name Bundle Identifier: com.your.bundle.identifier Provisioning Profile: Xcode Managed Profile Signing Certificate: Apple Development: Your Name (YOURTEAMID)
Automatically manage signing: Checked Team: Your team name Bundle Identifier: com.your.bundle.identifier.WonderPushNotificationServiceExtension Provisioning Profile: Xcode Managed Profile Signing Certificate: Apple Development: Your Name (YOURTEAMID)
Service :
Error message now: Archive -> Distribute App -> App Store Connect -> Upload -> Automatically manage signing :
And I can't create an identifier (bundle ID) com.example.WonderPushNotificationServiceExtension
So I create a wildcard com.example.*
The app identifier "com.[…].WonderPushNotificationServiceExtension" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again.
I believe this may be because that AppID was already used with another TeamID. Maybe you still have access to that other TeamID and can either use that one, or go to it's associated App Store Connect page and remove the association with the AppID, to free it for your new TeamID.
Or as the message says, simply use another AppID for this extension.
Make sure to change the target id in your Podfile
accordingly if you use Cocoapods.
Once fixed the second error message will probably disappear too.
Hi,
on Xcode if i test on real device, push notifications are working. The provisioning profile use a certificate of type "Apple Development" (so in Debug, for testing on real device)
But if I want to publish to the Appstore (in release) :
The WonderPushNotificationServiceExtension is configured to : "Automatically manage signing" But this service is configured to have an "Apple Development" certificate
How to publish an app with the wonder push extension to the App Store ?