diff --git a/Plugins/Android/libs/TapBootstrap_2.1.2.aar b/Plugins/Android/libs/TapBootstrap_2.1.2.aar index 4813b16..849553f 100644 Binary files a/Plugins/Android/libs/TapBootstrap_2.1.2.aar and b/Plugins/Android/libs/TapBootstrap_2.1.2.aar differ diff --git a/Plugins/iOS/TapBootstrapSDK.framework/Headers/TapBootstrap.h b/Plugins/iOS/TapBootstrapSDK.framework/Headers/TapBootstrap.h index 0986732..18dc5c5 100644 --- a/Plugins/iOS/TapBootstrapSDK.framework/Headers/TapBootstrap.h +++ b/Plugins/iOS/TapBootstrapSDK.framework/Headers/TapBootstrap.h @@ -15,8 +15,8 @@ #import #define TapSDK @"TapSDK" -#define TapSDK_VERSION_NUMBER @"20101001" -#define TapSDK_VERSION @"2.1.1" +#define TapSDK_VERSION_NUMBER @"20102001" +#define TapSDK_VERSION @"2.1.2" NS_ASSUME_NONNULL_BEGIN @@ -72,9 +72,6 @@ typedef void (^TapUserDetailsHandler)(TapUserDetails *_Nullable userDetail, NSEr /// 退出登录 + (void)logout; -/// 打开用户中心 -+ (void)openUserCenter; - /// 获取用户是否有测试资格 /// @param handler 回调 + (void)getTestQualification:(void (^)(BOOL isQualified, NSError *_Nullable error))handler; diff --git a/Plugins/iOS/TapBootstrapSDK.framework/Headers/TapUser.h b/Plugins/iOS/TapBootstrapSDK.framework/Headers/TapUser.h index de40d8e..c81eecd 100644 --- a/Plugins/iOS/TapBootstrapSDK.framework/Headers/TapUser.h +++ b/Plugins/iOS/TapBootstrapSDK.framework/Headers/TapUser.h @@ -17,6 +17,8 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic, assign) BOOL isGuest; @property (nonatomic, assign) long gender; +- (instancetype)initWithJsonString:(NSString *)json; + - (NSString *)toJsonString; @end diff --git a/Plugins/iOS/TapBootstrapSDK.framework/TapBootstrapSDK b/Plugins/iOS/TapBootstrapSDK.framework/TapBootstrapSDK index 1ab233b..c554e71 100644 Binary files a/Plugins/iOS/TapBootstrapSDK.framework/TapBootstrapSDK and b/Plugins/iOS/TapBootstrapSDK.framework/TapBootstrapSDK differ