Recover IMEI number

Hello, as part of a Capacitor ReactJS application, we need to retrieve the IMEI number for our application access system. Capacitor Device doesn’t seem to have this information. How can we get this number (we’re in JSX and not TSX)?

Thx

This isn’t possible on iOS as Apple doesn’t allow getting persistent unique identifiers (the IMEI, the UDID, the Wi-Fi MAC address, etc.), protecting the user’s privacy.

Also doesn’t appear possible on Android.

One alternative is to save out your own unique ID like a UUID on the user’s device.

References