SudGIP iOS SDK Release Notes
Last updated: 2024-5-10
Version 1.3.8.1384
Release Date: 2024-5-10
New Features:
- Support for game safeArea feature
- Performance optimization and user experience improvement, fixing known issues
Version 1.3.7.1371
Release Date: 2024-3-20
New Features:
- Added App Store privacy checklist file
- Performance optimization and user experience improvement, fixing known issues
Version 1.3.6.1363
Release date:2023-12-12
New Features:
- Added a separate interface to control whether the SDK maintains the AVAudioSession category setting switch by itself
- Optimized performance and user experience, and fixed known issues
1.3.5.1325 Version
Release date: 2023-08-29
New Features:
- Performance optimization and user experience improvements, bug fixes
1.3.4.1290 Version
Release date: 2023-06-16
New Features:
- Performance optimization and user experience improvements, bug fixes
- No longer support for Shumei ASR speech recognition
1.3.3.1172 Version
Release date: M2023-05-15
New Features:
- Standard version now supports x86_64 architecture for simulator
- Improved loading and game destruction for enhanced robustness
- Performance optimization and user experience improvements, bug fixes
- Renamed pre-download interfaces:
preloadMGPkgList
toprepareGameList
cancelPreloadMGPkgList
tocancelPrepareGameList
ISudListenerPreloadMGPkg
toISudListenerPrepareGame
1.3.2.1081 Version
Release date: 2023-04-19
New Features:
- Improved handling of sound management mode during game startup, system sound session is now activated by default
Bug Fixes:
- Fixed high CPU usage issue when exiting game with Standard version SDK
1.3.1.1034 Version
Release date: 2023-04-11
Bug Fixes:
- Fixed compatibility issue between Standard version SDK and third-party RTC SDK
1.3.0.1002 Version
Release date: 2023-03-28
New Features:
- Upgraded Full version SDK for improved experience
- Multiple integrated SDK apps can now download games simultaneously
Bug Fixes:
- Fixed memory leak issue in new games
1.2.8.946 Version
Release date: 2023-02-08
New Features:
- Optimized new game download process
- Improved SDK startup speed
Bug Fixes:
- Fixed missing font atlas issue when switching between foreground and background in new games
- Fixed game download memory leak
1.2.7.921 Version
Release date: 2023-01-11
New Features:
- Added support for new games
- Added support for multi-language speech recognition
- Loading game package resources now supports default mode and background mode
- Code optimization
1.2.5.857 Version
Release date: 2022-11-09
New Features:
- Optimized loading progress
- Code optimization
1.2.3.673 Version
Release date: 2022-08-04
New Features:
- Added breakpoint download game package functionality
- Added preloading game package functionality:
preloadMGPkgList
andcancelPreloadMGPkgList
1.2.2.639 Version
Release date: 2022-08-01
New Features:
- Removed IDFV
1.2.1.598 Version
Release date: 2022-07-23
New Features:
- Added statistics for issue troubleshooting
- Code optimization
Bug Fixes:
- Fixed display issue with reload button prompt and progress value
- Fixed various bugs
1.1.52.527 Version
Release date: 2022-05-16
New Features:
- Added progress callback
onGameLoadingProgress
toISudFSMMG
- Added ability for app to customize game loading progress display:
SudMGP.getCfg().setShowCustomLoading(true)
SudFSMMG::onGameLoadingProgress
- Retry failed loading with
ISudFSTAPP::reloadMG
- Added statistics interface
setUserId
andsetReportStatsEventListener
toSudMGP
- Optimized Chinese prompts
1.1.50.475 Version
Release date: 2022-04-01
Bug Fixes:
- Fixed game engine issue where subview and parent view width did not match
1.1.49.451 Version
Release date: 2022-03-10
New Features:
- SDK now supports passing through parameters, some new features are available without updating the SDK
Bug Fixes:
- Fixed progress bar not hiding at 10% issue
1.1.47.437 Version
Release date: 2022-03-03
New Features:
- Added support for Arabic and Persian languages with RTL display
1.1.46.432 Version
Release date: 2022-03-02
New Features:
- Added support for hiding game background
- Condition for hiding game background:
SudMGP.getCfg().setShowLoadingGameBg(false)
andonGetGameCfg ui.game_bg.hide=true
- Added additional language support for Sud ASR speech recognition
1.1.45.416 Version
Release date: 2022-02-16
New Features:
- Added new ASR status
mg_common_game_asr
for app to know when to collect PCM audio stream data and callpushAudio
in Sud ASR - Code optimization
1.1.43.388 Version
Release date: 2022-01-21
New Features:
- Added speech recognition functionality,
ISudFSTAPP
now haspushAudio
interface
1.1.42.376 Version
Release date: 2022-01-18
New Features:
- Added logging
- Removed one line of code merging
AVAudioSession
in iOS, which caused issues when calling AudioSession API - Optimized
initSDK
internal implementation logic, SDK will be re-initialized if any of the parameters (appId
,appKey
,isTestEnv
) are different
Bug Fixes:
- Fixed empty string issue when loading unsupported language
1.1.41.372 Version
Release date: 2022-01-17
New Features:
- Optimized
initSDK
internal implementation logic, SDK will be re-initialized if any of the parameters (appId
,appKey
,isTestEnv
) are different
Bug Fixes:
- Fixed empty string issue when loading unsupported language
1.1.40.363 Version
Release date: 2022-01-14
Bug Fixes:
- Fixed occasional exception caused by
NSError
toNSString
conversion
1.1.39.358 Version
Release date: 2022-01-14
New Features:
- Optimized removal of Speech code,
#import <Speech/Speech.h>
1.1.38.350 Version
Release date: 2022-01-12
Bug Fixes:
- Fixed view not scaling according to the size of the set view issue
- Code optimization
1.1.37.331 Version
Release date: 2022-01-06
Bug Fixes:
- Fixed JSON library name conflict issue
1.1.36.326 Version
Release date: 2022-01-05
Bug Fixes:
- Fixed issue with
getPlayerState
not retrieving player status
1.1.35.311 Version
Release date: 2021-12-30
New Features:
- Added
playMG
andpauseMG
interfaces toISudFSTAPP
- Added
autoSetAudioSession
interface toSudMGP
, by default games will not call AudioSession - Test environment indicator for testing purposes
Bug Fixes:
- Fixed game rendering pause issue when scrolling TableView in iOS
- Fixed game crash issue
objectCreate->getDensity->NativeCallback::call
1.1.34.305 Version
Release date: 2021-12-30
New Features:
- Added
playMG
andpauseMG
interfaces toISudFSTAPP
- Added
autoSetAudioSession
interface toSudMGP
, resolves AudioSession conflict issue, default is false and controlled by app - Test environment indicator for testing purposes
1.1.33.258 Version
Release date: 2021-12-13
New Features:
- Optimized connection timeout
- iOS
destroyMG
now actively removes game view internally in SDK - Passed game ID to game
Bug Fixes:
- Fixed type error issue
- Fixed reload button not hiding issue
1.1.32.232 Version
Release date: 2021-12-07
New Features:
- Passed platform to game in SudMGP SDK
1.1.31.222 Version
Release date: 2021-12-02
New Features:
- Code optimization
- Compatibility with server-side changes
- Memory release optimization
1.1.30.187 Version
Release date: 2021-11-28
New Features:
- iOS SDK packaged using xcframework
- Code structure optimization
- Improved appId generation rule
- Changed mgId type from int to int64
- Optimized Loading UI
- Reduced initial download package size
- Provided more flexible interfaces for app or game to customize active game logic
Bug Fixes:
- Fixed status bar default not hidden
- Fixed known bugs
1.1.29.88 Version
Release date: 2021-11-07
Bug Fixes:
- Fixed download exception handling
1.1.28.78 Version
Release date: 2021-11-04
Bug Fixes:
- Fixed authentication expiration issue
- Optimization
1.1.20.22 Version
Release date: 2021-10-26
New Features:
- Removed all third-party library dependencies
1.1.15.75 Version
Release date: 2021-10-20
New Features:
- Initial release