I have an Android app that is currently in testing, with only a small handful of testers who are my family members.
I have been uploading APK's to my app's Alpha channel in the Google Play Store. This has been working fine for months. However, today, when I went to upload a new release to the Alpha channel, I got the following error:
The apk has permissions that require a privacy policy set for the app, e.g: android.permission.GET_ACCOUNTS.
I do use the GET_ACCOUNTS permission, and do not have a privacy policy yet (since my only testers are family members), but I have been using that permission for a long time, have never had a privacy policy, and have not had a problem uploading my APK until now. I was able to upload it without a privacy policy as recently as April 9th, 2017.
Questions:
1) Why did this just start happening now?
2) Do I really need a privacy policy when my app is only in Alpha? It will be a while before my app is released to the public, and I need time to get it right.