Hmmm
buzztouch Evangelist
Profile
Posts: 67
Reg: Sep 17, 2013
location unknow...
6,670
09/25/14 12:08 PM (9 years ago)

Compiling in xcode 6 Geo location not working

The geo location is not working when compiling in xcode 6. Any work around ideas? Thanks.
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
09/25/14 01:38 PM (9 years ago)
 
Hmmm
buzztouch Evangelist
Profile
Posts: 67
Reg: Sep 17, 2013
location unknow...
6,670
like
09/26/14 11:25 AM (9 years ago)
Problem solved. The above link provided by chris1, along with some additional guidance from him on that thread helped greatly to solve this for us. We compiled in BT 3.0 - Added this code in BT_screen_customURL.m under the //appDelegate comment (line 64) if ([appDelegate.rootLocationMonitor.locationManager respondsToSelector:@selector(requestAlwaysAuthorization)]) [appDelegate.rootLocationMonitor.locationManager requestAlwaysAuthorization]; - Added these as string messages to info.plist NSLocationAlwaysUsageDescription NSLocationWhenInUseUsageDescription Much thanks Chris for your help.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.