Replies: 2 comments 1 reply
-
|
Makes sense. Open for making a PR for this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hey @Kirvlawc @iBotPeaches is this under work already? If not i would like to contribute to this 😁 if taken happy to contribute to something else. 👋 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
produce enable_servicescurrently supports enabling the Push Notifications capability, but it does not expose a way to enable the Broadcast Push Notifications option.At the moment, this requires manual configuration in App Store Connect / the Apple Developer portal, which makes fully automated setup difficult.
It would be useful if
push_notificationsaccepted an additional mode, similar to how other capabilities (such as iCloud or Data Protection) support multiple configuration values.For example:
Possible accepted values could be:
This would make Push Notifications capability configuration more consistent with other configurable capabilities already supported by
produceBeta Was this translation helpful? Give feedback.
All reactions