What will be packaged?

The package wizard will generate different packages for iOS and Android.

  • For iOS, the package wizard will generate an executable Xcode project which consists of the following packages:

    1. App Name.zip

      Including all of the application files, DataWindow syntax, image files, etc. for the iOS application, and also including an Xcode project file and the Xcode project settings which will be run later to compile the IPA file.

    2. AppeonMobile.framework.zip

      Including the mobile client libraries of the Appeon Workspace. The client libraries support the running of the stand-alone mobile app, such as rendering the mobile-style UI, providing interfaces for calling the mobile SDK, supporting the offline capabilities, etc.

    Copy the above packages to a Mac machine with Xcode installed, and then compile them into an IPA file.

  • For Android, the package wizard will directly generate an APK file which can be installed on the Android device right away:

    1. App Name_install_Android.apk

      Including all of the application files, DataWindow syntax, image files, etc. for the mobile application.