Hello,
My APK was removed from the playstore for the reason provided below:
APK REQUIRES VALID PRIVACY POLICY AND PROMINENT DISCLOSUREYour app is uploading users'
Installed Application information without a prominent disclosure. Make sure to also post a privacy policy in both the designated field in the Play Developer Console and from within the Play distributed app itself.
I am baffled because I have had different versions of this app in the playstore and never encountered this problem before. Furthermore to the best of my knowledge, I am NOT uploading any user information other than user email address (and device ID) for the purpose of signing in the user.
I took a look at the installation process of my app, the following 4 permissions are required:
1. allow "myapp" to take pictures and record video
2. allow "myapp" to access photos, media, and files on your device
3. allow "myapp" to access your contacts
4. allow "myapp" to record audio
I am thinking that the breach (if any) lies in no. 3. Incidentally, my developer machine does NOT have a sim card (or any phone connection) attached so I am sure that I am NOT actively trying to access any user contact information.
Other than trial & error, Is there any way to reverse engineer the process so that I can find out what functionality that makes my app require a specific permission (for example, why does myapp require permission to access contacts when I am not doing anything with contacts). This will enable me to determine if that functionality can be removed (or worked around).
Thank you