diff --git a/plugin.xml b/plugin.xml index 045d283..911d9d5 100644 --- a/plugin.xml +++ b/plugin.xml @@ -38,7 +38,7 @@ - + diff --git a/src/ios/lib/JPUSHService.h b/src/ios/lib/JPUSHService.h index 2af2e76..8912735 100644 --- a/src/ios/lib/JPUSHService.h +++ b/src/ios/lib/JPUSHService.h @@ -9,7 +9,7 @@ * Copyright (c) 2011 ~ 2017 Shenzhen HXHG. All rights reserved. */ -#define JPUSH_VERSION_NUMBER 3.0.2 +#define JPUSH_VERSION_NUMBER 3.0.5 #import @@ -456,7 +456,7 @@ callbackSelector:(SEL)cbSelector * * SDK 默认开启的日志级别为: Info. 只显示必要的信息, 不打印调试日志. * - * 调用本接口可打开日志级别为: Debug, 打印调试日志. + * 请在SDK启动后调用本接口,调用本接口可打开日志级别为: Debug, 打印调试日志. */ + (void)setDebugMode; diff --git a/src/ios/lib/jpush-ios-3.0.2.a b/src/ios/lib/jpush-ios-3.0.5.a similarity index 65% rename from src/ios/lib/jpush-ios-3.0.2.a rename to src/ios/lib/jpush-ios-3.0.5.a index 95e4fa0..7f30e52 100644 Binary files a/src/ios/lib/jpush-ios-3.0.2.a and b/src/ios/lib/jpush-ios-3.0.5.a differ