OnInitializeFailed(),PurchasingUnavailable

Hello,I Have a difficult problem,When i open my App,i can see this error for IAP
I’ve done these things for this
that’s my code
private ConfigurationBuilder builder;
void Start()
{
StandardPurchasingModule module = StandardPurchasingModule.Instance();
builder = ConfigurationBuilder.Instance(module);
builder.AddProduct(“com.miyou.yunzhongmanbugem10”, ProductType.Consumable);
builder.AddProduct(“com.miyou.yunzhongmanbugem100”, ProductType.Consumable);
builder.AddProduct(“com.miyou.yunzhongmanbucoin100”, ProductType.Consumable);
builder.AddProduct(“com.miyou.yunzhongmanbucoin1000”, ProductType.Consumable);
UnityPurchasing.Initialize(this, builder);
}

My Google Accounts is the Test Accounts,
And I Open The VPN
Add to “AndroidManifest.xml”
I need some help, thanks

![6136286–669341–Z0)DT}@KQPP15R1)V@{LYJ.png|752x228

Hello,Everyone
I solved my problem
Open the VPN, Clear GooglePlay data And Re Login,Or Get the App by “Test URL”

1 Like