- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Tags:
- HTML5
- Intel® XDK
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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" />
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page