File tree Expand file tree Collapse file tree 5 files changed +16
-1
lines changed
Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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)
48Bug Fixes
59- Fix and optimize some known issues
Original file line number Diff line number Diff line change 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)
48Bug Fixes
59- 修复和优化一些已知问题
Original file line number Diff line number Diff 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
110117NS_ASSUME_NONNULL_END
Original file line number Diff line number Diff line change 11Pod ::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.'
You can’t perform that action at this time.
0 commit comments