jpush-phonegap-plugin
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -60,3 +60,3 @@ # iOS API | ||
iOS平台,检查推送服务是否注册。 | ||
iOS平台,检查推送服务是否停止。 | ||
@@ -73,8 +73,8 @@ #### 接口定义 | ||
#### 代码示例 | ||
window.plugins.jPushPlugin.resumePush(callback) | ||
var onCallback = function(data) { | ||
window.plugins.jPushPlugin.isPushStopped(callback) | ||
var callback = function(data) { | ||
if(data > 0) { | ||
// 开启 | ||
// 已关闭 | ||
} else { | ||
// 关闭 | ||
// 已开启 | ||
} | ||
@@ -81,0 +81,0 @@ } |
{ | ||
"name": "jpush-phonegap-plugin", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "JPush for cordova plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
# JPush PhoneGap / Cordova Plugin | ||
[![Build Status](https://travis-ci.org/jpush/jpush-phonegap-plugin.svg?branch=master)](https://travis-ci.org/jpush/jpush-phonegap-plugin) | ||
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jpush/jpush-phonegap-plugin) | ||
[![release](https://img.shields.io/badge/release-2.1.5-blue.svg)](https://github.com/jpush/jpush-phonegap-plugin/releases) | ||
[![QQ Group](https://img.shields.io/badge/QQ%20Group-413602425-red.svg)]() | ||
[![release](https://img.shields.io/badge/release-2.2.1-blue.svg)](https://github.com/jpush/jpush-phonegap-plugin/releases) | ||
[![platforms](https://img.shields.io/badge/platforms-iOS%7CAndroid-lightgrey.svg)](https://github.com/jpush/jpush-phonegap-plugin) | ||
@@ -13,22 +13,14 @@ [![weibo](https://img.shields.io/badge/weibo-JPush-blue.svg)](http://weibo.com/jpush?refer_flag=1001030101_&is_all=1) | ||
## 集成步骤 | ||
集成 JPush PhoneGap Plugin 有两种方法: | ||
### 1.首先安装 cordova device 插件 | ||
### 在线安装 | ||
- 通过 Cordova Plugins 安装,要求 PhoneGap/Cordova CLI 5.0+: | ||
cordova plugin add cordova-plugin-device | ||
cordova plugin add jpush-phonegap-plugin --variable API_KEY=your_jpush_appkey | ||
### 2.安装 JPush PhoneGap Plugin | ||
安装 JPush PhoneGap Plugin 有两种方法: | ||
- 直接通过 url 安装: | ||
方法一:在线安装 | ||
cordova plugin add https://github.com/jpush/jpush-phonegap-plugin.git --variable API_KEY=your_jpush_appkey | ||
通过 Cordova plugins 安装,要求 PhoneGap/Cordova CLI 5.0+: | ||
cordova plugin add jpush-phonegap-plugin --variable API_KEY=your_jpush_appkey | ||
直接通过 url 安装: | ||
cordova plugin add https://github.com/jpush/jpush-phonegap-plugin.git --variable API_KEY=your_jpush_appkey | ||
方法二:下载到本地再安装 | ||
### 本地安装 | ||
使用 git 命令将 JPush PhoneGap 插件下载的本地,目录标记为 $JPUSH_PLUGIN_DIR: | ||
@@ -44,8 +36,2 @@ | ||
### 3.在 js 中调用函数,初始化 JPush | ||
//由于 PhoneGap 插件采用了 lazy load 的特性,所以建议在 js 文件能执行的最开始就添加。 | ||
window.plugins.jPushPlugin.init(); | ||
## Demo | ||
@@ -82,3 +68,4 @@ 插件项目中包含一个简单的 Demo。若想参考,可以在 /example 文件夹内找到并拷贝以下文件: | ||
若要使用 CLI 来编译项目,注意应使用 cordova compile 而不是 cordova build 命令,因为 cordova build 会清除对插件文件的修改。 | ||
若要使用 CLI 来编译项目,注意应使用 cordova compile 而不是 cordova build 命令,因为如果修改了插件安装时默认写入到 AndroidManifest.xml | ||
中的代码,cordova build 可能会导致对 AndroidManifest.xml 的修改。 | ||
Cordova CLI 的具体用法可参考 [Cordova CLI 官方文档](https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html)。 | ||
@@ -85,0 +72,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 5 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 5 instances in 1 package
14392559
41
16917
93