Replies: 2 comments
-
Hi @Cesaario, this is a setting that needs to be done in Apple Dev account, so it is supposed to be done locally. Perhaps check if your bundle identifier is used as XC Wildcard because with them, capabilities cannot be enabled. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I developed an app using react native for android and ios and I'm using Codemagic to build the iOS version.
The app needs push notifications and I'm using OneSignal to achieve it. It works fine with the android version, but after testing the iOS version, I noticed this warning in OneSignal:
I already enabled Push Notifications in the Apple Developer Portal:

But as suggested by OneSignal, I should enable it in XCode settings.
Is there any way to change this setting in codemagic.yaml to enable it during the build?
Beta Was this translation helpful? Give feedback.
All reactions