Test App for the cordova mixpanel plugin at
I recommend and am using the ionic framework to run this app. However it is not required, you can also use plain cordova.
- cordova and/or ionic
- ios-sim if want to emulate ios
npm install -g ios-sim
- add your platform:
ionic platform add ios
- restore ionic plugin state from package.xml:
ionic state restore
ionic emulate ios
or
ionic run ios
if you run into build errors, try this kind of cleanup:
cordova plugin rm com.samz.mixpanel && cordova plugin add com.samz.mixpanel
cordova platforms rm ios && cordova platforms add ios