uservoice / uservoice-android-sdk

UserVoice Android SDK
https://www.uservoice.com/mobile/
MIT License
117 stars 105 forks source link

READ_PHONE_STATE permission required? #265

Open ultrah opened 6 years ago

ultrah commented 6 years ago

The UserVoice SDK adds the READ_PHONE_STATE permission, which prevents me from uploading an app to the Play Store without providing a privacy policy.

Excerpt from manifest-merger-debug-report.txt:

ADDED from [com.uservoice:uservoice-android-sdk:1.2.7] C:\[...]\.gradle\caches\transforms-1\files-1.1\uservoice-android-sdk-1.2.7.aar\9be21ba0ec6436245a941264c65a5fd8\AndroidManifest.xml:32:13-80 uses-permission#android.permission.READ_PHONE_STATE

As this is currently preventing me from uploading any new builds to the Play Store, I would appreciate a quick response as to why this permission is required and if it is possible to remove it.

Zehan20 commented 6 years ago

UVConfig *config = [UVConfig configWithSite:@"mysite.uservoice.com"]; [UserVoice initialize:config]; [UserVoice presentUserVoiceInterfaceForParentViewController:self];