The most recent content from our members.
There isn’t user id in the service currently so I want to get device id first and then set device id as user id. So I set as below, import { setUserId } from '@amplitude/analytics-react-native'; import { getDeviceId } from '@amplitude/analytics-react-native'; const deviceId = getDeviceId(); setUserId(deviceId); I tested…
We have two apps on store (iOS/Android) and which has two different projects under one organization linked with Amplitude, When on iOS a user registered on any of the apps and then just opens the second app the ID assigned to the second app’s project is from the first one and vice versa.
It looks like you're new here. Sign in or register to get started.