Software Archive
Read-only legacy content
17061 Discussions

Cordova Plugin for CodePush (App synchronization)

Panos_M_
Beginner
300 Views

Did anyone managed to use in Intel XDK the CodePush plugin for App synchronization?

(App code and images are synchronized with updates you release to the CodePush server)

https://github.com/Microsoft/cordova-plugin-code-push

 

 

 

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
300 Views

That plugin won't work with our build system because it includes a gradle script, which will be stripped by our build system. Gradle scripts in plugins are currently not allowed, due to security risks. We are working on a build system that will allow this, but it is not available. Sorry, but I not able to publish when that build system will become available.

See these lines in the plugin.xml file for understanding how to detect a gradle script in a plugin:

        <platform name="android">
            <framework src="src/android/build-extras.gradle" custom="true" type="gradleReference" />

 

0 Kudos
Reply