Skip to content

Commit e67225e

Browse files
author
TapTap SDK Publisher[bot]
committed
🚀 Release TapTap SDK v4.9.5
1 parent 857c818 commit e67225e

File tree

119 files changed

+966
-4657
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+966
-4657
lines changed

Achievement/Mobile/Editor/NativeDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<repositories>
55
<repository>https://repo.maven.apache.org/maven2</repository>
66
</repositories>
7-
<androidPackage spec="com.taptap.sdk:tap-achievement-unity:4.10.0-beta.3" />
7+
<androidPackage spec="com.taptap.sdk:tap-achievement-unity:4.9.5" />
88
</androidPackages>
99
<iosPods>
1010
<sources>
1111
<source>https://github.com/CocoaPods/Specs.git</source>
1212
</sources>
13-
<iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Achievement" version="4.10.0-beta.3" />
13+
<iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Achievement" version="4.9.5" />
1414
</iosPods>
1515
</dependencies>

Achievement/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "com.taptap.sdk.achievement",
33
"displayName": "TapTapSDK Achievement ",
44
"description": "TapTapSDK Achievement",
5-
"version": "4.10.0-beta.3",
5+
"version": "4.9.5",
66
"unity": "2019.4",
77
"license": "MIT",
88
"dependencies": {
9-
"com.taptap.sdk.core": "4.10.0-beta.3",
10-
"com.taptap.sdk.login": "4.10.0-beta.3"
9+
"com.taptap.sdk.core": "4.9.5",
10+
"com.taptap.sdk.login": "4.9.5"
1111
}
1212
}

CloudSave/Mobile/Editor/NativeDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<repositories>
55
<repository>https://repo.maven.apache.org/maven2</repository>
66
</repositories>
7-
<androidPackage spec="com.taptap.sdk:tap-cloudsave-unity:4.10.0-beta.3" />
7+
<androidPackage spec="com.taptap.sdk:tap-cloudsave-unity:4.9.5" />
88
</androidPackages>
99
<iosPods>
1010
<sources>
1111
<source>https://github.com/CocoaPods/Specs.git</source>
1212
</sources>
13-
<iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/CloudSave" version="4.10.0-beta.3" />
13+
<iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/CloudSave" version="4.9.5" />
1414
</iosPods>
1515
</dependencies>

CloudSave/Standalone/Runtime/TapCloudSaveStandalone.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void Init(TapTapSdkOptions options)
5656
Dictionary<string, object> initConfig = new Dictionary<string, object>()
5757
{
5858
{ "region", region },
59-
{ "log_to_console", 1 },
59+
{ "log_to_console", options.enableLog ? 1 : 0 },
6060
{ "log_level", 3 },
6161
{ "data_dir", cacheDir },
6262
{ "client_id", options.clientId },
@@ -70,6 +70,8 @@ public void Init(TapTapSdkOptions options)
7070
{ "sdk_token", loginData },
7171
};
7272
Log(" start invoke TapSdkCloudSaveInitialize result ");
73+
// C++ 初始化前设置,避免初始化日志在日志关闭后也输出
74+
TapCloudSaveWrapper.TapSdkCloudSaveSetLogLevel(1, options.enableLog ? 1 : 0);
7375
string config = JsonConvert.SerializeObject(initConfig);
7476
int initResult = TapCloudSaveWrapper.TapSdkCloudSaveInitialize(config);
7577
Log("TapSdkCloudSaveInitialize result = " + initResult);

CloudSave/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "com.taptap.sdk.cloudsave",
33
"displayName": "TapTapSDK CloudSave",
44
"description": "TapTapSDK CloudSave",
5-
"version": "4.10.0-beta.3",
5+
"version": "4.9.5",
66
"unity": "2019.4",
77
"license": "MIT",
88
"dependencies": {
9-
"com.taptap.sdk.core": "4.10.0-beta.3",
10-
"com.taptap.sdk.login": "4.10.0-beta.3"
9+
"com.taptap.sdk.core": "4.9.5",
10+
"com.taptap.sdk.login": "4.9.5"
1111
}
1212
}

