Is it possible with the new UserNotifications in iOS 10 to discern the difference of entering or exiting a region so that a different notification can be sent?
I have been doing this with CLLocationManager which has didEnter, and didExit delegate methods, but I see no such in the new location trigger.
Is it possible?