How to identify iOS device uniquely instead of using UUID and UDID -
this question has answer here:
in ios app, have restrict user use ios app per device. found solution can use uuid (universally unique identifier)
or udid (unique device identifier)
. according this answer can't use uuid, because if app gets deleted or reinstalled uuid
has been getting changed , don't want this. apple rejects apps if app uses udid
.
is there way identify ios device uniquely.
apple has done away approach of udids , reject apps use same unique device identification. source: tnw
what looking vendor id
Comments
Post a Comment