Duc Haba
Duc Haba

Reputation: 41

Alternative to intel XDK?

I am using XDK to do iOS build and Android build for the hybrid app. It works great! But XDK "retires" the build feature in favor of IoT.

So is there any alternative to XDK iOS and Android build?

I am just looking for the build feature and not so much as automate app creation or using their UI widget, debugger or their framework. Just an online iOS and Android build.

Cordova CLI is their recommendation alternative, but you need a "mac" to do an iOS build, and Abobe Online PhoneGap build is not so good and not free.

Upvotes: 0

Views: 1071

Answers (1)

xmnboy
xmnboy

Reputation: 2310

Note that the "Cordova Package Build" export tool on the XDK Build tab provides you with the ability to export a ZIP file that can be built using PhoneGap Build (or Cordova CLI). Using that export feature, you can continue to manage your build settings, add or remove plugins, and perform debugging with the Simulate tab and the Test tab.

Only the XDK build system will be retired at the end of June. The rest of the XDK, as you see it today (v3977), will continue to be usable after the build system has been retired. The build tiles will disappear when the build system is retired, but the "Cordova Build Package" tool that allows you to export a project for use with PhoneGap Build or Cordova CLI will still work (it does not rely on the build backend to function).

Upvotes: 0

Related Questions