Skip to main content
0 votes
0 answers
31 views

How to create Instant App which opens App module Activity using Deep link

Hey i have checked multiple videos but not able to create instant app in existing project. And not able to test it also as "Deploy as instant app" Please provide any latest link or ...
Nitesh Chauhan's user avatar
0 votes
0 answers
36 views

Android Instant App: download on-demands modules failed

I'm using Unity Engine to build an Instant Game. Because the app size is over 20MB, so I split the assets into on-demands modules for download when the game start. I'm using Instant App, Android App ...
Norindou's user avatar
0 votes
1 answer
53 views

Instant Apps in Flutter

Hi I am trying to enable Instant Apps Feature in my already existing Flutter App but I am unable to find any comprehensive documentation to guide me through the procedure. Most of the articles I found ...
Szr's user avatar
  • 41
0 votes
0 answers
109 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
24 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,962
0 votes
1 answer
100 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,445
0 votes
0 answers
38 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
43 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
38 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
2 votes
0 answers
51 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
42 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,445
0 votes
0 answers
209 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
74 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
2 votes
1 answer
354 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
125 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

15 30 50 per page
1
2 3 4 5
38