Does Admob ask for location data via the GPS? If my app doesn’t need GPS but has Admob integrated, would the user need to authorise it for GPS access? Is GPS just optional?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The AdMob SDK does not use GPS directly. If your application already gets location information, you can supply it in the AdRequest object (
setLocation()IIRC), but it is up to you to actually obtain the location information.