diff --git a/Plugins/Android/libs/TapBootstrap_2.1.1.aar b/Plugins/Android/libs/TapBootstrap_2.1.1.aar index cf04728..f051a05 100644 Binary files a/Plugins/Android/libs/TapBootstrap_2.1.1.aar and b/Plugins/Android/libs/TapBootstrap_2.1.1.aar differ 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 2363e56..1f6241c 100644 Binary files a/Plugins/iOS/TapBootstrapSDK.framework/TapBootstrapSDK and b/Plugins/iOS/TapBootstrapSDK.framework/TapBootstrapSDK differ