iPhone/iPad unique identifier BESIDES UUID/UDID?

后端 未结 6 2045
醉话见心
醉话见心 2020-12-14 04:08

The project I am on is requesting two (or even three) unique identifiers from the iPhone or iPad. I know, I know... the UDID should be enough but we are trying to see if th

6条回答
  •  独厮守ぢ
    2020-12-14 04:48

    DeviceCheck API in iOS 11 is an interesting solution to get unique Identifier, the advantage it has is - the value will be retained even after the app in uninstalled. So use cases like trial installation and rewards can be effectively controlled by developers.

提交回复
热议问题