Skip to content

Commit e94486e

Browse files
author
jeffgaogao
committed
docs(TcgSdk): release 3.13.0
1 parent e89a625 commit e94486e

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

Doc/Release_Notes_EN-US.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[中文文档](历史版本.md)
22

3+
### Version 3.13.0 (2025-12.8)
4+
Features
5+
- Added updateInstanceAccessInfo:token:error interface to TcrSdkInstance
6+
37
### Version 3.12.2 (2025-12.5)
48
Bug Fixes
59
- Fix and optimize some known issues

Doc/历史版本.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[English document](Release_Notes_EN-US.md)
22

3+
### Version 3.13.0 (2025-12.8)
4+
Features
5+
- TcrSdkInstance新增updateInstanceAccessInfo:token:error接口
6+
37
### Version 3.12.2 (2025-12.5)
48
Bug Fixes
59
- 修复和优化一些已知问题

SDK/TCRSDK.framework/Headers/TcrSdkInstance.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,12 @@ NS_ASSUME_NONNULL_BEGIN
106106
* @param token New access token string.
107107
*/
108108
- (void)updateToken:(NSString *)token;
109+
110+
/**
111+
* @brief Updates access info and token.
112+
*/
113+
- (BOOL)updateInstanceAccessInfo:(NSString *)accessInfoBase64
114+
token:(NSString *)token
115+
error:(NSError **)error;
109116
@end
110117
NS_ASSUME_NONNULL_END

SDK/TCRSDK.framework/TCRSDK

32.4 KB
Binary file not shown.

TCRSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'TCRSDK'
3-
spec.version = '3.12.2'
3+
spec.version = '3.13.0'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/tencentyun/cloudgame-ios-sdk'
66
spec.summary = 'Tencent Cloud Gaming Software Development Kit for iOS.'

0 commit comments

Comments
 (0)