Quantcast
Channel: Questions in topic: "iap"
Viewing all articles
Browse latest Browse all 595

Android In App Purchasing Subscription/Base plan

$
0
0
Google has been updated IAP from May 2022. I have a subscription: "1month" and three base plans: "1mo", "1we", "6mo" in this case, how to initialize UnityPurchase? // Result is 'NoProductsAvailable' var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance()); builder.AddProduct("1month.1mo", ProductType.Subscription); builder.AddProduct("1month.1we", ProductType.Subscription); builder.AddProduct("1month.6mo", ProductType.Subscription);

Viewing all articles
Browse latest Browse all 595

Trending Articles