简体   繁体   中英

How to sign the android app to be preloaded on phone and not published on playstore to not get play protect block issue while installing?

When we try to install the .apk which is signed by putting it in file manager of the phone and not published on playstore, we get an issue , " Play Protect doesn't recognise this app's developer. Apps from unknown developers can sometimes be unsafe. " By clicking on " Install anyway ", we are able to install the apk, but we don't want that pop up to come. We need to preload the apk on a phone without publishing it.

We have done it in debug mode and face no issue, but when we did it in release mode and signed it, the issue arises. Also, from second time onwards, the issue is " App not installed ". We have seen all the solutions around the web in stack overflow, found a link to be similar, but the issue is different here. Since we do not have to publish it in the Google Playstore but preload on a phone, so the solution of publishing the app to not get this Play Protect issue will not work.

Expected : Play Protect block issue should not appear even if we don't publish it in Google Playstore. Actual : We are facing Play Protect block issue when we signed the app and trying to sideload/preload the .apk .

You can disable Google Play Protected form Google Play store and it will not ask anymore. Hear is the link that shows how to disable play protected, How to disable Google Play Protected?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM