Help getting the deviceID

Hello team

I am using expo v28, and I am having a weird behavior in my app.

In my Android device a can get the deviceId, by using the

const deviceId = Expo.Constants.deviceId;

This line will get me the ID on android, on IOS is undefiend

I fixed the issue by updating to 28.1, does somebody knows if I update to 29, it would still works?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.