Step 3: Register SDK users
Full stack of operations with users and users' profiles
Last updated
Was this helpful?
Full stack of operations with users and users' profiles
Last updated
Was this helpful?
This step plays a significant role in SDK installation. You have to register your app user on telematics platform and get devicetoken that you will add to the sdk. to register a user, you have to call user service API.
DeviceToken (Virtual device) is a unique ID that belongs to a sure and it is used by sdk to transfer data to the platform.
Devicetoken = user
To obtain a DeviceToken you have to register users in is used as an identifier to link depersonalized telematics data with app user.
there are several options for how you can register users. The final goal is to have Devicetoken in your database against the user record.
Register users from your mobile app and update user details by adding devicetoken
Register user from your back-end and store a devicetoken with user profile.
User Service, then keep the device token against a user account in your database.
User service is a full-end service for user management. The main role of the service is to keep a unique user ID (Device Token) which used as a unique key to start collecting and transferring telematics data by telematics SDK. The service contains fields sufficient to build a full user profile if it is needed.
The rules of the service depend on a product selected in