Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hevin committed Jan 30, 2018
2 parents e2aba53 + 2660b60 commit c41bbec
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JPush Unity Plugin

[![release](https://img.shields.io/badge/release-3.1.4-blue.svg)](https://github.com/jpush/jpush-unity3d-plugin/releases)
[![release](https://img.shields.io/badge/release-3.2.0-blue.svg)](https://github.com/jpush/jpush-unity3d-plugin/releases)
[![platforms](https://img.shields.io/badge/platforms-iOS%7CAndroid-green.svg)](https://github.com/jpush/jpush-unity3d-plugin)

这是极光官方支持的 JPush Unity 插件(Android & iOS)。
Expand All @@ -13,7 +13,7 @@

1. 替换 AndroidManifest.xml 里的包名。
1. 将 AndroidManifest.xml 中的 JPUSH_APPKEY 值替换成极光控制台应用详情中的 AppKey 值。
1. 配置项目里的包名:在 Unity 中选择 *File---Build Settings---Player Settings*,将 *Identification* 选项下的 *Bundle Idenifier* 设置为应用的包名。
1. 配置项目里的包名:在 Unity 中选择 *File---Build Settings---Player Settings*,将 *Identification* 选项下的 *Bundle Identifier* 设置为应用的包名。

### iOS

Expand Down Expand Up @@ -98,10 +98,10 @@ Android 与 iOS [通用 API](/Doc/CommonAPI.md)。

### Android

在 Plugins\Android\src 目录下是一些 Java 文件,可以将其引入到 Android 工程中对其进行扩展,重新生成 Jar 包替换掉工程中 Assets\Plugins\Android 目录下的 JPush_Bridge.jar 文件。

[Android API](/Doc/AndroidAPI.md)

> ./Plugins/Android/jpush-unity-plugin 为插件的 Android 项目,可以使用 Android Studio 打开并进行修改(比如,targetSdkVersion 或者 minSdkVersion),再 build 为 .aar 替换已有的 jpush.aar。
### iOS

[iOS API](/Doc/iOSAPI.md)
Expand Down

0 comments on commit c41bbec

Please sign in to comment.