You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deviceId shouldn't be null or we need to have a callback to know when amplitude is initialized correctly.
Current Behavior
Hi. For integration for other analytics tool(ex. airbridge) I need to know amplitude deviceId. And it is null after Amplitude.initialize(...) call. But If I fetch deviceId after like a second after initialize call then it is non null.
SDK Version and configuration details
v1.20.7
Expected Behavior
deviceId shouldn't be null or we need to have a callback to know when amplitude is initialized correctly.
Current Behavior
Hi. For integration for other analytics tool(ex. airbridge) I need to know amplitude deviceId. And it is null after Amplitude.initialize(...) call. But If I fetch deviceId after like a second after initialize call then it is non null.
Possible Solution
I don't know how long to take deviceId.
Steps to Reproduce
Amplitude(Configuration)
client.getDeviceId() == null
Environment
The text was updated successfully, but these errors were encountered: