Reputation: 8271
I'm working on a project with multiple teams located in different countries. So I want to send and ipa to another team, I'm very new working with xcode.
So I finally can generate ipa to devices that were added to my list of devices on developer account.
Now the ipa that i generate only work on those devices. The way I add a device to that list is plug the device to my mac and via xcode. But now there are devices that I can't plug to my mac.
Upvotes: 0
Views: 92
Reputation: 974
You donot need a physical device at hand in order to make your ipa able to be installed in that device. Ask your clients to give you their UDIDs of their iPad. Once you have them, add those UDIDs in the developer account as new devices. The way to get UDID from an iPad is as follows (send these steps to your clients):
Upvotes: 1
Reputation: 4005
You just need the deices UDID to add into your development account so that they can install the IPA on it. Ask them to get UDID using itune app.
Upvotes: 1