Hi,Now I am handling my application with IAP(Inner Application Purchase)
.I've already succeeded by using the four method to reach my goal.
Platform.IAP.GetViewerPurchases(),
Platform.IAP.GetProductsBySKU(),Platform.IAP.LaunchCheckoutFlow() ,
Platfor...
@delphinius81 You said " You should also check that the product that was
just purchased is consumable before calling consume on it. "In the
IAP.tsv file uploaed to the dashboard, I've already set it as
"Consumable".Is there anything else I should con...
@delphinius81 In the web tutourial discription:
https://developer.oculus.com/documentation/platform/latest/concepts/dg-iap/Has
a sentence: "Consumable purchases must be ingested by your app before
they can be made available for purchased again."And b...