-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
There is no proactive token refresh. The SDK was designed to poll (the function exists, clearInstance clears the timeout, clearTimeout runs when tracking is disabled) - but the polling was never wired up. Tokens are only pushed to native at two moments:
initialize()->fetchAndSetToken()setLocationTrackingEnabled(true)->fetchAndSetToken()
After that, the native factory just stores and returns the last token. Stale until JS pushes a new one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.