FGamebaseLaunchingInfo::FApp::FGameNotice::LatestNoticeTimeMillis 필드를 추가했습니다.IGamebasePurchase::RequestItemListAtIAPConsole() API가 deprecated 되었습니다.IGamebasePurchase::RequestItemListPurchasable() API를 사용하세요.Google Play Store가 추가되었습니다.FInternationalization::Get().GetDefaultCulture()를 통해 '지역 > 사용지역 언어' 정보를 가져왔습니다.FGamebaseWebViewConfiguration::NavigationBarTitleColorFGamebaseWebViewConfiguration::NavigationBarIconTintColorFGamebaseConfiguration::bEnableGPGSSignInCheckUGamebaseJsonObject를 FGamebaseVariantMap(TMap<FName, FVariant>)으로 변경했습니다.IModuleInterface를 상속 받은 IGamebase에서 제공하던 API를 UGameInstanceSubsystem을 상속 받은 UGamebaseSubsytem에서 제공하도록 변경했습니다.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.