Xamarin Android: Obtain the IMEI from a device with Android 10
One of our customers is updating his Android devices to version 10.0 (API 29). The app that our customer uses is manually installed via APK on each device. The app is NOT released via public stores. Each device is NOT associated with any physical person, the devices are shared between operators.
Up to now we have always uniquely identified devices via IMEI, but with Android 10.0 (API 29) this approach is no longer available.
Since the smartphones are owned by our customer, is there any way to force permission for our app to retrieve the IMEI?
Possibly we need a solution that does not require our customer to manually save the IMEI in some file on each individual device (there are hundreds of devices).
Thank you very much in advance