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

Questions tagged [android-instant-apps]

Android Instant Apps are special kind of native mobile apps that can be run instantly on Android device, without prior installation, just by clicking on a web link - or the Try Now button in the Play Store. Use this tag for questions about Android Instant Apps development, debugging and deployment. Consider adding [android] tag as well.

android-instant-apps
2 votes
1 answer
1k views

Internal Testing for Instant App not showing the 'Try Now' Button

Android newbie here. I have gone through all the available resources to create and test instant apps on google's developer support site and SO. The code (manifests, build.gradle) are all set up ...
user1224514's user avatar
1 vote
1 answer
884 views

AVC Denied error creating DatagramSocket for Android Instant App

I have an Android app that uses UDP sockets for streaming data and it works well, but I can't get that part to work when run as an instant app. As a simple example, I can create a DatagramSocket ...
David J's user avatar
  • 51
1 vote
0 answers
216 views

Is it possible to Deep link to Instant Apps (Android) from a third-party / trusted apps?

From my Instant Apps, I want to use a third-party / trusted app for authentication, this will lead the user to switch from Instant App to a third-party app where the user will authenticate himself and ...
Akhilesh T's user avatar
1 vote
2 answers
400 views

Not able to access an image from the gallery with an instant app

I have an app that needs access to the gallery of the user to let it choose an image and perform transformations on it. I'd like to port this feature to the instant app experience. I know that the ...
Julien's user avatar
  • 11
1 vote
1 answer
214 views

Can't set instant app meta data tag with value 1337 and app link at the same time in manifest

I'm getting below error when I upload .aab file for preparing release. The meta-data element 'com.google.android.gms.instant.flavor' has an attribute 'android:value' with a value of 1337 and a URL: ...
Shivam Agrawal's user avatar
4 votes
3 answers
909 views

Google play not accepting instant app due to digital asset link

I've been trying for a week to solve this issue with no luck! Google play is still not convinced that I have linked my website properly!, whenever I upload my instant app I get the usual: Your site '...
Muhammad Alfaifi's user avatar
4 votes
0 answers
189 views

Is it possible to make an Android Instant app with bluetooth through web api

iOS App Clips supports Bluetooth, but Android Instant apps do not. Is it possible to make an Android Instant app with a web view that uses the Bluetooth web API? This is more a theoretical question ...
JW_'s user avatar
  • 682
1 vote
1 answer
1k views

how to communicate in multi module dynamice feature Application

I have project structure like app : InstantApp : library: dynamic-feature1 : dynamic-feature2 : dynamic-feature3 : Now there is some dependency between dynamic-feature1 and dynamic-feature2. Now if i ...
Abhishek's user avatar
  • 191
5 votes
1 answer
1k views

Instant app, Try Now button does not appear in play store

i started with following github projects but these example are not working properly. I added missing parts as stated in the docs. https://github.com/android/app-bundle-samples/tree/main/InstantApps/...
oiyio's user avatar
  • 5,779
2 votes
1 answer
436 views

Start an Android Instant App from a NFC Tag

I have developped a simple Instant App to demonstrate feature. When i click on an URL from a mail, the instant app is streamed and seems to work fine. I can then proposed to user to install an app ...
FbFromGrasse's user avatar
1 vote
1 answer
487 views

Android Common Resource as library for Android Application with Modular structure

I have Android res folder with some xml and images. What need to be done Need to put all common resources in separate module and other module will be referring this module for UI creation . What i ...
Abhishek's user avatar
  • 191
3 votes
1 answer
428 views

How to make Android Instant App without "try now" button on google play?

I have to add instant app functionality for specific actions, but we have no need for a trial version. Is it possible to remove the "try now" button from Google play? If not, any ...
Bob Steve's user avatar
  • 111
6 votes
1 answer
1k views

Android KeyStore crashes in Android Instant App

val masterKey = MasterKey .Builder(applicationContext) .setKeyScheme(MasterKey.KeyScheme.AES256_GCM) .build() Running this code in an Instant App ...
Abe Torres's user avatar
0 votes
1 answer
112 views

Why Facebook Login does not work with my instant app?

When I try to login on my Instant App which use the Facebook Login for Android library, the login is stucked within the Facebook flow, I am not able to get back to the app. The login works when I use ...
Jacques Giraudel's user avatar

15 30 50 per page
1
3 4
5
6 7
37