Questions tagged [fastlane-supply]
4 questions
1
vote
1 answer
Submit Google Play Privacy Policy via Fastlane
I am currently trying to bring the automation pipeline for a couple of dozens of app back to speed. They both lack the data privacy and the data safety entries in Google Play so far. I was wondering and investigating how to do that in Fastlane but I…

patreu22
- 2,988
- 4
- 22
- 31
1
vote
0 answers
Download all Play Store metadata using fastlane supply excluding screenshots
I'd like to download all of the latest metadata from the Play Store using fastlane supply.
This seems possible using:
fastlane supply init
but this will download all screenshots also. I'd like to just get the text.
Bonus points: can it overwrite…

Ric Santos
- 15,419
- 6
- 50
- 75
0
votes
0 answers
Halting a stage rollout not working using Fastlane - Android
I have used the following code to halt a stage rollout release but unfortunately it's not working
desc "halt stage rollout on playstore"
lane :halt_deployment do
upload_to_play_store(track: 'beta',
…

Arsalan Fakhar Siddiqui
- 138
- 2
- 9
0
votes
1 answer
How to change the default language for the App Store Connect and the Google Play Console?
In my Flutter project, I'm using Fastlane to deploy my app:
on the App Store Connect using the deliver command
on the Google Play Console using the supply command.
My app is currently available in French only (fr-FR) but now I made it available in…

matteoh
- 2,810
- 2
- 29
- 54