Hello,
I am working on a mobile application that integrates with the Geotab Drive app through deep link navigation as an add-in.
Issue: While we can successfully receive deep link navigation when users access our app from Geotab Drive, there is currently no intent or deep link triggered when users log out from the Geotab Drive app. This makes it difficult for our application to detect when the Geotab Drive session has ended.
Is there anything from the add-in framework we could use to get notified when the session has ended so we can end our app session too?
Alternatively, is there a REST API endpoint we can periodically request to check if the user is still connected?
I tried using the Geotab SDK, which seems to have this information, but when we include the Geotab Drive SDK inside our app, it runs in a separate app process. So if the user has the Geotab Drive app installed externally, there is no connection between the SDK and the actual app.
Thank you for your assistance.
Best regards