I am trying to fix Sim Swap issue in my app. I want a unique way to identify user's phone. So tried for following cases
- I know that we can't get phone IMEI & other information from user device as per below links
I can use identifierForVendor but it also changes on every installation of the app.
The third option is to use DeviceCheck API to identify the device but it comes in only iOS 11.
Please let me know how to identify a users device & temporary disabled user's account in case of Sim Swap.