Skip to content

Manage Play Store assets with Fastlane #5449

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

Open
nicolas-raoul opened this issue Jan 17, 2024 · 3 comments
Open

Manage Play Store assets with Fastlane #5449

nicolas-raoul opened this issue Jan 17, 2024 · 3 comments

Comments

@nicolas-raoul
Copy link
Member

Currently we store market assets in https://github.com/commons-app/marketing and manually copy to Play Store via its web UI.

Problem: It is hard to keep things in sync.

Fastlane can feed to the Play Store API the content a specially crafted folder of assets and metadata. This could solve our problem.

Ideally it would be great if we can keep the repositories separated, as assets are voluminous and not of interest to developers.

@hb0nd
Copy link
Contributor

hb0nd commented Apr 11, 2024

fastlane can also be used for fdroid metadata, notably the missing icon
https://f-droid.org/en/packages/fr.free.nrw.commons/

@nicolas-raoul
Copy link
Member Author

@RedAuburn I believe the missing icon issue will be fixed when we release the next version including this fix: #5447

@hb0nd
Copy link
Contributor

hb0nd commented Apr 11, 2024

@RedAuburn I believe the missing icon issue will be fixed when we release the next version including this fix: #5447

ah you're right, nice 👍️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants