i need advice, lets say that i have an app that have custom saved position (latitude & longitude).
Then i need the backend (azure) to push info (example weather warning) to my app based on this saved position (latitude & longitude).
so, simply like this:
- Input : position (lat & long)
- Output : info (ex: warning weather) by push to device periodicaly
Which option that suit my scenario, a mobile service or notification hub on MS Azure ? already search reference about it, and still confuse.
Explanation and reference will be appreciated, thank you.