Posts

Post not yet marked as solved
1 Replies
330 Views
MLocationEvent *aEvent = [[HMLocationEvent alloc] initWithRegion:region];                 [self.eventTrigger updateEvents:@[aEvent] completionHandler:^(NSError * _Nullable error) {                                      }]; When I call it, I get the trigger again, and the region has a value, but when I cut off the app and re-enter, the region parameter will become nil. Why?
Posted
by CLR8U.
Last updated
.