Skip to content Skip to sidebar Skip to footer

Published An Instant App: Can't Make It To Start, How Do I Troubleshoot?

I've just published my first instant app - for now it's a very basic Hello World, but I've linked it to my personal website. I've enabled Android App Links on my site, and I've ver

Solution 1:

This would indicate that there isn't a safe upgrade path to your installed app from your instant app. Some of the validations here are

  • The instant app permissions should be <= installable app permissions
  • The device space for installable should not be more restrictive than the instant app. i.e. .
  • Instant app should not have minSdk < installable app mindSdk

In other words, if the device can run instant app, it should be able to run your installable app.

Post a Comment for "Published An Instant App: Can't Make It To Start, How Do I Troubleshoot?"