I have an idea for an app, where I need to implement geofencing. In other words, I want to specify different places, and when a user gets near it, I want it to make an HTTP
request to my server.
I'm still learning Swift
, and I do know Java
, but I would prefer to develop this with NativeScript
and also Angular 2
.
Does anyone know if this is possible?
If yes, do you know any plugins or have any links that can help me move forward with my project?
Thanks in advance