How to get indoor location postion when app runs in background

Like I mentioned above, unfortunately there’s no way to get (x,y) in the background at this time.

You can use our regular SDK to detect when the user enters and exits some area, and build an approximated heat map based on that. I described it in this post—instead of saving current time, you’d increment a counter. Then you know how many people entered the kitchen.