com.xd.sdk.account 7.1.0 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -279,6 +279,8 @@ namespace XD.SDK.Account.Internal.Standalone
|
|
|
279
279
|
{
|
|
280
280
|
// SDK 登陆成功
|
|
281
281
|
AliyunTrack.LoginLogout(logoutType);
|
|
282
|
+
|
|
283
|
+
ClearUserCache();
|
|
282
284
|
|
|
283
285
|
XDGEventBus.Publish(XDGEvents.TdsSDKLogout);
|
|
284
286
|
XDGEventBus.Publish(XDGEvents.TapSDKLogout);
|
|
@@ -286,8 +288,6 @@ namespace XD.SDK.Account.Internal.Standalone
|
|
|
286
288
|
{
|
|
287
289
|
XDGEventBus.Publish(XDGEvents.TapSDKComplianceExit, ConfigModule.IsGlobal);
|
|
288
290
|
}
|
|
289
|
-
|
|
290
|
-
ClearUserCache();
|
|
291
291
|
|
|
292
292
|
if (bShowAgreement)
|
|
293
293
|
{
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "com.xd.sdk.account",
|
|
3
3
|
"displayName": "XDGSDK Account",
|
|
4
|
-
"version": "7.1.
|
|
4
|
+
"version": "7.1.1",
|
|
5
5
|
"description": "XDGSDK",
|
|
6
6
|
"unity": "2019.3",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.xd.sdk.common": "7.1.
|
|
9
|
+
"com.xd.sdk.common": "7.1.1"
|
|
10
10
|
}
|
|
11
11
|
}
|