uservoice/uservoice-android-sdk

READ_PHONE_STATE permission required?

Opened this issue · 1 comments

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.

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