https://support.google.com/googleplay/answer/7240211?hl=en
instant app which you can directly try without installing
https://prudhvir3ddy.github.io/mobile/
if you open this link on an Android device, it should directly open the app
The app has two flavours
- instant ( one that works with Try Now)
- installed ( installable app from playstore )
To run an instant app in local, run these commands
./gradlew assembleSplitsInstantRelease
./gradlew runinstantInstantRelease
To publish the app, use android studio to generate bundles regularly.
When uploading in playstore, make sure to have aab version of the instant app has less version code than the main app
Also, select instant app here for uploading instant app build