MoPub SDK contains ...
 

MoPub SDK contains ACCESS_COARSE_LOCATION permission by default

2 Posts
2 Users
0 Reactions
2,302 Views
21771317ca72beca5154219e39d89235
(@Gowtham)
Joined: 5 years ago
Posts: 2
Topic starter   [#137]

Today I have added MoPub SDK to my android app dependency to integrate MoPub ads. When I try to upload the build in PlayStore, then I got warning saying the app contains ACCESS_COARSE_LOCATION permission which impacts existing users. Actually my app doesn't require location permission so can anyone please help me to overcome this issue.



   
ReplyQuote
Topic Tags
Avatar of admin
(@mjv119gmail-com)
Estimable Member Admin
Joined: 12 years ago
Posts: 83
 

This is a known issue. It is also mentioned in the MoPub documentation.

https://developers.mopub.com/publishers/android/integrate/

Add the below permission in your AndroidManifest.xml file to remove the ACCESS_COARSE_LOCATION permission from your app.

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" tools:node="remove" />


   
ReplyQuote

Leave a reply

Author Name

Author Email

Title *

 
Preview 0 Revisions Saved
Share: