I’m using notification hub on azure to send notifications from server to mobile application. Recently, I have migrated my application from fcm to fcm v1.
I have created a new project for the fcm v1 and used the google-services.json of the new project into application.
The previous project is being used for development environment and the new account is being used for production.
Now, I wanted my customers to upgrade the applications to latest one. But after testing, I found out that there is a prompt of App Scan Recommended while installing the latest APK.
This prompt is occurring randomly i.e. not on every installation.
Is there any google update which is causing this issue?
Note: My application is not on google playstore but my customers not received a single prompt in past. This is happening now after migration.
Project settings
App Scan Recommended
Note: my application contains single .jks file and I am using SHA1 of this file for development and SHA256 for production.
I tried different solution on the internet but nothing is working.
DM MOBILE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.