0

After a whole day search, i'm unable to find a good solution

Apple does't allow to check IMEI number of iDevice

Apple does't allow to check UDID (Its deprecated)

there is an option of "identifierForVendor" , but i found it may change if user uninstall and reinstall the app.

My Problem at this time is this

for single "Specific USER NAME" any one can install my app on upto 5 iDevices, after that user must change the "USER NAME"

my app just ask this on first Launch and never again. at this stage i want a check or Counter Like anything that counts the iDevices for that "USER NAME" to check if it is 1st, second …. ……… or fifth. ….

need your ideas or help on this matter / issue

M Zubair Shamshad
  • 2,741
  • 3
  • 23
  • 45

2 Answers2

1

you may try to use the token given by apple for APN (Apple Push Notification), it's unique for device+app… there may be the problem that app will ask user permission for push notification, but you can make that mandatory for your app, and let it works just in casa user accepts it..

meronix
  • 6,175
  • 1
  • 23
  • 36
1

What i have got from your question is that you need a unique identifier to identify total devices . Please take a look at my answer here at this post i may help you understand many things ( How to generate unique identifier which should work in all iOS versions? )

Community
  • 1
  • 1
Quamber Ali
  • 2,170
  • 25
  • 46