Hello everyone,
I'm having the following problem: I'm using the current location of the
user and this works fine, but if the user turns location services off for
my application I want to rise an UIAlertView saying that he has to turn it
back on..
But for some reason he doesn't pass my if statement:
if (CLLocationManager.LocationServicesEnabled)
{
}
The result stays true even though it's disabled.. what am I doing wrong
guys?
Greetings,
Mittchel
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch