Describe the Problem
We have so far added the screenshots in the app stores manually. Fastlane offers the possibility to do it automatically for iOS and Android. It seems like a good idea to do that, maybe with an environment variable that we set in CircleCI to decide if the screenshots should be done or not, to not waste tokens with every single release.
Describe Your Preferred Solution
Have a new variable for updating the screenshots (default false)
If that variable is set to true, automatically take and upload the screenshots (it doesn't have to be done through Fastlane, but that seems like a good opportunity)
Describe Possible Alternatives
We could do it manually because it's not often (though that is part of the problem, nobody is responsible and has the right permissions)
We could use a different automation, maybe even in some way combined with e2e tests
Related Issues
Well, we just published a major rewrite, and the screenshots aren't up to date...
https://apps.apple.com/us/app/lunes/id1562834995
https://play.google.com/store/apps/details?id=app.lunes&hl=en
Additional Information
Describe the Problem
We have so far added the screenshots in the app stores manually. Fastlane offers the possibility to do it automatically for iOS and Android. It seems like a good idea to do that, maybe with an environment variable that we set in CircleCI to decide if the screenshots should be done or not, to not waste tokens with every single release.
Describe Your Preferred Solution
Have a new variable for updating the screenshots (default false)
If that variable is set to true, automatically take and upload the screenshots (it doesn't have to be done through Fastlane, but that seems like a good opportunity)
Describe Possible Alternatives
We could do it manually because it's not often (though that is part of the problem, nobody is responsible and has the right permissions)
We could use a different automation, maybe even in some way combined with e2e tests
Related Issues
Well, we just published a major rewrite, and the screenshots aren't up to date...
https://apps.apple.com/us/app/lunes/id1562834995
https://play.google.com/store/apps/details?id=app.lunes&hl=en
Additional Information