Feature Request: Support for Private App Deployment in Google Play Store #173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
I would like to upload the created Android app as a private app to the Google Play Store to enable easy installation and updates via an MDM system.
To achieve this, the app requires:
I suspect that for point (2), the variable ${{ secrets.ANDROID_SIGNING_KEY }} needs to be configured. However, I couldn’t find information on where and how the app’s identifier (point 1) can be set. I’m not very technically versed in this area.
I would greatly appreciate it if support for this could be added to the project in the future. Additionally, any guidance on how I could temporarily address this would be very helpful.
Good work. Thank you very much!
Best regards,
jazzcrack
I will look into this, it should be easy to change the identifier. I will see how to use the android signing key and let you know.
I have updated with the ability to set the android application id, although I have not tested it yet.
In regards to signing the apk, it looks like you need to set a secret for the following: