Artificial Intelligence decision making [closed]

17 hours ago 4
ARTICLE AD BOX

I am developing an Android application using Android Studio and I want to upload the latest version of my app automatically using a CI/CD pipeline instead of manually uploading it through the store dashboard.

I have already set up a CI workflow using GitHub Actions to build the APK file successfully. However, I am unsure how to upload the generated build directly to the Indus Appstore without using the graphical interface.

I checked the official documentation but could not find clear instructions about whether the store provides an API or CLI tool for automated uploads. I also searched for solutions related to Fastlane, but most examples are only for the Google Play Store.

Is there any supported way to upload app updates to the Indus Appstore through CI/CD, such as an API, CLI tool, or third-party integration?

Read Entire Article