Reputation: 35050
Is it possible to distribute IPA
to device without TestFlight
, and not via cable? I have a new MacBook Pro with usb-c and an iPhone. Hard to get company set up TestFlight
. Any idea how to test on device?
Upvotes: 2
Views: 4083
Reputation: 28892
Yes. Ad-Hoc OTA is the way to go.
+
You might need to wait 24 hours; I found, it sometimes takes really long for the changes to take effect.
Upload all the files (icons, .plist & .ipa) to your server. Note that the server needs to be https
, this is mandatory. If your's isn't, upload it to Dropbox or some other cloud service. If you're using Dropbox, make sure to replace www.dropbox.com
with dl.dropboxusercontent.com
.
manifest.plist
file and insert all the new urls
www.dropbox.com
with dl.dropboxusercontent.com
itms-services://?action=download-manifest&url=https://dl.dropboxusercontent.com/s/YourURLHere/manifest.plist
Upvotes: 4
Reputation: 273
For me Fabric is an excellent tool. You can check it out here. I often distribute ad-hoc builds using this. It simply sends the app install link in an email and you can open the email from your iOS device and install the build right away.
Upvotes: 0