I'm stucked to find a Phonegap BUILD (yes, it really needs to be compatible with this service) plugin that works properly.
I've tried a lot of plugins, but none of them seems to work. I really liked the ConnectSDK aproach, but phonegap build got an error at building, the error reported is:
(iOs)
'Error - The following 3rd-party plugin is causing the build to fail and may need to be updated to a newer version: cordova-plugin-connectsdk'
(Android)
'Oh geez. Your build failed. Click the "Log" button above to view the compile log. If you need help diagnosing the issue, you can post to the support forum with your App ID (please do a search first).'
I found an old issue in their Github reporting a similar but not equal case, and seems that they don't support the phonegap build service..
"However, you won't be able to build using PhoneGap Build since it requires a binary plugin, the closed-source Google Cast SDK plugin. Currently PhoneGap Build does not support binary plugins." at: https://github.com/ConnectSDK/Connect-SDK-Cordova-Plugin/issues/1
Does anyone already used a plugin that fit in this purpose ? (it could be separated plugin for each platform).
All kinds of help are welcome, thanks in advance.