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
0 votes
0 answers
37 views

How to make instant app and app clip from React Native app?

I have a react native app built on top of ignite template. I use react navigation like this: import React from "react" import { ImageSourcePropType, useColorScheme } from "react-native&...
portgas d. ace's user avatar
0 votes
0 answers
16 views

Android app is mistakenly taken as instant

I have two product flavors "rstd" for standard app and "rprv" (preview) for instant app. For instant app the manifest has <manifest .... android:targetSandboxVersion="...
cyanide's user avatar
  • 3,965
0 votes
1 answer
68 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,379
0 votes
0 answers
30 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
39 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
31 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
40 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
35 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,379
0 votes
0 answers
159 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
73 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
246 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
122 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
117 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,461
0 votes
0 answers
47 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,461
0 votes
0 answers
55 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
49 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
301 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
1 vote
0 answers
55 views

How to test passing Intent data to InstantApp

I have an InstantApp that initiates and executes fine in Internal Testing in the Play Console. For distribution it needs to be initiated by a URL that includes at least one query term that is handled ...
JAW's user avatar
  • 217
1 vote
0 answers
92 views

Unpublish Instant App APK while keeping main APK published

I've been getting a 'We will soon take action because your app does not adhere to Google Play Developer Program policies. Fix violations as soon as possible.' warning because an old Instant App APK ...
Androidcoder's user avatar
  • 4,579
7 votes
1 answer
518 views

Run Instant App with mac mini m1 2020 and (Android studio Flamingo 2022.2.1 patch 2) now whit Giraffe 2022.3.1

I'm trying to run an instant app from mac mini m1 2020 and Android studio Flamingo 2022.2.1 patch 2 and Giraffe 2022.3.1, but nothing works. I have a configuration with module of instant.main and ...
pd200's user avatar
  • 73
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
1 vote
0 answers
164 views

Reading applink query parameters in cached Instant App

After Instant App is being loaded to cache it stops to store intent data I am trying to provide different query params to launch my Instant App storing on GooglePlay. First launch is good, i can see ...
Dante_Attano's user avatar
2 votes
1 answer
398 views

How to deploy instant app as a separate project?

Please help those who had any experience with instant apps. I have a full app, which is on internal testing. Also, I have created a separate project, which gonna be an instant app. There's no ...
Majestr32's user avatar
1 vote
0 answers
91 views

Firebase Phone Otp Recaptcha uses Android Keystore crashes in Android Instant App

The current Firebase Phone Otp uses Play Integrity API to validate the app before it sends phone OTP to users. While running it in an emulator causes it to launch the Recaptcha flow on a browser and ...
sean's user avatar
  • 61
0 votes
1 answer
267 views

Cannot Launch Instant App From Android Studio

Cannot launch instant app from android studio. I did everything from here correctly. I uninstalled app from device. I also tried using with command ia run but it gives error bash: ia: command not ...
Jorpy's user avatar
  • 333
1 vote
0 answers
58 views

Why does accessing binding's views in dynamic feature module cause NullPointerException error?

When data binding is used inside dynamic feature module layout files and the same views/widgets I try to access inside fragment or activity throws NullPointerException error. At same time if I try to ...
Girish M's user avatar
2 votes
0 answers
321 views

Android Studio is not running Deploy as Instant App

I have just upgraded Android Studio to 2022.2.1 Patch 1. I have a configuration to Deploy as Instant App. It worked this morning but since upgrading it won't deploy it. I hit the "run" ...
Dane Hale's user avatar
0 votes
1 answer
211 views

When un-used Instant Apps are deleted?

We would like to understand for Instant Apps lifetime. App Clips for iOS's instant apps are "30 days". https://support.apple.com/en-us/HT212238 App clips are automatically removed from your ...
miyabi's user avatar
  • 11
1 vote
0 answers
149 views

Do you know if NFC can be used within an Android Instant App?

Did some research and got conflicting info. The places that stipulate that NFC isn't supported by instant apps are quite old publications (2017). However, the Android docs don't list NFC in the ...
majimekun's user avatar
  • 210
0 votes
1 answer
293 views

Android instant app fails link verification on Android 12+ when using "*.mydomain.net"

looking for ideas to fix instant app on Android 12+ Tried everything could find in docs and on StackOverFlow Manifest declaration is fine. .well-known/assetlinks.json is good, same as in Google Play ...
Happy Dev's user avatar
  • 618

15 30 50 per page
1
2 3 4 5
19