Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Native Deploys

John Pinkerton edited this page Nov 27, 2016 · 1 revision

In addition to deploying on the web, Holtzman can be used to target multiple devices and app stores using the Cordova web view. Using the meteor build tool, we currently generate two different native versions of the app: one for iOS, and one for Android. We currently automate this process using launch.

Android

The Android build uses the Crosswalk web view, and generates two different APK files for targeting different processor types. These APKs can be used to deploy to all major Android phones and tablets running Android 23 or later.

iOS

The iOS build uses Apple's updated WKWebView, and only generates one Universal Xcode project. This project can be used to target all major iOS phones and tablets running iOS 8.0 or later.

App Stores

  1. iOS App Store (iOS)
  2. Google Play Store (Android)
  3. Amazon App Store (Android)

Other Targets

Due to the rise of native applications wrapping web technologies, it is also possible to target many other devices and app stores using this same code base. Some preliminary research was done to attempt to extend augment meteor's build tool in the meteor-package repo. Currently, it is able to generate an electron app, and a Chrome app, although possibly outdated. It would be great to eventually move this to the launch project.

Clone this wiki locally