草庐IT

EnterRegion

全部标签

ios - Local Notification 什么时候EnterRegion?

我有以下代码,在应用程序终止时可以完美运行。-(void)beaconManager:(id)managerdidEnterRegion:(CLBeaconRegion*)region{UILocalNotification*notification=[UILocalNotificationnew];notification.alertBody=@"TESTNOTIFICATION";notification.soundName=UILocalNotificationDefaultSoundName;[[UIApplicationsharedApplication]presentLoc