You cannot install this app because another user has already installed an incompatible version on this device

How Fix This Error Today My App Published Play Store And Now Im Test My app But Show This Error

Have you installed the same app with another account? In your device

1 Like

Refer this , Actually your debug version of the app didnt get uninstalled properly

  1. Go to settings > apps > downloaded app list
  2. You can see the installed applications in the list (the application may not be in order. or may be towards the very end)
  3. Click on the application,go to the overflow menu option
  4. Click on uninstall for all users options

Test This @RIYADH_RIYADH

Thank You Solve

Capture
how to fix i am not get user Location But Play Store Show this My App

Try adding this to your AndroidManifest:

<uses-permission tools:node=”remove” android:name=”EnterPermissionNameHere” />

the important part is the attribute tools:node=”remove” this way it will try to remove the permission if its added from somewhere within the app. Just Make sure to replace “EnterPermissionNameHere” with the exact permission name for example “android.permission.ACCESS_FINE_LOCATION”

Maybe this will fix your problem

can you send your app link

This may be because you placed ads in your app.

onesingle /push notification need location access

i am use Only Storage access not use location access So play store suspend my app

who is post delete