tutorial studio implement how geofence geocercas ios notifications push-notification geolocation apple-push-notifications

studio - ¿Cómo implementar notificaciones basadas en ubicación geográfica en iOS?



swift geolocation tutorial (0)

¿Cómo implementar notificaciones basadas en ubicación geográfica? por favor, ayúdame

pero tengo una solución: ¿Cómo usar las notificaciones push basadas en geo en iOS?

en este método se dan notificaciones locales basadas

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

pero cómo implementar la ubicación geográfica, por ejemplo: el usuario ingresa en un área y luego la notificación desea liberarla

por favor, ayúdenme con el código o el procedimiento para hacer esto ...