Replies: 2 comments 1 reply
-
Hi @mregnauld, Technically this scenario can be achieved using CM workflow for tasks building and signing, followed by creating screenshots and uploading them using Fastlane. Although we currently do not have a dedicated document or blog post covering this scenario, we would appreciate your feedback. If it seems to be a successful solution for you, we would like to encourage you to contribute to our documentation efforts. |
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my Flutter project, I managed to generate all the needed screenshots of my app for both the Apple Store and the Google Play Store, without using Fastlane.
Now I want to automatically upload them to the stores, but I don't really know how to achieve that.
As far as I understand, I can use the
deliver
(for iOS) andsupply
(for Android) Fastlane commands, but I already use Codemagic (without Fastlane) to build, sign and deploy my app and I would like to keep it that way.So is there an easy way to automatically upload the screenshots, with or without Fastlane, and if yes, how?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions