I'm wondering how to do this with all the ROAM API
I've the simple following scenario:
-one user on android device create a geofence and tag it for example RESTAURANT
-second user who enters this geofence receive a push notification if and only if he choose to receive notifications of geofences tagged RESTAURANT.
of course the tracked user is within the created geofence RADIUS.
is it feasible? in case it's not feasible I'll do it in the second user's device : not displaying notifications who's not supposed to be sent to him.
I integrated geofence, user's tracking on my app. But just struggling with this last matching