Keystores are not used with iOS.
iOS requires a mobile provisioning profile. There are two types - ad_hoc and distribution. For testing, I will use ad_hoc.
You can download your mobile provisioning profile from the Apple site. You must be a member and there is, at this time, a $99 fee. The process of getting a mobile provisioning profile requires that you generate a CSR from your dev computer. That is used to sign the certs from Apple. Namely, your development cert and your distribution cert. Once you have those, you will be able to generate an APP ID that is then used to generate your mobile provisioning profile.
There is a tutorial at:
http://developer.coronalabs.com/content/building-devices-iphoneipad
It’s a walk through of the process.
[import]uid: 8045 topic_id: 32359 reply_id: 128770[/import]