0

I have an apple individual account($99). Is it possible to let my client test the app by OTA? Thanks. I mean just give him a link http://www.xxxx.com/app.html

TK189
  • 1,490
  • 1
  • 13
  • 17
  • You might have to add his device to your account and send him the ipa file to install it using iTunes. – iDev Nov 28 '12 at 07:43
  • I mean just give him a link http://www.aaabbb.com/app.html, is this possible? – TK189 Nov 28 '12 at 08:06
  • You might need an enterprise account. check https://testflightapp.com/. Alternatively you can try loading your ipa file to some server and check if it is showing install screen when you access the url from iPhone safari. I am not sure if this work with dev profile. – iDev Nov 28 '12 at 08:09

2 Answers2

3

You can also use a service like Testflight. They use OTA with AdHoc provisioning for installing, too.

Nikolai Ruhe
  • 81,520
  • 17
  • 180
  • 200
0

Yes it is, you need the UDID of your client's device, add it to your provisioning profile and send him/her the ipa and the provisioning profile. He/She then can "install" both files on the device using either iTunes or iPhone Configuration Utility (Windows).

jimpic
  • 5,360
  • 2
  • 28
  • 37