Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@msmollin msmollin released this 22 Nov 16:36
· 1 commit to master since this release

v1.1.1 is a bugfix release to address GPU background usage causing crashes in iOS apps in the background (thanks for the bug reports!). Fixing this required we be able to support background location updates, so as a side effect the SDK now supports background location services! We'll be working on adding more documentation around that soon. For now, you can take a look at the DemoMapViewController in the sample app and see how it gets enabled. You will need to go through all the usual steps for enabling background location as well, so we recommend you still read through Apple's documentation on the topic!!

New Features

  • Background location support is available!

Bug Fixes

  • We now properly respect apps going into and out of background mode and properly limit GPU calls. #378