Skip to content

Instantly share code, notes, and snippets.

@ben-ng
Created November 15, 2014 01:56
Show Gist options
  • Save ben-ng/4338587338ae3d3fad82 to your computer and use it in GitHub Desktop.
Save ben-ng/4338587338ae3d3fad82 to your computer and use it in GitHub Desktop.
How should I do this?

If you're interested in my OTA update system for iOS PhoneGap apps, let me know how you think I should release it, and why:

(Sorted in order from "it just works" to "most flexible, but requires deeper knowledge of iOS apps")

  • A CLI tool that patches an app (you would run this on platforms/ios)
  • A complete PhoneGap iOS application (you would clone this repo and edit it to your tastes)
  • The update logic only, as a library (I'd provide example replacements for MainViewController.m, AppDelegate.m)
  • Other (I'm not a huge fan of any of these, so I'm open to suggestions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment