Skip to content
Tua Rua edited this page Jun 28, 2018 · 15 revisions

Prerequisites

You will need

  • wget
  • Xcode 9.3
  • Xcode 9.1 for iOS Simulator
  • AIR 30

iOS

The iOS version utilises the native WKWebView.

N.B. You must use a Mac to build an iOS app using this ANE. Windows is NOT supported.

The ANE + Dependencies

From the Terminal cd into /example-mobile and run:

bash get_ios_dependencies.sh

This folder, ios_dependencies/device/Frameworks, must be packaged as part of your app when creating the ipa. How this is done will depend on the IDE you are using. After the ipa is created unzip it and confirm there is a "Frameworks" folder in the root of the .app package.

Clone this wiki locally