Compliance/Mobile/Editor/NativeDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<repositories>
55
<repository>https://repo.maven.apache.org/maven2</repository>
66
</repositories>
7-
<androidPackage spec="com.taptap.sdk:tap-compliance:4.10.0-beta.3" />
7+
<androidPackage spec="com.taptap.sdk:tap-compliance:4.9.5" />
88
</androidPackages>
99
<iosPods>
1010
<sources>
1111
<source>https://github.com/CocoaPods/Specs.git</source>
1212
</sources>
13-
<iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Compliance" version="4.10.0-beta.3" />
13+
<iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Compliance" version="4.9.5" />
1414
</iosPods>
1515
</dependencies>

Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaIDInputPanel.prefab

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ RectTransform:
3232
m_Father: {fileID: 6246950521860096709}
3333
m_RootOrder: 0
3434
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35-
m_AnchorMin: {x: 0.5, y: 1}
36-
m_AnchorMax: {x: 0.5, y: 1}
37-
m_AnchoredPosition: {x: -260, y: 0}
35+
m_AnchorMin: {x: 0, y: 0}
36+
m_AnchorMax: {x: 0, y: 0}
37+
m_AnchoredPosition: {x: 0, y: 0}
3838
m_SizeDelta: {x: 520, y: 144}
3939
m_Pivot: {x: 0, y: 1}
4040
--- !u!222 &3954973391796633949
@@ -850,10 +850,10 @@ Canvas:
850850
m_RenderMode: 2
851851
m_Camera: {fileID: 0}
852852
m_PlaneDistance: 100
853-
m_PixelPerfect: 0
853+
m_PixelPerfect: 1
854854
m_ReceivesEvents: 1
855855
m_OverrideSorting: 0
856-
m_OverridePixelPerfect: 0
856+
m_OverridePixelPerfect: 1
857857
m_SortingBucketNormalizedSize: 0
858858
m_AdditionalShaderChannelsFlag: 0
859859
m_SortingLayerID: 0
@@ -1516,6 +1516,8 @@ GameObject:
15161516
serializedVersion: 6
15171517
m_Component:
15181518
- component: {fileID: 6246950521860096709}
1519+
- component: {fileID: 5655668608917557192}
1520+
- component: {fileID: 1558665275775688038}
15191521
m_Layer: 5
15201522
m_Name: Content
15211523
m_TagString: Untagged
@@ -1541,8 +1543,48 @@ RectTransform:
15411543
m_AnchorMin: {x: 0, y: 1}
15421544
m_AnchorMax: {x: 1, y: 1}
15431545
m_AnchoredPosition: {x: 0, y: 0}
1544-
m_SizeDelta: {x: 0, y: 144}
1546+
m_SizeDelta: {x: 0, y: 0}
15451547
m_Pivot: {x: 0, y: 1}
1548+
--- !u!114 &5655668608917557192
1549+
MonoBehaviour:
1550+
m_ObjectHideFlags: 0
1551+
m_CorrespondingSourceObject: {fileID: 0}
1552+
m_PrefabInstance: {fileID: 0}
1553+
m_PrefabAsset: {fileID: 0}
1554+
m_GameObject: {fileID: 8534607850543630585}
1555+
m_Enabled: 1
1556+
m_EditorHideFlags: 0
1557+
m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3}
1558+
m_Name:
1559+
m_EditorClassIdentifier:
1560+
m_Padding:
1561+
m_Left: 10
1562+
m_Right: 0
1563+
m_Top: 10
1564+
m_Bottom: 0
1565+
m_ChildAlignment: 0
1566+
m_Spacing: 0
1567+
m_ChildForceExpandWidth: 1
1568+
m_ChildForceExpandHeight: 1
1569+
m_ChildControlWidth: 0
1570+
m_ChildControlHeight: 0
1571+
m_ChildScaleWidth: 0
1572+
m_ChildScaleHeight: 0
1573+
m_ReverseArrangement: 0
1574+
--- !u!114 &1558665275775688038
1575+
MonoBehaviour:
1576+
m_ObjectHideFlags: 0
1577+
m_CorrespondingSourceObject: {fileID: 0}
1578+
m_PrefabInstance: {fileID: 0}
1579+
m_PrefabAsset: {fileID: 0}
1580+
m_GameObject: {fileID: 8534607850543630585}
1581+
m_Enabled: 1
1582+
m_EditorHideFlags: 0
1583+
m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3}
1584+
m_Name:
1585+
m_EditorClassIdentifier:
1586+
m_HorizontalFit: 0
1587+
m_VerticalFit: 2
15461588
--- !u!1 &9122427629114257444
15471589
GameObject:
15481590
m_ObjectHideFlags: 0

Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@ RectTransform:
379379
m_Father: {fileID: 2909549687173251875}
380380
m_RootOrder: 0
381381
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
382-
m_AnchorMin: {x: 0.5, y: 1}
383-
m_AnchorMax: {x: 0.5, y: 1}
384-
m_AnchoredPosition: {x: 8.5, y: -11}
385-
m_SizeDelta: {x: 479.11267, y: 168.0859}
382+
m_AnchorMin: {x: 0, y: 0}
383+
m_AnchorMax: {x: 0, y: 0}
384+
m_AnchoredPosition: {x: 0, y: 0}
385+
m_SizeDelta: {x: 510, y: 168.0859}
386386
m_Pivot: {x: 0.5, y: 1}
387387
--- !u!222 &3517167505041490502
388388
CanvasRenderer:
@@ -525,6 +525,8 @@ GameObject:
525525
serializedVersion: 6
526526
m_Component:
527527
- component: {fileID: 2909549687173251875}
528+
- component: {fileID: 4948455782418100318}
529+
- component: {fileID: 8338149693185132011}
528530
m_Layer: 5
529531
m_Name: Content
530532
m_TagString: Untagged
@@ -550,8 +552,48 @@ RectTransform:
550552
m_AnchorMin: {x: 0, y: 1}
551553
m_AnchorMax: {x: 1, y: 1}
552554
m_AnchoredPosition: {x: 0, y: 0}
553-
m_SizeDelta: {x: 0, y: 330}
555+
m_SizeDelta: {x: 0, y: 0}
554556
m_Pivot: {x: 0, y: 1}
557+
--- !u!114 &4948455782418100318
558+
MonoBehaviour:
559+
m_ObjectHideFlags: 0
560+
m_CorrespondingSourceObject: {fileID: 0}
561+
m_PrefabInstance: {fileID: 0}
562+
m_PrefabAsset: {fileID: 0}
563+
m_GameObject: {fileID: 3398107688352091037}
564+
m_Enabled: 1
565+
m_EditorHideFlags: 0
566+
m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3}
567+
m_Name:
568+
m_EditorClassIdentifier:
569+
m_HorizontalFit: 0
570+
m_VerticalFit: 2
571+
--- !u!114 &8338149693185132011
572+
MonoBehaviour:
573+
m_ObjectHideFlags: 0
574+
m_CorrespondingSourceObject: {fileID: 0}
575+
m_PrefabInstance: {fileID: 0}
576+
m_PrefabAsset: {fileID: 0}
577+
m_GameObject: {fileID: 3398107688352091037}
578+
m_Enabled: 1
579+
m_EditorHideFlags: 0
580+
m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3}
581+
m_Name:
582+
m_EditorClassIdentifier:
583+
m_Padding:
584+
m_Left: 10
585+
m_Right: 0
586+
m_Top: 10
587+
m_Bottom: 0
588+
m_ChildAlignment: 0
589+
m_Spacing: 0
590+
m_ChildForceExpandWidth: 1
591+
m_ChildForceExpandHeight: 1
592+
m_ChildControlWidth: 0
593+
m_ChildControlHeight: 0
594+
m_ChildScaleWidth: 0
595+
m_ChildScaleHeight: 0
596+
m_ReverseArrangement: 0
555597
--- !u!1 &4569300236109915906
556598
GameObject:
557599
m_ObjectHideFlags: 0
@@ -1357,7 +1399,7 @@ MonoBehaviour:
13571399
m_PrefabInstance: {fileID: 0}
13581400
m_PrefabAsset: {fileID: 0}
13591401
m_GameObject: {fileID: 8476130096149045848}
1360-
m_Enabled: 0
1402+
m_Enabled: 1
13611403
m_EditorHideFlags: 0
13621404
m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3}
13631405
m_Name:

Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthPaymentPanel.prefab

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ RectTransform:
3232
m_Father: {fileID: 1376460305007362532}
3333
m_RootOrder: 0
3434
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35-
m_AnchorMin: {x: 0.5, y: 1}
36-
m_AnchorMax: {x: 0.5, y: 1}
37-
m_AnchoredPosition: {x: 0, y: -150}
35+
m_AnchorMin: {x: 0, y: 0}
36+
m_AnchorMax: {x: 0, y: 0}
37+
m_AnchoredPosition: {x: 0, y: 0}
3838
m_SizeDelta: {x: 1040, y: 300}
3939
m_Pivot: {x: 0.5, y: 0.5}
4040
--- !u!222 &3954973391796633949
@@ -876,6 +876,8 @@ GameObject:
876876
serializedVersion: 6
877877
m_Component:
878878
- component: {fileID: 1376460305007362532}
879+
- component: {fileID: 7367184918637625018}
880+
- component: {fileID: 6684828456690860380}
879881
m_Layer: 5
880882
m_Name: Content
881883
m_TagString: Untagged
@@ -901,5 +903,45 @@ RectTransform:
901903
m_AnchorMin: {x: 0, y: 1}
902904
m_AnchorMax: {x: 1, y: 1}
903905
m_AnchoredPosition: {x: 0, y: 0}
904-
m_SizeDelta: {x: 0, y: 300}
906+
m_SizeDelta: {x: 0, y: 0}
905907
m_Pivot: {x: 0, y: 1}
908+
--- !u!114 &7367184918637625018
909+
MonoBehaviour:
910+
m_ObjectHideFlags: 0
911+
m_CorrespondingSourceObject: {fileID: 0}
912+
m_PrefabInstance: {fileID: 0}
913+
m_PrefabAsset: {fileID: 0}
914+
m_GameObject: {fileID: 8510947007867534641}
915+
m_Enabled: 1
916+
m_EditorHideFlags: 0
917+
m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3}
918+
m_Name:
919+
m_EditorClassIdentifier:
920+
m_HorizontalFit: 0
921+
m_VerticalFit: 2
922+
--- !u!114 &6684828456690860380
923+
MonoBehaviour:
924+
m_ObjectHideFlags: 0
925+
m_CorrespondingSourceObject: {fileID: 0}
926+
m_PrefabInstance: {fileID: 0}
927+
m_PrefabAsset: {fileID: 0}
928+
m_GameObject: {fileID: 8510947007867534641}
929+
m_Enabled: 1
930+
m_EditorHideFlags: 0
931+
m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3}
932+
m_Name:
933+
m_EditorClassIdentifier:
934+
m_Padding:
935+
m_Left: 0
936+
m_Right: 0
937+
m_Top: 0
938+
m_Bottom: 0
939+
m_ChildAlignment: 0
940+
m_Spacing: 0
941+
m_ChildForceExpandWidth: 1
942+
m_ChildForceExpandHeight: 1
943+
m_ChildControlWidth: 0
944+
m_ChildControlHeight: 0
945+
m_ChildScaleWidth: 0
946+
m_ChildScaleHeight: 0
947+
m_ReverseArrangement: 0

0 commit comments

Comments
 (0)