I'm getting the status error code 1010 when installing an application from the google play store shared from 'Internal App Sharing' and Google play console.
Can somebody please give me an idea or suggestion why it could be happening?
Google play store shows this message on screen instead:
"Can't download *** Try again, and if it still doesn't work, see common ways to fix the problem"
I've been searching for days and still don't know how to solve this.
- It's developed in MAUI android.
- I can discard that the problem is coming from the APK and AAB as I prepared a new simplyfied empty project with the same package name and still get the problem.
- I have tried with both APK and AAB.
- I've tried the usual, rebooting, clearing the google play store app cache.
- The error happens on all devices.

The error was detected from Firebase, it was working perfectly recently. It is correctly linked to google play console and the distribution of the app was working great. Crash analytics also was collecting and showing data from errors etc.
I then attempted to sign the app bundle with production keys and deploy to firebase. This was wrong from my part as Firebase resigns again with testing keys, but at the time I wasn't aware of this.
I then tried to install the application but received the error for the first time. I'm not sure if this is the reason.
I then deleted the bundle signed with production keys and reverted to how I was doing it before, deploying and letting Firebase sign with the Test keys.
But since then I started getting the error 1010. And google play store started showing
> "Can't download Muserma Try again, and if it still doesn't work, see > common ways to fix the problem"
I then deleted the firebase project, unlinked everything and started again, creating a new project and setup everything again and still I'm getting the error.
I then decided to go directly to the google play console and test from 'internal app sharing' as both firebase and internal app sharing use the same signing keys, but I'm also getting the same error.
To narrow down the problem, I've discarded that the it's coming specifically from Firebase neither from 'internal app sharing' seems to be from google play store.
Error 1010 is not caused by your APK/AAB or devices — it’s always a signing/package mismatch. Consistency in signing and clean installs will resolve it.