We are preparing to publish instant app apks to play store via "Instant app development" channel for testing purpose. When we sign instant app (using same keystore used for Installed App), only geting one feature module apk inside zip folder(instant-release.zip) which giving error while uploading to Play Store by complaining "Your Instant App APKs should contain at least one base APK"
Anyway we able to see the expected structure under instant-debug version
Structure deference between debug and release version as below
instant-debug.zip
- hello-debug.apk
- base-debug.apk
- bye-debug.apk
instant-release.zip
- hello-release.apk
And not sure whether we making any mistake on gradle configuration. It will very helpful if anyone can advise on this ?