0

I am needing to uniquely ID devices that connect to our service. I have found the following

https://github.com/jamesmontemagno/DeviceInfoPlugin

I am reading that Apple will reject your app if you try to get device info. Will this work or what is another way to uniquely ID a device?

shim
  • 9,289
  • 12
  • 69
  • 108
Michael Brown
  • 97
  • 1
  • 10
  • The project you linked to uses `identifierForVendor` on iOS so you won't be rejected if you use it. You can also add your own UUID to the keychain. The Device Check framework may also help depending on what you want to do. – Paulw11 Jul 16 '18 at 21:48
  • Can the UUID be stored on the phone even if your app is uninstalled? – Michael Brown Jul 17 '18 at 13:20
  • Yes, data persists in the keychain across installs but not if the phone is erased – Paulw11 Jul 17 '18 at 19:51

0 Answers0