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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -