Skip to content

Preparing for Release

Jonathan Chan edited this page Jul 31, 2018 · 5 revisions

iOS

In the below, replace <app> with the name of your application.

  1. Build the app in release mode using ./configure <app> ios release followed by make.
  2. After the app has been successfully built, it will output the location of your .ipa file (e.g. === ~/Library/Caches/lambdanative/packages/<app>.ipa).
  3. In the Xcode menu, select Xcode > Open Developer Tool > Application Loader, login to your iTunes Connect account, and choose the .ipa file that was just created.
  4. Continue with the process at https://appstoreconnect.apple.com.

Clone this wiki locally