I have an application that uses geolocation to track the user’s location and trigger actions when the app is in either the foreground or background. Currently, it seems that region entry is not triggered unless an app like Maps (which actively uses location services) is opened. The location permissions are correctly set to “Always” with precise location enabled.
We are using geofencing to setup region and trigger actions when entering or leaving.
Is there something I’m missing in the configuration that could be preventing region monitoring from triggering properly when the app is in use or in background?
Post
Replies
Boosts
Views
Activity
Hi everyone,
I have a doubt about app tracking on my application.
I don't advertise the user of my application but I use Firebase token to send the user some push notifications.
I don't understand if I have to show the ATT's popup at the first start or if it is not necessary.
If I have to show the user the popup and it is declined, will I have to stop using firebase token?
I am experiencing a problem with BLE devices detection when an iPhone is connected through BLE with a car during a phone call.
My application needs to detect and connect to a BLE device to interact with it. When the iPhone is connected through BLE with a car and a call is ongoing, the app is not able to detect the BLE device. As soon as I hang up, the app immediately detects the BLE device and can interact with it. When I tried to use Nordic's NRF Connect I had the same behaviour. The app didn't detect the advertising of any BLE devices during a BLE phone call, but when I hang up it start detecting the BLE devices.
I verified this behaviour with Subaru and Ford Ranger.
Do you have any ideas on what the problem may be?