For this app I need to retrieve the ICCID number of the sim card and pass it through a backend, if there is a match the user will be able to login after entering their login credentials. Is it possible to do this with android and iOS, maybe by getting it through the phone's settings?
Asked
Active
Viewed 171 times
0
-
Does this answer your question for Android? [How can I get the ICCID number of the phone?](https://stackoverflow.com/questions/9751823/how-can-i-get-the-iccid-number-of-the-phone). NOTE: Due to security updates in later Androids, this might not work any more. On Apple, it is forbidden. European privacy laws require that the USER decide what info an app can get. Apple has gone even further in protecting user privacy. See https://stackoverflow.com/a/19402414/199364 – ToolmakerSteve Mar 13 '23 at 21:24