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
1 answer
182 views

Is it possible to release only instant app without installable version?

I have only one module and I want my whole app to be an instant app without any other installable modules. Is it possible to release this app in play store only as an instant app or do I also have to ...
tomas's user avatar
  • 386
1 vote
1 answer
919 views

Deep Links and Instant Apps

I am attempting to implement deep links within my Instant App, and keep running into issues that seem to be coming from something to do with the base application. Currently, the error I'm receiving ...
Josh W's user avatar
  • 11
2 votes
1 answer
168 views

Unable to upload bundle with InstantApp and installable app

I have an app that has a base module :app in which AndroidManifest.xml does not have any activities. I have another module :main_app in which AndroidManifest.xml has a launcher activity. Then I have ...
Bhavin Desai's user avatar
2 votes
0 answers
214 views

Why do url not start android instant app?

I spent hours without success to understand why my Url do not open my Android instant app form Google Play (Open Beta) With android App link assistant everything seems ok. I can run the app as instant....
Steeve Favre's user avatar
0 votes
1 answer
197 views

Android instant app deeplink with custom scheme: UNKNOWN_URL_SCHEME

I have an SDK that registers an Activity to handle a custom scheme, at some point the SDK would open a http url to my website, upon clicking a button in the website, a user will be redirect to ...
Arrow Cen's user avatar
  • 743
1 vote
0 answers
520 views

Crashlytics not sending error reports from Instant Apps

I am trying to get Crashlytics reports from simple insant app. The app has one activity with one button to generate crash. Му MainActivity code is: package com.example.instantcrashtest; import ...
Roman Kononenko's user avatar
2 votes
1 answer
1k views

Struggling to find good Examples of iOS app clip & Android instant Apps

I've searched for examples of iOS app clip & Android instant Apps but could not find more than few examples. I am looking for released apps in App Store/Google Play or open source examples. good ...
user16930239's user avatar
  • 8,771
1 vote
1 answer
452 views

Android Instant App in different project/branch

I have a normal installable app on my git main branch. Now I want to create an Instant version of that game on a branch. I have done everything as described here. And at version-codes it also says: ...
L3n95's user avatar
  • 1,585
1 vote
0 answers
132 views

Project structure of modularized app with instant delivery

Im facing the task to add instant delivery, and thus modularization, to a pretty big monolithic app. Reading docs, articles and sample projects for a few days im kind of struggling with getting my ...
W3hri's user avatar
  • 1,593
1 vote
1 answer
553 views

Do Android Instant Apps work as advertised?

I'm researching the feasibility of developing an Instant App that users can launch from clicking a URL, NFC tag QR code. All backed by App Links, of course. Instant Apps have been around for 5 years ...
pietrorea's user avatar
  • 878
2 votes
0 answers
297 views

Why two settings for Instant Apps on Android?

I'm using a Pixel 3 running Android 11. I found 2 different settings that control some aspect of Instant Apps: Settings / Apps & Notifications / Default apps / Opening Links / Instant Apps (open ...
pietrorea's user avatar
  • 878
4 votes
0 answers
146 views

Instant app "speed bump" window. Is it possible to customize?

I need to create an instant app and I've seen sometimes a kind of splash screen appears before content is loaded. I have found no documentation related just that seems this screen is called 'Speed ...
Meryl's user avatar
  • 164
10 votes
3 answers
2k views

How to create Android instant app in React Native?

It seems like there isn't any examples, tutorials or guides on the internet for creating Android instant app with react native. I have an existing react native app and I want to create an Android ...
s-hunter's user avatar
  • 25.5k
1 vote
1 answer
306 views

Can you provision a credit card in Google Pay from an Instant App

I works for a bank that is considering using an instant app (and AppClip on iOS) to provision a newly approved credit card with both our card App and Google Pay. I know you cannot take payments, but ...
Robert Sherman's user avatar
0 votes
1 answer
206 views

Accessing images with Instant Apps or App Clips

I am building an app that will upload images/photos from mobile device to cloud storage. But to do this I want to avoid installation as much as possible. I looked up and found Instant Apps /App clips ...
katch's user avatar
  • 890

15 30 50 per page
1 2 3
4
5
37