Released App on App Store but says your device isn't compatible with this version

Sam

Released App on App Store but says your device isn't compatible with this version.

Tried with an old Note 3 that isnt updated but then tried with a Samsung s7 that is up to date and still get the same. It doesn't actually show on the play store I found it on google and used the link and got that message.

 android {
    compileSdkVersion 25
    buildToolsVersion "25.0.1"
    defaultConfig {
        applicationId "com.random.com"
        minSdkVersion 25
        targetSdkVersion 25
        versionCode 4
        versionName "4.0"
    }

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile 'com.android.support:appcompat-v7:25.3.1'
    compile 'com.google.android.gms:play-services-ads:11.0.0'
    compile 'com.android.support:support-v4:25.3.1'
}



    dependencies {
        classpath 'com.android.tools.build:gradle:2.3.3'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

Is there any quick way to change this so it is backward compatible with all versions even older ones?

Thanks

Shmuel

You set the minimum sdk level to 25, thereby excluding any devices below api 25

minSdkVersion 25

You can change this to a lower api level (ie api 21 or 16), but make sure your app is able to support this and behaves as expected.

For reference, here's the list of Android api levels https://source.android.com/source/build-numbers

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Will TestFlight prerelease beta app version update existing App Store version, or install another instance of the app on tester's device?

Android : Your device isn't compatible with this version

This app is not compatible with this device iOS

GooglePlay says device isn't compatible, but developers console shows it as a compatible

Your device isn´t compatible with this version

"This app isn't compatible with your phone" Android 7.0

App in Google Play Console is not compatible with any device

Firebase showing wrong number of users (as my app isn't released)

Flutter released app not working on the device, when installed

How to tell why a device isn't compatible in the Google Play store

Google Play Store Security Alert Says that your app contains Vulnerable JavaScript libraries how to remove the security warning?

Flutter and Dart installed in Android Studio and the App builds, yet it is janky and Flutter Doctor says it isn't installed

Play store reports "Your device isn't compatible with this version" but it installs via adb just fine on Nexus7

having both developing and released version of windows 8 app store

Google Play shows - Your device isn't compatible with this version am not able to downloaded the application

Google Play Store says compatible (with my app) devices decreased

My ListView won't work ...it says: "Unfortunately your app has stopped"

Use Adcolony on app that isn't publish on Google Play Store

Android application (developed in Firemonkey Delphi) in Play Store is not compatible with your device

Your device isn't compatible with this version in Asus Nexus 7-inch tab

your device isn't compatible with this version - android 5.0

Is it possible to set the last compatible version again in app store?

Amazon says no device supported for android app

My android app in play store says your device isn't compatible with the version, but when i try to install it from apk it is working

Error says Tkinter version 8.6 isn't compatible with IDLE3.6

your device is not compatible with this version

Issues with your app privacy details on the App Store

Distributing my app to App Store without using in-app purchases. Isn't a Reader App?

ARCore_Flutter_plugin, your device isn't compatible with this version (Google Play Services for AR)