1.1.0 • Published 4 years ago

cordova-plugin-baidutji v1.1.0

Weekly downloads
3
License
Apache License 2....
Repository
github
Last release
4 years ago

百度移动统计Cordova插件

How to debug:

  1. clone this project
  2. remove the old plugin from the project

  cordova plugin remove cordova-plugin-baidu-mob-stat
  1. add the plugin

	/**
	 * 	APP_CHANNEL  渠道(例如:test、prod)
	 *  APP_KEY	
	 */
	cordova plugin add cordova-plugin-baidutji@1.1.0 --variable APP_CHANNEL=test --variable APP_KEY=a8e72a15df
  1. build and debug
window.cordova.exec(success => {
    console.log('success', success)
}, err => {
    console.log('err', err)
}, 'BaiduMobStat', 'start', [])