I am trying to develop tracking app with ilocation lib. It should run at the background too. Is there a solution?
B4X:
Private Sub Application_Background
LocManager.Stop
LocManager.StopHeading
End Sub