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
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
300 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
37