0

Possible Duplicate:
iOS installing apps without app store

I have built an iOS app for a friend of mine who lives in a different city. I have a standard $99/year developer account that I used to build it. Is it possible to get it to his device over the air?

Thanks

Community
  • 1
  • 1
thebiglebowski11
  • 1,451
  • 10
  • 41
  • 76

2 Answers2

2

Yes, it should be possible with TestFlight:

https://www.testflightapp.com/

Haven't tried it myself yet, but it looks promising.

Darwind
  • 7,284
  • 3
  • 49
  • 48
0

Yes, there are a number of ways you can do it. You have to provision his device to test it, and then you can send him the IPA file(Created by using Archive in XCode), and have him install it through iTunes. Alternatively, you can sign up at TestFlight(http://www.testflightapp.com) and do the same thing with TestFlight. We use TestFlight because we have multiple beta testers, and it's a very useful service.

Echihl
  • 346
  • 2
  • 9