Closed feargswalsh92 closed 6 years ago
Unfortunately there is no way to generate events when creating geofences at the moment. In fact, this is expected behavior. The way the events are processed requires a user update request to generate any events. If you have the SDK install you can call trackOnce()
after creating the geofence and you should receive an event (if the user is entered of course).
I am trying to use the Radar API I want the app to refresh nearby places results as the user moves. I have set up a geofence that is triggered every time the user loads my app and creates a circular geofence around their location. However, as it stands events will not be triggered on the geofence unless the user leaves the area and then re-enters. Or if the app is reloaded. Is there any way to trigger a
user.entered_geofence
event every time a new Geofence is set up? Here's my api call