Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
1 answer
450 views

How test an app link to an instant app as a closed test

I have tested successfully a debug version of an instant app that is called by an app link, e.g., https://domain/?q=1234567. I have created a release version and signed it with a "Create new"...
JAW's user avatar
  • 217
-2 votes
1 answer
82 views

opengles not being rendered on instant app on some devices

I wrote an opengl game but it is not being rendered on some android versions when running as instant app, however it works on all android versions when running as normal app, the same app bundle is ...
Adou's user avatar
  • 7
1 vote
1 answer
252 views

Instant app openGL rendering only on Android Pie 9.0.0

I have published an instant app, which can be downloaded from android marshmallow, nougat, etc. but openGL is only being rendered on android pie, the normal app works fine on all android versions, ...
user8062843's user avatar
2 votes
1 answer
551 views

Unable to connect firebase with instant app with flavors and dimensions [duplicate]

I have just converted my app into an instant app, the thing is that it has a setup that is a little complex, since I have 3 dimensions: experience - instant - installed type - demo - ...
alexm's user avatar
  • 1,305
1 vote
1 answer
102 views

Google Analyitcs with gms version 11.4.0 or higher is not working with instant apps when run on Nought Devices

We want to transfer data from instant app to installed app using Cookie API. Cookie API needs to have a play services version 11.4.0 or more. It works on lollipop, marshmallow and Oreo devices but ...
Mohit Sharma's user avatar
0 votes
1 answer
810 views

Google Places AutoComplete API gives API_NOT_CONNECTED error in Instant Apps configuration

I am trying to add Google Places AutoComplete API to my Android Instant Apps project. I followed this sample to implement the API. My PlacesAdapter class: package net.epictimes.uvindex.autocomplete ...
Mustafa Berkay Mutlu's user avatar
7 votes
1 answer
2k views

FirebaseApp initialization unsuccessful in Android Instant apps

I am currently working on an exiting Android application in order to create an Instant apps version. My Android Studio is now split into several modules : the business object module (which is a ...
rolandl's user avatar
  • 1,807
1 vote
2 answers
3k views

Instant app crashing on adview.loadAd, SecurityException: Failed to find provider com.google.android.gsf.gservices

I'm using play services ads 10.2.6 and it works just fine with the installed app. Here's the stacktrace: java.lang.SecurityException: Failed to find provider com.google.android.gsf.gservices for ...
Rahul Sainani's user avatar
-5 votes
1 answer
774 views

Not able launch Android Instant App with Google-Play-Services (Maps basically)

The purpose of posting images is to spot the errors easily as it is not the normal manifest file. I'm trying to display Google Maps inside an instant app application. Now the application gets ...
Daksh Gargas's user avatar
  • 3,785
1 vote
3 answers
2k views

Android Instant App Play Store Errors

Whenever I upload my base and feature APKs to Play Store I got these errors : You must provide a default URL for your Instant App APKs. Learn More Your site 'www.example.com' has not been linked ...
senaaltun's user avatar
  • 309