[AC-5122] APK Upload fails !!
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2017-08-08T21:01:30.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | boaz@e-drivetech.com |
Assignee | Shak Hossain |
Created | 2017-08-02T10:26:08.000+0000 |
Updated | 2017-08-08T21:01:30.000+0000 |
Description
When i try to upoad my APK to the beta testing i get below error
"
Upload failed.
You APK is using permissions that require privacy policy:
(android.permission.GET_ACCOUNTS)"
In the tiapp.xml there is no GET_ACCOUNT permission, so why i get this error?
Is that permission automatic added behind to scene?
Attachments
Hi, Thanks for reaching us. Add a privacy policy to your store listing 1. Go to your Play Console. 2. Select an app. 3. Select Store presence > Store listing. 4. Under "Privacy Policy," enter the URL where you have the privacy policy hosted online. 5. Save your changes. For details please take a look: [Privacy Policy for Android Apps](https://www.iubenda.com/blog/privacy-policy-for-android-app/) Let us know how it goes. Regards, Aminul
Hello, What is the current status of your issue?
You need to add the following key to your android-manifest inside the tiapp.xml, since you probably use some GCM/FCM/google-play push notification service that requires the permission:
This is no Titanium issue, resolving this ticket.