public void BeginPurchase(Purchases.Package package)
I think it’s definetly lack of documentation. How should we obtain Purchases.Package object? Create it from new on our own? Get it somehow and store it?
Best answer by Ryan Glanz
> Or at least make docs in github so anyone can pull request addition to them.
We have added our docs to github and will be making them public soon 👀
Ok I think the right process is to fetch offerings, get current offering and store it in some variable. Then just get packages from current offering and use it as an argument for the PurchaseProduct function.
I think it’s good to add such info in docs. Or at least make docs in github so anyone can pull request addition to them.