*Configure Framework
Set up Device Token (Log in)/ Remove Device Token (Log out)
You can't set empty or nil token
Use removeVirtualDeviceToken method when the user logs out from the host app.
Enable and disable Tracking (Optional)
If you want to disable or enable tracking, you can use property disableTracking of RPEntry class
Enable and disable SDK (Optional)
Disable tracking doesn't disable SDK and it continues to send heartbeats (๐ Dataset). If you want to completely disable SDK, you should remove the Device Token
You can't set an empty or nil token
Enable Bluetooth OBD/ELM Functionality
Bluetooth OBD/ELM functionality enables the host app to work with Bluetooth OBD devices to get in-vehicle data (๐Dataset). To enable this, please use the method below:
Enable high-frequency data collection (Accurate and persistent dataset)
We strongly recommend keeping it enabled by default
Enable Advertisement identifier
To enable Ads identifier, should provide Advertisement identifier to SDK. Please add these lines near the code from the previous section. Make sure, you added import
section
#import <AdSupport/AdSupport.h>
Last updated