I am using Expo SDK 35 with expo-constants v7.0.0.
I used to get a value for Constants.deviceId but now it is coming back as undefined.
I Googled and saw that there is meant to be another property called installationId which superseeds this, but this is undefined also.
Can anyone shed any light? I need a unique ID per device/installation to identify the device on my server, is there any other expo library that can do this?
Thanks in advance