Is it possible install to iOS app without itunes
I have made the build and I have to send someone.. If he does't have PC or Mac, only he has just iphone. then how can he install build over his iphone. (If it is possible.) 开发者_如何学编程
Thanks
You can use the free service of TestFlightApp.
You can use hudson or jenkins to compile your App with every check-in (you are using scm, right?), and hockey for browser-based deployment.
See this blogpost for more informations.
Note: we are using this setup in my company. But I can't give you the codes, as they are the intellectual property of my company.
mandeepd you can use beta builder
check the steps
Using Beta Builder
If his iPhone is jailbroken he can SSH it to /Applications but it would show up as a native/jailbroken app (no delete button in wiggle mode) and with no icon bevel
the excellent way to do this is Beta Builder
Use the procedure from the URL Below to distribute app over the air http://iosdevelopertips.com/xcode/distribute-ad-hoc-applications-over-the-air-ota.html
精彩评论