Class CurrentApp
Wrapper class for the Windows Store API CurrentApp class.
Inherited Members
Namespace: UnityEngine .Purchasing.Default
Assembly: solution.dll
Syntax
public class CurrentApp
Properties
Name | Description |
---|---|
License |
Read access to the current app's license metadata. |
Methods
Name | Description |
---|---|
Build |
Dummy function implementing the building of Mock Products. |
Get |
Returns a list of purchased consumable in-app products that have not been reported to the Microsoft Store as fulfilled.. |
Load |
Loads the app's listing information asynchronously. Additionally, the listing information for available in-app products is also provided. |
Report |
Notifies the Microsoft Store that the purchase of a consumable add-on (also called an in-app product or IAP) is fulfilled and that the user has the right to access the content. |
Request |
Requests all receipts for the purchase of the app and any in-app products. |
Request |
Requests the purchase of an add-on (also called an in-app product or IAP). Additionally, calling this method displays the UI that is used to complete the transaction via the Microsoft Store. |
Request |
Requests the purchase of an add-on (also called an in-app product or IAP). Additionally, calling this method displays the UI that is used to complete the transaction via the Microsoft Store. |