Skip to content

Commit

Permalink
feat(doc): update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
EingShaw committed Apr 22, 2021
1 parent c00276a commit 1607850
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ChangeLog

## 1.1.2

### BugFix

- 修复 TapDB 数据上报问题


### Dependencies

- TapSDK 1.1.2

## 1.1.0

- 版本需要强制TapSDK升级至1.1.0
Expand Down
23 changes: 6 additions & 17 deletions Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
}
```

Expand Down Expand Up @@ -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
<?xml version="1.0" encoding="UTF-8"?>
Expand All @@ -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
Expand Down Expand Up @@ -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 |
```

0 comments on commit 1607850

Please sign in to comment.