Hello, we've been using a call to ProductService.GetSalesInventory (https://docs.braincloudservers.com/api/capi/product/getsalesinventory) using Cloud Code and it's has worked fine for months, but now we need to call the same method directly from Unity using BraincloudWrapper.ProductService.GetSalesInventory and it seems like BraincloudWrapper does not contains a definitio for ProductService. Are we missing a module that needs to be installed in Unity or is it something else? Any help is appreciated, thanks in advance!
F
francesco.lenolli
@francesco.lenolli
Posts
-
-
Hello, we're using Braincloud for a mobile game made with Unity 2022.3.18 and we're wondering if it's possible to handle In App Purchases only with Braincloud calls without using the UnityEngine.Purchasing system.
Looking at the API docs I can see a "StartPurchase" call but it's only available for Steam.
I'm very new to BC so I don't know If I'm missing something, any help would be appreciated.
[Unity] BraincloudWrapper.ProductService not found on BC 5.3
[Unity] In App Purchases