Dear StackOverflow Community,
I have an enterprise app that has to track the UDIDs of all of our ipad devices within our organization/network. Right now, we have a total of 9 ipad devices being used that have wifi connection. The purpose for tracking the UDID is to retrieve user data from each of our individual ipads for analytical purposes.
As of now, we have to manually input each UDID in our provision prior to building an IPA file in XCode, but we are finding it to be cumbersome and wonder if there is a solution to input new UDIDs for future ipad devices without having to create a new IPA each time.
For example, when our network grows beyond our 9 ipad devices, and we have to add 5 more ipads, how can we input the new UDIDs dynamically?
Is there a way to dynamically or programmatically input the UDID via http calls (or some other method) so that we don't have to rebuild a new one every time?
Thanks and any help will be appreciated.