forked from mauron85/cordova-plugin-background-geolocation
-
Notifications
You must be signed in to change notification settings - Fork 0
Migration between versions
Marián Hello edited this page Sep 13, 2016
·
1 revision
As version 2.0 platform support for Windows Phone 8 was removed. Some incompatible changes were introduced:
- option
stopOnTerminate
defaults to true - option
locationService
renamed tolocationProvider
- android providers are now ANDROID_DISTANCE_FILTER_PROVIDER and ANDROID_ACTIVITY_PROVIDER
- removed
locationTimeout
option (useinterval
in milliseconds instead) -
notificationIcon
was replaced with two separate options (notificationIconSmall
andnotificationIconLarge
) - js object backgroundGeoLocation is deprecated use
backgroundGeolocation
instead - iOS foreground mode witch automatic background mode switch
- iOS switchMode allows to switch between foreground and background mode
- setPace on iOS is deprecated use switchMode instead