I have gone through the steps of enabling basic notifications for the iOS version of my app a handful of times now. I keep getting the same error about the uploaded provisioning profile does not support push notifications but I have gone into the file and have seen the line about push notifications being enabled for production. I have regenerated the provisioning profile, re-uploaded the profile, turned off push notifications, saved, then tried reuploading and rebuilding but still got the same error. I have double and triple checked the app IDs, the certificates, profiles, etc. Are there logs anywhere that can give me any more details on the build fail?
Hello Mac,
Thank you for sharing the details of the issue you are encountering while enabling push notifications for your iOS app.
In this setup, there are two app identifiers involved, and the configuration needs to be done carefully:
-
The main app identifier (used for your app build) should have Push Notifications capability enabled.
-
The secondary identifier that is used specifically for creating the notification provisioning profile should not have any capabilities enabled. It should remain blank without enabling Push Notifications or any other capability.
If the capabilities are enabled on the secondary identifier, it may lead to the provisioning profile error you are currently seeing.
If you are still facing the issue after verifying these settings, we recommend raising a support ticket with us. Our team can review your Apple Developer account configurations and guide you further to resolve the issue.
We will be happy to assist you with the setup.