googlearchive / android-instant-apps

Migrated:
https://github.com/android/app-bundle
Apache License 2.0
846 stars 277 forks source link

Non-upgradable to installed app #27

Closed banaszeknorbert closed 7 years ago

banaszeknorbert commented 7 years ago

Hello, I know that this error is not related to this repository, but I'm confused with some situation. A few days ago I wrote a post on stackoverflow but I didn't receive an answer. Link I'm trying to upload my instant app apks, but when Itry to rollout, I see this:

Non-upgradable to installed app PROBLEM Some users of this Instant App APKs will not be eligible for any of the APKs in your installed app. RESOLUTION Ensure that the targeting of your Instant App APKs matches the targeting of your APKs.

My project structure is: zrzut ekranu 2017-09-04 o 17 16 42 Where:

Is the error which I see is due to configuration / code errors? Or because of errors in the Google Play console?

Please help.

ibrahimkarahan commented 7 years ago

Do you have differences between uses-feature declarations or ABI support between the instant and the installable app?

iamBedant commented 7 years ago

@banaszeknorbert please check version code for your app and instant apps whether they are same or not.

keyboardsurfer commented 7 years ago

Marked as solved on StackOverflow.

Madhuri98 commented 5 years ago

i got same error while uploading instant app. i try for many different different version code but not solve the error. any solution? Capture