I have followed the integration guide written
here and have implemented it into my ionic app by adding the script onto the end of my index file. This has got it working on android but building for ios it is not loading past the code " var plot = cordova.require("cordova/plugin/plot"); ". Is this the correct implementation for ionic, I have tried to add it to the app.js file inside the platform ready but also doesn't work.
I am using ionic package to build the ios app so am unable to debug it that well. I have used GapDebug on the device running the app but isn't showing anything too informative.