Details:
If my app has Location permission and user allows it for the first time and
at-least one Admob Ad is displayed successfully with location permission and Location service enabled .
then
after that , when user will open the App next time , if user does not accept permission or disabled Location service still Admob will be able to send location information with every AD request.?
Is it like -- ADMOB cache the location data in app cache directory and from next time onward it will send cached location data . So from next time even user does not accept Location permission or Location service is disabled .. Still ADMOB will work properly with cached location data.
Because if Location Service is disabled getLastKnownLocation() returns NULL.
Thank you
Can you please focus some light on it .