parent
8ea0171247
commit
df75e0e2d1
|
|
@ -538,11 +538,11 @@ namespace Guru
|
||||||
Product product = _storeController.products.WithID(info.Setting.ProductId);
|
Product product = _storeController.products.WithID(info.Setting.ProductId);
|
||||||
if (product != null && product.availableToPurchase)
|
if (product != null && product.availableToPurchase)
|
||||||
{
|
{
|
||||||
#if UNITY_ANDROID
|
// #if UNITY_ANDROID
|
||||||
_configBuilder
|
// _configBuilder
|
||||||
.Configure<IGooglePlayConfiguration>()
|
// .Configure<IGooglePlayConfiguration>()
|
||||||
.SetObfuscatedAccountId(IPMConfig.IPM_UID);
|
// .SetObfuscatedAccountId(IPMConfig.IPM_UID);
|
||||||
#endif
|
// #endif
|
||||||
if (string.IsNullOrEmpty(category)) category = info.Category;
|
if (string.IsNullOrEmpty(category)) category = info.Category;
|
||||||
_storeController.InitiatePurchase(product);
|
_storeController.InitiatePurchase(product);
|
||||||
_curProductInfo = info;
|
_curProductInfo = info;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue