开发者

Ad-hoc style distribution for an iPad app?

I'm t开发者_如何学Goalking with a client who is abroad and I'm wondering whether I will be able to send him versions of the iPad app for testing before it's on iTunes.

Is there a solution (e.g. Ad-Hoc?) I could rely that doesn't require jailbreak or anything?

If so, could you please provide me with a link to a guide?

Thank you !


Yes Ad-hoc is what you need, basically you will need to associate your client device identifier (UDID) to a certificate that you will use to sign application.

This is a standard procedure (no jailbreak required) that is fully documented on Apple provisioning portal in User Program Guide (you have to apply ($99) for the developer program and be logged to access this... and it is limited to 100 devices)

Another good thing is to use an "Ad-Hoc" updater such as HockeyKit to ease your client updates and installation procedure...


Yes, indeed, there is an ad-hoc distribution method: here is its mention on the Apple Developer website. As far as details, I think you have to be in the developer program in order to get direct documentation for that, and sadly I allowed my developer account to lapse. A few key points can be found here

Essentially, you can distribute to up to 100 other iOS users who have your group's apple developer credentials installed on their phone, and the app will remain live for 90 days

Essentially, it's the same headache on the remote side with certs, keys, etc... that you have to do with XCode when developing on the device, but you can put the app on a website somewhere where the remote party can install it on their phone.

EDIT: I found this guide that is presented on a forum if you want to look through the steps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