How do I get a new Keystore to Distribute my IOS Apps.

I found a cool tutorial to do it from android here http://www.coronalabs.com/tutorials/how-to-generate-a-key-for-an-android-app/ but can’t find out how to do it with ios on the apple. Any suggestions?

It could be a silly question but I’m stuck here so I have no choice. Hope you can help.

Regards,
Ivan
[import]uid: 162097 topic_id: 32359 reply_id: 332359[/import]

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]

If building for iOS the above is correct. If building for Android on Mac: http://corona.techority.com/2011/09/24/how-to-generate-a-key-for-your-android-app/

Peach :slight_smile: [import]uid: 52491 topic_id: 32359 reply_id: 128839[/import]

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]

If building for iOS the above is correct. If building for Android on Mac: http://corona.techority.com/2011/09/24/how-to-generate-a-key-for-your-android-app/

Peach :slight_smile: [import]uid: 52491 topic_id: 32359 reply_id: 128839[/import]