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

How to enable location services #28

Closed
zigatartara opened this issue Jul 29, 2016 · 1 comment
Closed

How to enable location services #28

zigatartara opened this issue Jul 29, 2016 · 1 comment

Comments

@zigatartara
Copy link

Hello,

I have some difficulties with enabling location services in SDK. I don't have any option to Allow user location or ask to allow for when I check possible permissions in settings for this app. I tried with adding location-services in Info.plist file like it is mentioned on https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html but it didn't work for me. Do you have any additional info how to include option to share location.

Thanks

@ghost
Copy link

ghost commented Aug 11, 2016

Hi, you may want to checkout the Info.plist that we use for our API Demo app, it might help you get set up with enabling permissions for location services: https://github.com/googleads/googleads-mobile-ios-examples/blob/master/Objective-C/advanced/APIDemo/APIDemo/Info.plist#L30

and here's the implementation: https://github.com/googleads/googleads-mobile-ios-examples/blob/master/Objective-C/advanced/APIDemo/APIDemo/AdMobAdTargetingTableViewController.m#L112

@ghost ghost closed this as completed Nov 17, 2016
This issue was closed.
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

1 participant