*Configure Framework
Last updated
Last updated
You can't set empty or nil token
Use removeVirtualDeviceToken method when the user logs out from the host app.
If you want to disable or enable tracking, you can use property disableTracking of RPEntry class
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
We strongly recommend keeping it enabled by default
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>
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: