iOS - update

1.更新目录
2.更新 README.md
3.重写 iOS_install.md
This commit is contained in:
E.B
2016-04-26 14:43:52 +08:00
parent 79fb3b76ca
commit aa3a4a218c
9 changed files with 52 additions and 80 deletions

View File

@@ -55,9 +55,9 @@
git clone https://github.com/jpush/jpush-phonegap-plugin.git
cordova plugin add $JPUSH_PLUGIN_DIR --variable API_KEY=your_jpush_appkey
[Android 手动安装文档地址](API/Android_handle_install.md)
[Android 手动安装文档地址](/doc/Android_handle_install.md)
[IOS 手动安装文档地址](API/iOS_install.md)
[IOS 手动安装文档地址](/doc/iOS_install.md)
#### 2.安装 org.apache.cordova.device 插件
@@ -97,11 +97,11 @@ iOS:
### 具体的 API 请参考:
- [公共 API](https://github.com/jpush/jpush-phonegap-plugin/blob/dev/API/Common_detail_api.md)
- [公共 API](/doc/Common_detail_api.md)
- [iOS API](https://github.com/jpush/jpush-phonegap-plugin/blob/dev/API/iOS%20API.md)
- [iOS API](/doc/iOS_API.md)
- [Android API](https://github.com/jpush/jpush-phonegap-plugin/blob/dev/API/Android_detail_api.md)
- [Android API](/doc/Android_detail_api.md)
## 常见问题
@@ -117,19 +117,18 @@ eclipse 中 import PhoneGap 工程之后出现:`Type CallbackContext cannot be
### 2. iOS
- 设置 / 修改 APP_KEY:
在 PushConfig.plist 中修改。
PushConfig.plist 中其他值说明:
- CHANNEL: 渠道标识。
- IsProduction: 是否生产环境(暂未启用)。
- 收不到推送:
请首先按照正确方式再次配置证书、描述文件
[iOS 证书设置指南](http://docs.jpush.io/client/ios_tutorials/#ios_1)
请首先按照正确方式再次配置证书、描述文件
[iOS 证书设置指南](http://docs.jpush.io/client/ios_tutorials/#ios_1)
- 设置 PushConfig.plist
- APP_KEY应用标识
- CHANNEL渠道标识
- IsProduction是否生产环境
- IsIDFA是否使用 IDFA 启动 sdk
## 更多