-
-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Background
Apple has a phased rollout capability where it will automatically roll an app out to an increasing percentage of its audience whom use automatic app updates. The %'s are static and chosen by Apple, as a developer we can push it to 100% of users at any time during the rollout and we can also pause the rollout at anytime which stops any more users from getting the automatic update.
Request
When Apple changes the % of whom get the rollout, a notification should be sent like:
"App Name has rolled out to 5% of users"
"App Name has finished rollout and is available to 100% of users"
When a developer pushed a release to 100%, a notification should be sent like:
"App Name has been pushed to 100% of users"
When a developer paused a release, a notification should be sent like:
"The rollout of App Name has been paused at 5% of users"
When a developer resumes a release after being paused, a notification should be sent like:
"The rollout of App Name has been resumed. Currently at 5% of users"
Source
https://twitter.com/JamesSherlouk/status/1305287338826911745