I’m pretty new to ionic. I’m trying to get the StreamingMedia plugin to work. I followed the instructions in the documentation. The plugin works in the simulator and also on Android but when I run the app on an iOS device it won’t work.
I keep getting the following errors:
[Warning] Native: tried calling StreamingMedia.playVideo, but the StreamingMedia plugin is not installed. (console-via-logger.js, line 173)
[Warning] Install the StreamingMedia plugin: 'ionic cordova plugin add cordova-plugin-streaming-media' (console-via-logger.js, line 173)
Can anyone help me out?