550 questions
0
votes
1
answer
133
views
Android Instant apps download size determination using bundletool
I wanted to make sure that I'm using the bundletool property to determine the size of my instant app. The app consists of an instant dynamic feature module and a base app module.
I'll list the steps ...
0
votes
1
answer
3k
views
Android instantApp error : Missing split for <com.my-pacakge-name> when installing via play-store
I built and tested the instant-app successfully on a real device with Android-studio. Then I created the .aab file and uploaded it to the playStore (for internal testers), without any error.
When I ...
0
votes
0
answers
62
views
How can I implement a feature in Flutter to open Instant Apps on nearby Android devices using NFC? [duplicate]
I'm developing an application in Flutter for POS (Android) and I'd like to implement a feature that allows Instant Apps to be opened on nearby Android devices using NFC.
The idea is that when a device ...
1
vote
1
answer
641
views
Issue on Play Store Instant App 'Try Now' button disappears
I have an existing base app published in both production and internal testing, currently at version code 100 (1.2.0). I then created a separate project for my instant app since its features are ...
2
votes
1
answer
129
views
Issues While Trying to Create an Internal Testing Release for my Instant App on Google Play Store
I have just created a google instant app with React Native expo. I have generated the aab file and created an internal testing release, which I believe is the same as publishing the app. However, when ...
0
votes
1
answer
621
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 ...
0
votes
1
answer
179
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 ...
0
votes
1
answer
89
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....
1
vote
0
answers
79
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 ...
2
votes
0
answers
109
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' ...
0
votes
0
answers
362
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 ...
2
votes
0
answers
111
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 ...
2
votes
2
answers
1k
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 ...
2
votes
0
answers
202
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 ...
2
votes
1
answer
520
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 ...