Merge branch 'dev'

This commit is contained in:
Hevin 2016-04-08 10:32:30 +08:00
commit 01a89fd293
3 changed files with 42 additions and 2 deletions

View File

@ -36,6 +36,12 @@ JPush-PhoneGap-Plugin 支持 iOS, Android 的推送插件。
方法一:在线安装
通过 cordova plugins 安装,要求 phonegap/cordova CLI 5.0+ (current stable v2.1.1)
cordova plugin add jpush-phonegap-plugin --variable API_KEY=your_jpush_appkey
直接通过 url 安装unstable
cordova plugin add https://github.com/jpush/jpush-phonegap-plugin.git --variable API_KEY=your_jpush_appkey
方法二:下载到本地再安装

35
package.json Normal file
View File

@ -0,0 +1,35 @@
{
"name": "jpush-phonegap-plugin",
"version": "2.1.1",
"description": "JPush for cordova plugin",
"cordova": {
"id": "cn.jpush.phonegap.JPushPlugin",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpush/jpush-phonegap-plugin.git"
},
"keywords": [
"JPush",
"push",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0"
}
],
"author": "jpush",
"license": "Apache 2.0 License",
"bugs": {
"url": "https://github.com/jpush/jpush-phonegap-plugin/issues"
},
"homepage": "https://github.com/jpush/jpush-phonegap-plugin#readme"
}

View File

@ -253,7 +253,6 @@ JPushPlugin.prototype.setDebugMode = function(mode) {
}
}
//setDebugMode
JPushPlugin.prototype.clearAllNotification = function() {
if(device.platform == "Android") {
data = [];