change iOS sdk from v1.8.2 to 1.8.3

This commit is contained in:
zhangqinghe 2015-07-10 15:43:52 +08:00
parent 5836cac41f
commit 79d0b5e037
3 changed files with 2 additions and 8 deletions

View File

@ -29,7 +29,7 @@
<source-file src="src/ios/Plugins/JPushPlugin.m"/> <source-file src="src/ios/Plugins/JPushPlugin.m"/>
<header-file src="src/ios/lib/APService.h" /> <header-file src="src/ios/lib/APService.h" />
<source-file src="src/ios/lib/libPushSDK-1.8.2.a" framework="true" /> <source-file src="src/ios/lib/libPushSDK-1.8.3.a" framework="true" />
<resource-file src="src/ios/PushConfig.plist" /> <resource-file src="src/ios/PushConfig.plist" />

View File

@ -4,7 +4,7 @@
// //
// Created by JPush on 12-8-15. // Created by JPush on 12-8-15.
// Copyright (c) 2012年 HXHG. All rights reserved. // Copyright (c) 2012年 HXHG. All rights reserved.
// Version: 1.8.2 // Version: 1.8.3
@class CLRegion; @class CLRegion;
@class UILocalNotification; @class UILocalNotification;
@ -155,12 +155,6 @@ extern NSString *const kJPFServiceErrorNotification; // 错误提示
+ (void)resetBadge; + (void)resetBadge;
#pragma - mark 获取用户标示符
/**
* get the UDID
*/
+ (NSString *)openUDID DEPRECATED_ATTRIBUTE; // UDID
/** /**
* get RegistrationID * get RegistrationID
*/ */