FGamebaseLaunchingInfo::FApp::FGameNotice::LatestNoticeTimeMillis field to provide the post time of the most recently posted game announcement.IGamebasePurchase::RequestItemListAtIAPConsole() API has been deprecated.IGamebasePurchase::RequestItemListPurchasable() API.Google Play Store as an option in Windows Store settings within the Windows Setting Tool.FInternationalization::Get().GetDefaultCulture() method, which provides the Region > Regional Language information.FGamebaseWebViewConfiguration::NavigationBarTitleColorFGamebaseWebViewConfiguration::NavigationBarIconTintColorFGamebaseConfiguration::bEnableGPGSSignInCheckUGamebaseJsonObject to FGamebaseVariantMap(TMap<FName, FVariant>).IModuleInterface, to being provided by UGamebaseSubsystem, which inherits from UGameInstanceSubsystem.UNREAL-WINDOWS in each documentation.Please update to a new API due to changes to the Query Unconsumed Purchases API.
// Deprecated API
void RequestItemListOfNotConsumed(const FGamebasePurchasableReceiptListDelegate& onCallback);
// New API
void RequestItemListOfNotConsumed(const FGamebasePurchasableConfiguration& Configuration, const FGamebasePurchasableReceiptListDelegate& onCallback);
Make sure to update to a new API due to changes to the Query Activated Subscription API.
// Deprecated API
void RequestActivatedPurchases(const FGamebasePurchasableReceiptListDelegate& onCallback);
// New API
void RequestActivatedPurchases(const FGamebasePurchasableConfiguration& Configuration, const FGamebasePurchasableReceiptListDelegate& onCallback);
(Android) Added the RequestSubscriptionsStatus API to view the IAP subscription status.