|
|
|
iOS ต้องการ Check ตรวจสอบว่า iPhone มีการเปิด Enable บริการ GPS แล้วหรือยังเพื่อใช้บริการด้านสถานที่ |
|
|
|
|
|
|
|
ขอบคุณมากค่ะ ต้องนี้แก้ไขได้แล้วนะคะ
|
|
|
|
|
Date :
2013-03-15 13:28:56 |
By :
tai_kook |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตกลงแล้วแก้ไขยังไงครับ
|
|
|
|
|
Date :
2013-03-15 13:47:10 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (Objective-C)
if([CLLocationManager locationServicesEnabled])
{
NSLog(@"Enable GPS Complete");
}
else{
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Error getting Current Location" message:@"Please check your Location Service!!" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil, nil];
[alertView show];
[alertView release];
}
|
|
|
|
|
Date :
2013-03-15 14:31:22 |
By :
tai_kook |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|