Discussions

Ask a Question
ANSWERED

What brand of consumer cars does the API/SDK support?

Hello, What kind of brands for cars does the API/SDK support? Thanks.
ANSWERED

gradle signingreport

I'm new to Telematics, and I was following the integration guide (<https://www.youtube.com/watch?v=Hbk7p3q8fbw>) step by step when I replaced my key and tried to get SHA1, signingreport task wasn't available on my gradle list. I checked versions and tried to clone again but I still had the same problem. could you please help me with this?
ANSWERED

Does sdk provide data to server when app killed?

Does sdk provide data to server when app killed?
ANSWERED

How can retrive local db on mobile while record trip?

I'm use flutter develop and use sdk v0.0.11 Can i want to listen record trip raw data in realtime?
ANSWERED

Getting 429 Status Code error in Android SDK

Hello, We are using your SDK in one of our client projects where we are using a login method like below: ``` TelematicsAuth.login(INSTANCE_ID, INSTANCE_KEY, deviceToken).await() ``` We are calling this method every time the user opens the application. Is it correct or do we need to change anything? It returns 429 after opening the app 5 to 6 times.
ANSWERED

Roundabouts & Scoring on corners

Hello - is the tracking able to tell that roundabouts need cornering differently than, say, turning into a side street? Thanks
ANSWERED

DEVELOPER REFFERAL

Can you recommend an app developer who can set this up for me
ANSWERED

SDK for Xamarin

Hi team. This seems very interesting, when will the SDK for Xamarin be done? I've done a lot of Binding Library in the past, but if there is a SDK for Xamarin/MAUI I prefer not to because of time constraint.
ANSWERED

HOW DO I INSTALL THE TRACKING

DO I NEED TO BUY A GPS AND INSTALL IT ON THE MOTORCYCLE?
ANSWERED

Valid UnitSystem values for List Trip Detail endpoint

Hi, We're using the GET trip details endpoint and were wondering what values UnitSystem can be in the request and which return values does it affect? We're looking to convert Trip.Statistics.Mileage from KM to Miles and are wondering if we should handle that manually or if the endpoint is able to do that for us. Thanks