SDK for iOS Changelog
Version 6.0.5 Release date 27.10.2024 [How to update SDK iOS]
π Added new manual tracking type (startPersistentTracking
) for continious tracking. Docs
π Track uploading is improved.π§ New HF math algorithms.
π§ Performance improvements.
π§ Tracking scheduler fixes.
π§ Fixed crash when SDK is launched.
Version 6.0.4 Release date 09.07.2024
π§ Enhanced overall work stability.
π New Method added (upload unsent trips, number unsent trips, custom heartbeats)
π‘ Improvements in background activities
π‘Signigicant improvement in trips upload
π Geofence improvements
Version 6.0.3 Release date 05.06.2024
π§ Fixed library crashes while trip upload
Version 6.0.2 Release date 01.06.2024
π§ Enhanced overall work stability.
Version 6.0.1 Release date 11.05.2024
[important]: integration update required
New code snippet for the app delegate:
- (void)applicationWillEnterForeground:(UIApplication *)application {
[RPEntry applicationWillEnterForeground:application];
}
func applicationWillEnterForeground(_ application: UIApplication) {
RPEntry.applicationWillEnterForeground(application)
}
π Reduced power consumption by optimizing battery usage, achieving a 15% decrease.
π‘ Enhanced track detection capabilities for the latest iOS versions.
π§ Enhanced overall work stability.
Version 6.0.0 Release date 20.08.2023
π§ Migrated to XCFramework (allows to build for Simulator on any platform)
Version 5.17 Release date 19.06.2023
π Update for iOS16 and Xcode 14
π Optimization of power consumption reduced battery consumption by 30%
π§ Updating the ELM module and working with Bluetooth
π Added the ability to enable/disable the collection of a high-frequency buffer when detecting an accident.
π§ Fixed library crashes.
π§ Optimizing memory usage
π‘ Updating the Permissions Wizard
Version 5.16 Release date 31.03.2022
π Changed the behavior of the permission wizard.
Version 5.15 Release date 09.03.2022
π Schedule mode update
π‘ Improving work with ELM and the start tracking by ELM detected
π‘ Tracking start update (new operation with regions and start by movement type)
π‘ Improving the stability of work
β οΈ Raised the minimum version to Swift 5
Version 5.14 Release date 01.02.2022
π‘ Fixed bugs
π Improved data upload
π Improved work stability
Version 5.13 Release date 25.11.2021
π Added new Background Tasks
β οΈ Action required from the integrator see link.](https://docs.telematicssdk.com/docs/-download-the-sdk-and-install-it-in-your-environment#enable-and-schedule-background-tasks)
π‘ Improved track upload.
π‘ Improved scheduler update.
π‘ Improved track detection.
π Improved energy saving.
βΌοΈ Version for Xcode 13
β οΈ Don't support Xcode 12
Version 5.12.1 Release date 02.12.2021
βΌοΈ Last version for Xcode 12
π Improved data upload through mobile data transfer
π Improved data upload in app sleep time.
β οΈ Don't support Xcode 13
βοΈ In order to update to a specific version, you need to write in the PodFile:
pod 'RaxelPulse', '5.12.1'
Version 5.12 Release date 25.11.2021
π Added new Background Tasks
β οΈ Action required from the integrator see link.
π‘ Improved track upload.
π‘ Improved scheduler update.
π‘ Improved track detection.
π Improved energy saving.
β οΈ Don't support Xcode 13
Version 5.11 Release date 26.10.2021
π Added heartbeat storage for offline.
π Added accidents with events and buffers.
π‘ Improved track upload.
π‘ Improved offline scheduler and tracking work.
π‘ Improved elm connection/disconnection.
π Improved energy saving.
Version 5.10 Release date 11.08.2021
π Improved tracking qualityΒ with motion types.
π‘ Improved scheduler updater and checker.
π§ Fixed elm disappear and connection logic.
π‘ Improved track uploading
Version 5.9.17 Release date 31.05.2021
π‘ background optimisation for iOS 14.5.1 and later
Version 5.9.10 Release date 18.03.2021
π added track restoration
Version 5.9.5 Release date 11.02.2021
π‘ driving events like acceleration, breaking and etc in trip time by delegate
Version 5.9.4 Release date 05.02.2021
π‘ tags for trip with offline mode
Version 5.9.3 Release date 22.01.2021
π tags for trip
Version 5.9.2 Release date 20.01.2021
π added new upload for tracks
Version 5.9.0 Release date 22.12.2020
π Aggressive heartbeats mode
π‘ Improvements of quality for start and stop tracking
π‘ More energy effective and energy safe
Version 5.8.0 Release date 15.11.2020
π iOS 14 support
π‘ Best quality for start and stop tracking
π Wrong Accuracy and low battery mode delegates
Version 5.7.0 Release date 13.11.2020
π Added update location delegate.
Version 5.6.0 Release date 30.06.2020
π Added isAllRequiredPermissionsGranted property.
π Added high frequency functionality for event detection.
π Added ELM functionality for work with OBD devices in your cars.
Version 5.5.13 Release date 01.06.2020
π§ Fix for more stability
Version 5.5.12 Release date 12.05.2020
π RPRegionDelegate
(void)locationManager:(CLLocationManager )manager didExitRegion:(CLRegion )region;
[RPEntry instance].regionDelegate
Version 5.5.11 Release date 06.04.2020
π§ Hot Fix for short tracks.
Version 5.5.10 Release date 06.04.2020
π Added new methods to get statistics with TAGs
(void)getDashboardInfoByTrackTag:
(void)getDrivingTimeStatistics:
(void)getDrivingDetailsStatistics:
(void)getSpeedDetailStatistics:
(void)getMileageDetailsStatistics:
(void)getPhoneDetailStatistics:
Version 5.5.9 Release date 23.03.2020
π Added isTracking. Equal isActive for tracking state.
π Added RPTrackingStateListenerDelegate and method (void)trackingStateChanged:(Boolean)state;
This delegate method called all times when SDK start or stop tracking.
π Added New methods for get Statistics.
getDrivingDetailsStatistics, getSpeedDetailStatistics, getMileageDetailsStatistics, getPhoneDetailStatistics
π TAGs for trips and methods to get, add, remove these tags.
π§ FixBug causing a long interval for the end of the trip. (manifested at the end of the trip in the car and did not start walking part)
Version 5.5.8 Release date 27.02.2020
π Start Reasons
π Start and stop trip detection improvement
Version 5.5.7 Release date 19.02.2020
π Tag trips
Version 5.5.6 release date 14.02.2020
π‘ Upload Manager - Significant improvement of upload tracks algorithm
π§ Permission wizard fixes
π§ Bug fixes
Version 5.5.4 release date 20.09.2019 for Xcode 10.3 and before + Version 5.5.5 release date 20.09.2019 for Xcode 11.0 and later
π Added Wizard for iOS 13 (View-based wizard for permissions legend and how it works in iOS 13).
New mechanics of giving permissions for iOS 13.
Version 5.5.3 release date 15.08.2019
π More detailed ratings, added:
"RatingCornering": 0..5,
"RatingAcceleration": 0..5,
"RatingBraking": 0..5,
"RatingSpeeding": 0..5,
"RatingPhoneUsage": 0..5,
"RatingTimeOfDay": 0..5,
π‘ Increased accuracy and added detecting of stop reason.
π Added delegate method for alert about speed overage 100 km\h