You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an iOS developer, I want to control special entitlements so I can test push notifications.
Describe the solution you'd like
--test-special-entitlements
Enables testing special app entitlements. Re-signs an app having special entitlements with a new application-identifier. This currently supports testing Push Notifications (aps-environment) entitlement for up to one app in a project.
Note: Because this changes the app's identifier, make sure none of the resources in your zip file contain direct references to the test app's bundle id.
Author the user story for this feature
As an iOS developer, I want to control special entitlements so I can test push notifications.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: