mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-02-21 04:42:53 +08:00
iOS - update
1.更新 SDK 3.0.2
This commit is contained in:
parent
42790c71f3
commit
1fe6d0da8c
14
README.md
14
README.md
@ -62,10 +62,22 @@ Android 的推送通过长连接的方式实现,只有在连接保持的情况
|
||||
或者自己实现应用保活,网上有很多相关文章(不推荐)。
|
||||
|
||||
> 为什么 QQ、微信之类的应用退出后还能够收到通知?因为这些大厂应用,手机厂商默认都会加入自启动白名单中,也不会在应用退出后杀死它们的相关服务。
|
||||
如果你多加留意,就会发现非大厂的应用如果你一段时间不用都是收不到推送的。
|
||||
> 如果你多加留意,就会发现非大厂的应用如果你一段时间不用都是收不到推送的。
|
||||
|
||||
### iOS
|
||||
|
||||
#### 打包时遇到 i386 打包失败怎么办?
|
||||
|
||||
```
|
||||
cordova platform update ios
|
||||
```
|
||||
|
||||
#### ionic 2 如何调用 API?
|
||||
|
||||
[issue 179](https://github.com/jpush/jpush-phonegap-plugin/issues/179)
|
||||
|
||||
#### PushConfig.plist 文件中的字段都是什么意思?
|
||||
|
||||
- Appkey:应用标识。
|
||||
- Channel:渠道标识。
|
||||
- IsProduction:是否生产环境。
|
||||
|
@ -37,8 +37,8 @@
|
||||
<source-file src="src/ios/Plugins/AppDelegate+JPush.m" />
|
||||
|
||||
<header-file src="src/ios/lib/JPUSHService.h" />
|
||||
<source-file src="src/ios/lib/jpush-ios-3.0.1.a" framework="true" />
|
||||
<source-file src="src/ios/lib/jcore-ios-1.1.0.a" framework="true" />
|
||||
<source-file src="src/ios/lib/jpush-ios-3.0.2.a" framework="true" />
|
||||
<source-file src="src/ios/lib/jcore-ios-1.1.1.a" framework="true" />
|
||||
<resource-file src="src/ios/JPushConfig.plist" />
|
||||
|
||||
<framework src="CFNetwork.framework" weak="true" />
|
||||
|
@ -9,7 +9,7 @@
|
||||
* Copyright (c) 2011 ~ 2017 Shenzhen HXHG. All rights reserved.
|
||||
*/
|
||||
|
||||
#define JPUSH_VERSION_NUMBER 3.0.1
|
||||
#define JPUSH_VERSION_NUMBER 3.0.2
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user