javagc
javagc

Reputation: 876

iOS geofences dwell event

There is a dwell event for Android devices to detect user had stopped moving and standing in region . But there is no event for iOS. Are there any idea how to catch this event ?

Upvotes: 5

Views: 1626

Answers (1)

Pablo Baxter
Pablo Baxter

Reputation: 2234

Seems like you are looking for the Visit API. Keep in mind, this only works with iOS 8+. Here is link about it: https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLVisit_class/

Upvotes: 1

Related Questions