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

All Questions

2 votes
3 answers
617 views

Android instant app with Internal testing

I want to distribute my app as both normal and instant app on Google Play, the size of the normal bundle is below 10Mb so it can also be an instant app. I followed google's guide to build instant apps ...
Simion Vlad's user avatar
0 votes
1 answer
315 views

How to configure web app fallback for instant app

I'm having an android app that is having an instant app version. My instant app can be launched & run without installation from deep link. This is how my deep domain assetlinks.json looks like: [{ ...
Dawid Zawada's user avatar
1 vote
1 answer
919 views

Deep Links and Instant Apps

I am attempting to implement deep links within my Instant App, and keep running into issues that seem to be coming from something to do with the base application. Currently, the error I'm receiving ...
Josh W's user avatar
  • 11
0 votes
2 answers
1k views

Deep Link opens wrong app (instant app, not installed app)

I'm running into an issue with deep links when having an instant app and an installed app (version). My setup is as follows: Base App (com.android.application) Installed App (com.android.dynamic-...
Sebastian's user avatar
0 votes
2 answers
3k views

opening an Instant App by a Firebase Dynamic Link with custom parameters (App Links)

I'm searching for a way to open an Android Instant app in a mobile browser. The app supports app links (deep linking in http/https). My Android app is working as an instant app and can be opened by ...
Or So's user avatar
  • 53
1 vote
0 answers
196 views

putExtra not transferring data when using setAction and setData

The following piece of code successfully transfers the putExtra value when the app is not running in the instant version. However, when I switch to the instant module, the intent does not transfer it. ...
Advait Saravade's user avatar