-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phased Rollout Notifications #12
Comments
We don't use phased rollouts in our company so I had no idea about this - interesting! A few notes:
That being said, I suggest dividing this feature request into two tasks: sending notifications when statuses change, and informing the percentage of the phased release. |
Appreciate the response there Roger! Agreed we should handle this as multiple tasks, and I don't think having no distinction between completing naturally and via developers actions is a showstopper issue though once we work out how to get the % this shouldn't be hard to work out! (If % == 100% and status == completed) |
Wait, wouldn't |
You raise a valid point 😄 I suppose it'd rely on having the last percentage then! Either way not a massive concern for what I'm praying for here - the daily % updates and the pause/resume/completed are the most important 👀🙏🏼 |
Wondering if there’s been any movement on this in the last year |
Not from me I'm afraid, but I'd still love it! |
Unfortunately not. I don't plan to work on this any time soon, so if anyone has appetite to tackle this task, PRs are always super welcome! 😊 |
I'm new to the App Store api and I was looking through Fastlane's docs and can't seem to find if it's already added there or even if it is possible. The App Store api docs look promising. |
From my comment here: #12 (comment)
It's possible that since I posted that comment, fastlane has implemented this feature already. Very likely, I'd say. 😊 |
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
The text was updated successfully, but these errors were encountered: