cordova-plugin-baidutji
v1.1.0
Published
Cordova Plugin For Baidu Mobile Analysis
Downloads
5
Readme
百度移动统计Cordova插件
How to debug:
clone this project
remove the old plugin from the project
cordova plugin remove cordova-plugin-baidu-mob-stat
- add the plugin
/**
* APP_CHANNEL 渠道(例如:test、prod)
* APP_KEY
*/
cordova plugin add [email protected] --variable APP_CHANNEL=test --variable APP_KEY=a8e72a15df
- build and debug
window.cordova.exec(success => {
console.log('success', success)
}, err => {
console.log('err', err)
}, 'BaiduMobStat', 'start', [])