Titanium JIRA Archive
Appcelerator Community (AC)

[AC-5122] APK Upload fails !!

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionNot Our Bug
Resolution Date2017-08-08T21:01:30.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
Reporterboaz@e-drivetech.com
AssigneeShak Hossain
Created2017-08-02T10:26:08.000+0000
Updated2017-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

FileDateSize
UploadAPKError.png2017-08-02T10:25:44.000+000038752

Comments

  1. Aminul Islam 2017-08-02

    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
  2. Sharif AbuDarda 2017-08-08

    Hello, What is the current status of your issue?
  3. Hans Knöchel 2017-08-08

    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:
       <uses-permission android:name="android.permission.GET_ACCOUNTS" />
       
    This is no Titanium issue, resolving this ticket.

JSON Source