Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access coarse location #11

Open
Seache opened this issue May 29, 2016 · 1 comment
Open

Access coarse location #11

Seache opened this issue May 29, 2016 · 1 comment

Comments

@Seache
Copy link

Seache commented May 29, 2016

Hello,
this plugin worked great in the past.
But as I uploaded a new build on the Google Play Developer Console, a new permission "android.permission.ACCESS_COARSE_LOCATION" was added.
I don't know why the permission was added, and I can't find a solution to remove the permission.
If I remove the Admob-Plugin and upload the build again, the permission is also removed.
Maybe somebody can help me?

@cranberrygame
Copy link
Owner

cranberrygame commented Jun 29, 2016

@Seache

Sorry for late reply.

I saw following message in the admob console.

After May 18, 2016, AdMob will begin using location data to target ads and improve monetization for users who have granted this permission to the app.

So I added following permisson to the cordova-plugin-ad-admob-sdk plugin which cordova-plugin-ad-admob uses.

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

You still need to want to remove this permission?

Thanks
Sang KI Kwon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants