Search code examples
androidreact-nativeexpogoogle-play-protect

React native expo play protect unknown developer


I have developed an Android application with React Native and Expo, which uses the following accesses:

<uses-permission android:name="android.permission.INTERNET"/>
     <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
     <uses-permission android:name="android.permission.RECORD_AUDIO"/>
     <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
     <uses-permission android:name="android.permission.VIBRATE"/>
     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

My app is also signed correctly, but when I install it, I get an error like the image below:

Play Protect unknown developer message

All the addresses that I have in my application are on the https protocol. I have filled out and submitted the protectappeals form several times, but I still haven't received an email! I am really confused where the problem is! This is my app download address: https://expo.dev/artifacts/eas/qGh7YryQS97nMX1Kxz5ybk.apk


Solution

  • You have to introduce the application to Google or usually this error will disappear after several times of installation