Join Slack
Powered by
hi all, do you use, or have any recommendation for...
# multiplatform
a
Ana Sekuloski
04/08/2024, 10:03 AM
hi all, do you use, or have any recommendation for, any gradle plugins or CI/CD to automate publishing of the apps to Play store/ App store?
j
Jacob Ras
04/08/2024, 11:57 AM
For Android we use
https://github.com/Triple-T/gradle-play-publisher
, for iOS Fastlane, IIRC.
👍 1
e
ephemient
04/08/2024, 3:17 PM
fastlane works for both android and ios
👍 1
➕ 2
s
Stefan Oltmann
04/08/2024, 3:24 PM
There are also plenty of GitHub Actions to do this job like
https://github.com/r0adkll/sign-android-release
&
https://github.com/r0adkll/upload-google-play
I found no good Gradle plugins to do that. Fastlane is a way to go, but its harder to setup than deploying GitHub Actions. On the other hand, it does not depend on GitHub and there are Fastlane GitHub Actions.
👍 1
h
Hristijan
04/08/2024, 3:43 PM
Fastlane/Jenkins
👍 1
a
Ana Sekuloski
04/09/2024, 7:41 AM
Thank you all for your recommendations, will have a look 🙂
2
Views
Open in Slack
Previous
Next