Background notification


Context: I have this blocks of code, what im trying to make is some sort of location detector where if im near something it would send me a notification. I use both itoo and melonnotification extensions

Problem: When i exit out of the app, it does not seem to send any notification within a second (i use clock interval 1000 and clock is enabled with always fire) however when i click the buton to run procedure "checks" i recieve a notification.

For the location sensor to work in the background you need background location permission

The locationservice extension can do it and also offers itoo access

Taifun