We have iPad and iPhone devices, but short of wires. Is there any way that we can install/debug the builds over Wi-Fi in iOS?
I know the way in Android, but not of iOS.
We have iPad and iPhone devices, but short of wires. Is there any way that we can install/debug the builds over Wi-Fi in iOS?
I know the way in Android, but not of iOS.
" http://diawi.com "
this provides you build link of your project. Whereas with wifi its not at all possible.
Simple Solution: http://diawi.com
Upto Xcode 8 & iOS 10 : Through wifi its not possible.
You just upload your
".ipa"
file to this website http://diawi.com & get sort link for that. After that install build by requesting that link in iphone browser.From Xcode 9+ & iOS 11+ : Its possible install debug build through wifi.
(Cmd-Shift-2)
. You should see your device as connected devices.Just tried this and it works... just take in consideration that the deployment is painfully slow.