如何在Objective-C中实现基于地理位置的推送通知?

如何实施基于地理位置的推送通知?
但我的解决scheme是如何在iOS上使用基于地理位置的推送通知?

在上面的链接给予本地通知

UILocalNotification *localNotification = [[UILocalNotification alloc] init]; localNotification.alertBody = locationData; localNotification.alertAction = @"Location data received"; localNotification.hasAction = YES; [[UIApplication sharedApplication] presentLocalNotificationNow:localNotification]; 

但是如何实现地理位置
例如:用户进入某个区域,然后通知要通过apns释放