Skip to content

Setup for iOS

Mark Knol edited this page Mar 25, 2014 · 4 revisions

iOS requires a little extra setup to prepare your iOS dev certificate and provisioning profile.

  1. Create an app ID on the iOS developer site. Make sure the ID matches the one in your flambe.yaml.
  2. Create a certs/ directory in your Flambe project.
  3. On OSX, go into Keychain, right click on your iOS developer key, and export it as a .p12. Save it to certs/ios-development.p12. In the password dialog box, enter "password" (no quotes).
  4. Download your provisioning profile and copy it to certs/ios.mobileprovision.

At that point, flambe run ios --debug should work. For more detail and how to do Step 3 on Windows, check out https://www.adobe.com/devnet/air/articles/packaging-air-apps-ios.html.

It's on the planning to streamline the iOS setup process, though it will always be a minor pain thanks to Apple.

Learn how to do more with your app using Native Extensions

Clone this wiki locally