Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jpush-phonegap-plugin

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jpush-phonegap-plugin

JPush for cordova plugin

  • 2.2.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
45
decreased by-44.44%
Maintainers
1
Weekly downloads
 
Created
Source

JPush PhoneGap / Cordova Plugin

Build Status QQ Group release platforms weibo

支持 iOS, Android 的 Cordova 推送插件。

如需要 IM 功能的插件,可关注 JMessage PhoneGap Plugin

如需要短信验证码功能的插件,可关注 JSMS Cordova Plugin

QQ 交流群:413602425。

Install

  • 通过 Cordova Plugins 安装,要求 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  
    
  • 或下载到本地安装:

      cordova plugin add Your_Plugin_Path  --variable API_KEY=your_jpush_appkey
    

Usage

API

Demo

插件项目中包含一个简单的 Demo。若想参考,可以在 /example 文件夹内找到并拷贝以下文件:

example/index.html -> www/index.html
example/css/* -> www/css
example/js/* -> www/js

关于 PhoneGap build 云服务

该项目基于 Cordova 实现,目前无法使用 PhoneGap build 云服务进行打包,建议使用本地环境进行打包。

FAQ

如果遇到了疑问,请优先参考 Demo 和 API 文档。若还无法解决,可访问极光社区Issues 提问。

Android

在 Eclipse 中 import 工程之后出现:Type CallbackContext cannot be resolved to a type

右键单击工程名 -> Build Path -> Config Build Path -> Projects -> 选中工程名称 -> CordovaLib -> 点击 add。

iOS

PushConfig.plist 文件中的字段都是什么意思?
  • APP_KEY:应用标识。
  • CHANNEL:渠道标识。
  • IsProduction:是否生产环境。
  • IsIDFA:是否使用 IDFA 启动 SDK。
收不到推送了。

请首先按照正确方式再次配置证书、描述文件,具体可参考 iOS 证书设置指南

Support

Contribute

Please contribute! Look at the issues.

License

MIT © JiGuang

Keywords

FAQs

Package last updated on 22 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc