Google Play Store
가 추가되었습니다.FInternationalization::Get().GetDefaultCulture()
를 통해 '지역 > 사용지역 언어' 정보를 가져왔습니다.FGamebaseWebViewConfiguration::NavigationBarTitleColor
FGamebaseWebViewConfiguration::NavigationBarIconTintColor
FGamebaseConfiguration::bEnableGPGSSignInCheck
UGamebaseJsonObject
를 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.