Can I get the IMEI number from a phone in a native profile?

0
Hello everyone,   As the title reads, I would like to get the IMEI number from a phone in a native profile. Does anyone know if that is possible? I have already checked the “Get device info” javascript action, but that does not seems to give return the IMEI number of the device. Mendix version: 9.11.1 (am unable to select that properly)   Any help would be appreciated.   Kind regards, Mart
asked
1 answers
0

There is a react-native library you could implement in your own javascript action:

https://www.npmjs.com/package/react-native-imei

This is only for android devices though

answered