iOS Question Application Background and Location question

tufanv

Expert
Licensed User
Longtime User
Hello

In location example we have

Private Sub Application_Background
LocManager.Stop
LocManager.StopHeading
App.IdleTimerDisabled = False
End Sub

If we delete:
LocManager.Stop
LocManager.StopHeading
App.IdleTimerDisabled = False

can app continue on background to count the distance traveled
if not without services, how can we do this?

TY
 

tufanv

Expert
Licensed User
Longtime User
Normal applications cannot run in the background.

Which type of app are you building?

It is a normal ap. I dont know if there are any other type of app. So no way to continue calcuating the distance traeveled in back ground ?
 
Upvote 0
Top