installation app blocked by play protect

2019-01-16 14:11发布

When trying to install a signed application (app-release.apk), a "Blocked by Play Protect" alert is shown and the app is not installed. However, an unsigned application (app-debug.apk) can be installed without problems.

The error message:

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

Why this error happened? What's the solution?

image of Error

5条回答
欢心
2楼-- · 2019-01-16 14:43

I found the solution: Go to the link below and submit your application.

Play Protect Appeals Submission Form

After a few days, the problem will be fixed

查看更多
地球回转人心会变
3楼-- · 2019-01-16 14:48

Try to create a new key store and replace with old one, then rebuild a new signed APK.

Update: Note that if you're using a http connection with server ,you should use SSL.

Take a look at: https://developer.android.com/distribute/best-practices/develop/understand-play-policies

查看更多
beautiful°
4楼-- · 2019-01-16 14:52

the solution lies in creating a new key when generating the signed apk. this worked for me without a fuss.

  1. click on Build
  2. click generate signed Bundle/APK...
  3. choose either Bundle / APK (in my case APK) and click Next
  4. click on create new (make sure you have a keystore path on the machine)
  5. after everything, click finish to generate your signed apk

when you install, the warning will not come.

查看更多
劫难
5楼-- · 2019-01-16 14:54

Google play finds you as developer via your keystore.

and maybe your country IP is banned on Google when you generate your new keystore.

change your IP Address and generate new keystore, the problem will be fixed.

if you didn't succeed, use another Gmail in Android Studio and generate new keystore.

查看更多
beautiful°
6楼-- · 2019-01-16 14:58

I've found the better solution. If you want to conquer this problem you should open your play store, in menu find Play Protect here and here and uncheck Scan device for security threats.

查看更多
登录 后发表回答