iphone - UDID from itune using Mac Application -


i working on mac application used 'xxxx' company's customers register themselves, along using iphone's udid. udid added apple portal generate ad hoc profile.

so here question:

  1. is there way our mac application can talk iphone utility(windows)/itunes(mac) , device udid, connect device.
  2. if 1st not possible, there way can ask user copy device's udid , fill in from. after can confirm udid correct or not(using web service or somthing).

thanks in advance

chahal

there isn't supported way use private mobiledevice.framework talk device itunes does.

the easiest way user find uuid click on device information in itunes , copy , paste it.

if looking way automate beta testing might want take @ 1 of established services testflight or hockeyapp.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -