Skip to main content

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
0 votes
1 answer
55 views

Text-To-Speech is not working in instant app in android Kotlin

I have an application that supports Text-To-Speech and it's worked fine in the installed app but when I tried to run instant then it's not working. My question is whether the instant app is supported ...
Hanif Shaikh's user avatar
  • 1,362
0 votes
0 answers
24 views

Unable to insert new contact from instant app in Android 14

How to save/insert a new contact from instant app? Tried inserting a new contact using intent by following developer docs like so: val intent = Intent(ContactsContract.Intents.Insert.ACTION).apply { ...
ajandroid's user avatar
0 votes
1 answer
34 views

How to customise downloading UI for on demand instant modules in android

Currently when requesting another instant module using url deep linking, like so: val intent = Intent(Intent.ACTION_VIEW, uri) intent.setPackage(applicationContext.packageName) intent....
ajandroid's user avatar
0 votes
0 answers
27 views

Installing from instant app fails with white screen

I use this code from my instant app. I expected that I will get some functional prompt that will install the app. But it shows some white dialog that is thin and tall but not functional I have no idea ...
Lipton's user avatar
  • 53
1 vote
0 answers
34 views

Android Instant App. App Icons are not showing on all devices on 'recents' screen

I've built an Android Instant app. The app builds to an .aab app bundle, and is hosted on the Play Store. Some users on specific devices have reported the App Icon is not displaying on the 'recents' ...
Will Beacon's user avatar
0 votes
0 answers
30 views

Getting error while run the instant app in android

I have started exploring the instant app in Android. I have set up all the things like adding the dependency, Manifest things, and thinking deploy as an instant app in the run configuration. Manifest :...
Hanif Shaikh's user avatar
  • 1,362
0 votes
0 answers
154 views

Google Play App Integrity API works for full app but not instant app

I'm trying to add instant app support to my existing app. My app has app integrity enabled and it passes when I run the full app locally. When I run the instant app locally however it fails. Are ...
James Jordan Taylor's user avatar
1 vote
0 answers
69 views

How to set a different versionCode for a Google Instant App which uses the same single module as the installable version?

I am trying to create an instant Android app for a small app with just one module. I have added <dist:module dist:instant="true" /> to the manifest and can now start the app as regular ...
StefanMK's user avatar
  • 1,303
1 vote
1 answer
219 views

Deep Linking to Android Instant App Module Not Working

Need some help figuring out why deep links aren't triggering our instant app in the Google Play store. They still open in the browser. Following this guide, we refactored our previously monolithic ...
Dylan Knight's user avatar
0 votes
0 answers
117 views

Download install app from Instant Application

I implemented an instant app in separate project from installed app and its same as: application id key release version code in the instant app is always smaller than the installed app I using ...
Phong NGUYEN's user avatar
1 vote
0 answers
110 views

Instant App - Version Code Should Be Less Than Installable App

I'm working on an Android app that is published on Play Store for years and its current published version code is around 3000. Meaning that all version codes less than 3000 have already been uploaded ...
Mehdi Satei's user avatar
  • 1,451
0 votes
0 answers
46 views

Google Play Instant Error Uploading - Your App Is Not Instant Enabled

i have a multi module project. I created a new module called Instant and in its manifest I enabled the instant app entry point. It looks as below <?xml version="1.0" encoding="utf-8&...
Mehdi Satei's user avatar
  • 1,451
0 votes
0 answers
53 views

How to exclude instant app Try Now LAUNCHER Activity form the installed app?

When installing or run from the Android Studio my app, I see two entry points of my app: The installable app's launcher activity and the instant app launcher activity. How can I exclude my Instant ...
Sir NIkolay Cesar The First's user avatar
0 votes
0 answers
46 views

InstantApp not loading

I have a variation of circumstances but the same basic problem as SO#45241462, the InstantApp is not loading in response to clicking an AppLink. The symptoms are identical to the various issuetracker ...
JAW's user avatar
  • 217
2 votes
1 answer
287 views

App-clip and Instant App with Stripe payments using React Native

I am struggling to maintain the total size of my App Clip / Instant App under the prescribed 15mb. I am using React Native and would like to keep doing so. By create a new react native project and ...
Bertol's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
37