Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
2 answers
1k views

Associated Website not redirecting to Android Instant App

I am attempting to open an instant app from a URL by navigating to an associated link that has been tested in Android Studio and deployed to the app store. I've tested the following: I know the ...
Jacobo Koenig's user avatar
1 vote
2 answers
444 views

Android Instant App with Firebase Hosting

I'm currently working on an android instant app. I used firebase hosting, to verify the app links. This works fine for https links: https://xyz.firebaseapp.com/.well-known/assetlinks.json. But when I ...
Oliver's user avatar
  • 503
1 vote
2 answers
2k views

Use app links to launch instant apps

I created a instant app for which I created app links. I hosted assetlinks.json over valid website. My website name is as below: https://instantappsbase.firebaseapp.com assetlinks.json is hosted over ...
Android_programmer_office's user avatar
4 votes
1 answer
1k views

Android Instant Apps and use of App LInks

It looks like right now that Android Instant Apps are supported in Android 5.0 or later. However, App Links (which I understood that Instant Apps depend on) are only supported in 6.0 or later. I've ...
John O'Reilly's user avatar
9 votes
1 answer
3k views

Link is not opened as instant app in some devices

I had published my instant app in play store. when i click the link from gmail it opens as instant app in some devices (Samsung s6 note ,moto g4 plus) In some devices its not working ,but those ...
Dinesh Kannan's user avatar
15 votes
1 answer
667 views

is app indexing is necessary for instant app to show in google search

I have developed an instant app & published it into the play store, also has a website associated with the Instant App. tested the app link with the testing tool from here. The app is opened ...
Dinesh Kannan's user avatar
5 votes
2 answers
1k views

Android Instant App - Play Console release/deploy error and DAL(digital Asset Link) not linked

I'm trying to figure out why the play store will not accept my instant app build. I have successfully deployed an Alpha regular app release to testers since it is a prerequisite to release an instant ...
James's user avatar
  • 4,994
4 votes
4 answers
537 views

Android Instant app not working in my Beta Pre Release testing through the app link

I have my Instant App on Beta pre release but I am not able launch the Instant App through the app link. Instead it is taking me to the web browser. Any help?
Delta Poc's user avatar
5 votes
2 answers
503 views

Should I implement app links in my installed app along with my instant app? What the right way to implement app links?

The docs state that both my instant and installed app should implement App Links. Why should the installed app implement App Links as well, since I only want my instant app URLs to be surfaced ...
Arun Venkatesan's user avatar