Hey guys so last week I published my app to Google Play. The app is your basic 2D platformer that I have ads and iap to make a little money off of. I was making some scripts for IAP and realized the tutorials im using arent exactly working out for what I need. Right now, im focused on people downloading and enjoying the app so I decided to go into my Services tab and uncheck the IAP option (the only other two that are enabled are Ads and Analytics). I build the APK and upload it to the play store and I get an error saying Upload Failed “Your APK is using permissions that require a privacy policy: (android.permission.READ_PHONE_STATE, android.permission.GET_ACCOUNTS).”
i dont know why it wont let me upload the APK Build file! I have IAP disabled and although the I have some iap scripts in my Assets folder, none of them are actually being used in the game. Not to mention when I originally uploaded the game (and about 5 APK updates) I had IAP enabled in my services and those same scripts in my Assests Folder. I started deleting some of the scripts and its still doing it. Any help would be greatly appreciated! Thanks!