ern binarystore add <descriptor> <pathToBinary>
<descriptor>
myapp:android:1.0.0
), representing the native application version associated to this binary.<pathToBinary>
Android
binary the path should point to a .apk
file, whereas of iOS
it should point to a .app
.--flavor
1.0.0
) can have different flavors, representing different build types of the same application version (for example Dev
/Prod
/QA
...).