Deprecated the following fields, because it is possible to set whether to display the kickout popup window during kickout registration in the Gamebase console.
The purchase abuse automatic release function allows users who should be banned due to purchase abuse automatic lockdown to be banned after ban suspension status.
When a user is in ban suspension status, if the user satisfies all of the release conditions within the set period of time, the user will be able to play normally.
If the user does not satisfy the conditions within the period, the user is banned.
Games that use the purchase abuse automatic release function must always check the value of AuthToken.member.graceBanInfo API after login. If a valid GraceBanInfo object that is not null is returned, the user must be informed of the ban release conditions, period, etc.
In-game access control for users who are in ban suspension status must be handled by the game.
Added a new forced mapping API, which removes the inconvenience of having to try IdP login once more when performing forced mapping.
Added an API that allows you to log in to the corresponding account when an AUTH_ADD_MAPPING_ALREADY_MAPPED_TO_OTHER_MEMBER(3302) error occurs after calling Gamebase.AddMapping().
Fixed a crash that occurs when the Close button is clicked while onEventCallback is not registered when calling the Image Notification ShowImageNotices API
Android setting tools - Fixed a problem where Enable Hangame and Enable Weibo did not work properly
Added GamebaseEventHandler that integrates all existing event systems
It includes the ServerPush and Observer features and checks promotion transaction event and push event.
Added API
Added an API that can be used to send a transaction request with product ID, enter additional information (UserPayload), and check them after the transaction is complete
Display image notification: showImageNotices
Check the Push token information: queryTokenInfo
Added a feature that allows foreground apps to receive push notifications using the NotificationOption setting if push token is registered.
Added the WebViewConfiguration contentMode setting