traccar / traccar-client-ios

Traccar Client for iOS
https://www.traccar.org/client
Apache License 2.0
204 stars 304 forks source link

Use NSURLSession for uploading #49

Open tananaev opened 7 years ago

tananaev commented 7 years ago

Use NSURLSession for uploading to avoid iOS shutting down the app. NSURLSession uploads in its own process, so there are less restrictions.