iOS - update

1.更新 iOS SDK v2.1.7
2.IDFA 默认关闭
This commit is contained in:
E.B 2016-05-27 10:04:57 +08:00
parent e898c7933c
commit a82382eddf
3 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@
<key>IsProduction</key> <key>IsProduction</key>
<false/> <false/>
<key>IsIDFA</key> <key>IsIDFA</key>
<true/> <false/>
</dict> </dict>
</plist> </plist>

View File

@ -9,7 +9,7 @@
* Copyright (c) 2011 ~ 2015 Shenzhen HXHG. All rights reserved. * Copyright (c) 2011 ~ 2015 Shenzhen HXHG. All rights reserved.
*/ */
#define JPUSH_VERSION_NUMBER 2.1.6 #define JPUSH_VERSION_NUMBER 2.1.7
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>