🛠 Step 3: SDK Integration
Integrating the Telematics SDK into your own environment.
While the Damoov platform resides in the cloud, you also need dedicated code in the user devices: That is our Telematics SDK.
Preparation
-
Before you start, make sure you created a test user and obtain a DeviceToken. It can be done either in DataHub or via API Register a new SDK user
-
For your convenience, we have published a source code via Demo Apps, you can use it as a reference.
Proceed with SDK integration:
Native apps
Cross-platform apps
Add the native SDK to cross-platform apps
All cross-platform apps are also known as single source-code apps, supporting native SDK. Roughly speaking, you add native SDK to the native part of your apps and build bridges to the cross-platform part.
To make your life easy, we are working on developing bridges for all well-known cross-platforms. We will publish it once it is ready.
If you can't find a bridge for your platform, contact us and we will guide you on how to add a native SDK to your cross-platform app.
Updated 7 months ago