Skip to content

Commit 1fbc14b

Browse files
committed
change iOS sdk from v1.8.2 to 1.8.3
1 parent 5fdd31b commit 1fbc14b

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<source-file src="src/ios/Plugins/JPushPlugin.m"/>
3030

3131
<header-file src="src/ios/lib/APService.h" />
32-
<source-file src="src/ios/lib/libPushSDK-1.8.2.a" framework="true" />
32+
<source-file src="src/ios/lib/libPushSDK-1.8.3.a" framework="true" />
3333

3434
<resource-file src="src/ios/PushConfig.plist" />
3535

src/ios/lib/APService.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Created by JPush on 12-8-15.
66
// Copyright (c) 2012年 HXHG. All rights reserved.
7-
// Version: 1.8.2
7+
// Version: 1.8.3
88

99
@class CLRegion;
1010
@class UILocalNotification;
@@ -155,12 +155,6 @@ extern NSString *const kJPFServiceErrorNotification; // 错误提示
155155

156156
+ (void)resetBadge;
157157

158-
#pragma - mark 获取用户标示符
159-
/**
160-
* get the UDID
161-
*/
162-
+ (NSString *)openUDID DEPRECATED_ATTRIBUTE; // UDID
163-
164158
/**
165159
* get RegistrationID
166160
*/
Binary file not shown.

0 commit comments

Comments
 (0)