MoPub SDK contains ...
 

MoPub SDK contains ACCESS_COARSE_LOCATION permission by default

2 Posts
2 Users
0 Reactions
1,422 Views
d6180315d16b337e697d6501d26976d3?s=80&d=wavatar&r=g
(@Gowtham)
New Member
Joined: 3 years ago
Posts: 2
Topic starter  

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: 11 years ago
Posts: 80
 

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" />
This post was modified 3 years ago 2 times by admin

   
ReplyQuote

Leave a reply

Author Name

Author Email

Title *

 
Preview 0 Revisions Saved
Share: