Skip to content

Instantly share code, notes, and snippets.

@glenhallworthreadify
Last active December 21, 2017 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glenhallworthreadify/55a89a3733d0c4595f6d2d57f0b0662e to your computer and use it in GitHub Desktop.
Save glenhallworthreadify/55a89a3733d0c4595f6d2d57f0b0662e to your computer and use it in GitHub Desktop.

Telerik AppBuilder Alternatives

Telerik AppBuilder is being retired on 10th May, 2018. It was an easy way to compile Cordova apps for iOS and Android packages without a Mac OS machine. With the Visual Studio plugin, AppBuilder provided a low-friction way to build cross-platform apps. A new platform is required to continue creating these apps due to the impending retirement. We need a tool that allows developers to initiate a build on a windows machine and receive an iOS package in return.

Convert to Cordova

Telerik AppBuilder based on Cordova, the first step to moving away from AppBuilder will be converting the project into a Cordova project. There will be minimal work to move plugins and platforms over, although Cordova is strict with the directory structure. This initial pain will make it easier moving forward if you want to trial different platforms for app build and release.

Platforms

Pros

  • The CLI is really nice. To initiate a remote build:
phonegap remote install ios
  • The paid plan is $9.99 / month.
  • Supports QR Codes in the command line

Cons

  • Lackluster desktop application without much functionality.
  • The free plan is limited to 1 app.

Pros

monaca remote build ios

Cons

  • Discontinued Visual Studio 2015 plugin
  • No Visual Studio 2017 plugin.
  • Visual Studio Code extension in development but no release date.

Pros

  • Supports hosted Mac OS build agents
    • If hosted agents unsuitable can use MacinCloud build agents or private agents on your machines
  • Generic build and release support for applications other than iOS or Android apps such as a backend service.
  • Full software development suite: Source Control, Project Management, Build & Release, Testing
  • Free, but active development will exhaust free build minutes quickly.

Cons

  • Need to check in to build
  • Slow feedback loop
  • Need to push app package to a third party for deployment

Pros

  • Website easy to use with good UX
  • Essentially free for development builds

Cons

  • Poor deployment and automation support
    • Downloads a zip file with packages.
    • No straight to phone option.
    • No QR Codes.
    • No command line tools
  • Adds a "Built with Cocoon" splash screen that you can remove for a one-time fee of $500

Other Platforms

Ionic is good for building Angular based Cordova apps with cloud-build options. It is not suitable using with existing Telerik AppBuilder app due to being tied closely to the Ionic Framework.

Fastlane does not support windows and is out of the scope of this article.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment