Enabling GPS location for iOS

For iOS, there is a specific function in the SDK that details how location is handled using the native CoreLocation capabilities of Objective-C.

Use the following function to detail location.
+ (void)setLocation:(CLLocationCoordinate2D)location;