In order to register an APK on the Mason Platform you’ll need to meet the following requirements:
- Your APK must be signed. For further information on how to sign your APK refer to https://developer.android.com/studio/publish/app-signing. Note: We do not allow registering debug APKs onto the Mason Platform.
- Mason Controller account https://platform.bymason.com/controller/signup
- Mason CLI https://github.com/MasonAmerica/mason-cli/releases
To register a single APK run the following command:
$ mason register apk example.apk
To register multiple APKs in a subdirectory run the following command:
$ mason register apk apks/*.apk