LicenseInformation
This class provides information regarding application's trial status and allows initiating application purchase.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Windows
- Assembly: UnityEngine.CoreModule
public static class LicenseInformation
Remarks
Note: this class is only available on Universal Windows Platform.
Static Properties
Property | Description |
|---|---|
| isOnAppTrial | Checks whether the application is installed in trial mode. |
Static Methods
Method | Description |
|---|---|
| PurchaseApp | Attempts to purchase the app if it is in installed in trial mode. |