videostream / cordova-chromecast

Chromecast running in Cordova
117 stars 58 forks source link

not working on IOS #65

Open djmaxisauce opened 7 years ago

djmaxisauce commented 7 years ago

Hi, Im working on an hybrid app which has chrome cast integration. It works OK in android, ( using this cordova plugin ), but in IOS is not working, the error code is "api_not_initialized".

Is it necessary do something special for IOS, or this plugin will not work for IOS ?

Thanks, Maxi.

renandecarlo commented 7 years ago

This plugin is Android only.

Take a look at https://github.com/ghenry22/cordova-plugin-chromecastios (IOS) or https://github.com/ConnectSDK/Connect-SDK-Cordova-Plugin (IOS and Android)

The ghenry22 iOS plugin is actually more up-to-date than this one.