From 1607850f4dd47153a0152a7b433668469e51fd91 Mon Sep 17 00:00:00 2001 From: xiaoyi Date: Thu, 22 Apr 2021 19:09:56 +0800 Subject: [PATCH] feat(doc): update doc --- CHANGELOG.md | 11 +++++++++++ Documentation/README.md | 23 ++++++----------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdaa97b..b3f5153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # ChangeLog +## 1.1.2 + +### BugFix + +- 修复 TapDB 数据上报问题 + + +### Dependencies + +- TapSDK 1.1.2 + ## 1.1.0 - 版本需要强制TapSDK升级至1.1.0 diff --git a/Documentation/README.md b/Documentation/README.md index 7d5e2ee..99e0cab 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -22,8 +22,8 @@ ``` "dependencies":{ - "com.tds.sdk.ultra":"https://github.com/xindong/TDSSDK_UPM.git#1.0.2", - "com.tds.sdk":"https://github.com/xindong/TAPSDK_UPM.git#1.0.4", + "com.tds.sdk.ultra":"https://github.com/xindong/TDSSDK_UPM.git#{tag}", + "com.tds.sdk":"https://github.com/xindong/TAPSDK_UPM.git#{tag}", } ``` @@ -54,10 +54,10 @@ ``` -### IOS 配置 +### iOS 配置 #### 配置TDS-Info.plist -在Assets/Plugins/IOS/Resource目录下创建TDS-Info.plist复制以下代码并且替换其中的ClientId、申请权限时的文案。 +在Assets/Plugins/iOS/Resource目录下创建TDS-Info.plist复制以下代码并且替换其中的ClientId、申请权限时的文案。 ```xml @@ -82,7 +82,7 @@ ``` #### 配置TDS-Ultra-Info.plist -在Assets/Plugins/IOS/Resource目录下创建TDS-Ultra-Info.plist复制以下代码。 +在Assets/Plugins/iOS/Resource目录下创建TDS-Ultra-Info.plist复制以下代码。 - Apple_SignIn_Enable: true 开启Apple登陆 false 不开启 - Game_Domain: 配置applinks @@ -498,15 +498,4 @@ function buildSignature($signatureBaseString, $signatureSecret) { return base64_encode ( hash_hmac ( 'sha1', $signatureBaseString, $signatureSecret, true ) ); } -``` - - -## 注意事项 - -### TapSDK 和 TDS 版本对应 - -| TapSDK版本 | TDS版本 | -| ---- | ---- | -| 1.0.3 | 1.0.0 | -| 1.0.4 | 1.0.1 | -| 1.0.4 | 1.0.2 | \ No newline at end of file +``` \ No newline at end of file