Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

play protect does not recognize this app's developer

I try to publish my app in a market that is not google play. When I try to install my app it says:

Play Protect doesn't recognise this app's developer. Apps from unknown developers can sometimes be unsafe.

I think the problem may be from the sign of app. I get release with another app but the problem stays.
What is the problem? Is it because of I did not publish in google play? Or maybe from the sign? Or maybe in there somewhere in my code?

like image 950
mohammad khojaste Avatar asked Aug 14 '18 07:08

mohammad khojaste


People also ask

Why my app is blocked by Play protect?

Cause. This message appears if the application has not been verified by Google Play Protect.

How do you unblock apps on Play protect?

On your Android phone or tablet, open the Google Play Store app. At the top right, tap the profile icon. Tap Play Protect Settings . Turn Improve harmful app detection on or off.


2 Answers

The Google app bundle format uses your certificate from the app as an upload certificate. Google generates a new certificate after upload that is used for app signing. So since your app is not uploaded and published, there is no signing key, and app is blocked by play protect when you try to install it locally.

like image 100
Zoran Avatar answered Oct 13 '22 11:10

Zoran


I released 1.0 version earlier. Now released 1.1 version.

1.0 before uploading on to Play console, I was able to install signed release apk, no issues.
1.1 before uploading on to Play console, I was - not - able to install signed release apk, and failed.

Looks like, play protect gives this error for an already released version on play store, if so, so this message should be seen as normal.

Once the 1.1 is pushed to play store, I saw no issues, so this error was just a false negative and can be ignored if you are updating the app.

like image 31
Manohar Reddy Poreddy Avatar answered Oct 13 '22 13:10

Manohar Reddy Poreddy