Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsStoreAppLicenseMBS class.

WindowsStoreAppLicenseMBS.AddOnLicenses as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Store MBS WinFrameworks Plugin 23.1 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the collection of licenses for durable add-ons for which the user has entitlements to use.

This property does not include licenses for consumable add-ons.

Returns a map of key and value pairs, where each key is the Store ID of an add-on SKU from the Microsoft Store catalog and each value is a StoreLicense object that contains license info for the add-on.

This collection contains durable add-on licenses that are currently valid. When a license is expired or no longer valid, it will no longer be available in this collection.
(Read only property)

WindowsStoreAppLicenseMBS.ExpirationDate as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Store MBS WinFrameworks Plugin 23.1 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the expiration date and time for the app license.

The expiration date and time for the app license, relative to the system clock.

For usage-limited trials, the expiration date is December 31, 9999. Usage-limited trials are currently available only to some developer accounts in Xbox managed partner programs.
(Read only property)

WindowsStoreAppLicenseMBS.ExtendedJsonData as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Store MBS WinFrameworks Plugin 20.4 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets complete license data in JSON format.

Use the ExtendedJsonData property to access the complete data for the StoreAppLicense object as a JSON-formatted string in your code.
(Read only property)

WindowsStoreAppLicenseMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Store MBS WinFrameworks Plugin 20.4 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The internal object reference.

(Read only property)

WindowsStoreAppLicenseMBS.IsActive as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Store MBS WinFrameworks Plugin 20.4 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets a value that indicates whether the license is valid and provides the current user an entitlement to use the app.

(Read only property)

WindowsStoreAppLicenseMBS.IsTrial as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Store MBS WinFrameworks Plugin 20.4 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets a value that indicates whether the license is a trial license.

(Read only property)

WindowsStoreAppLicenseMBS.IsTrialOwnedByThisUser as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Store MBS WinFrameworks Plugin 20.4 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets a value that indicates whether the current user has an entitlement for the usage-limited trial that is associated with this app license.

This property is intended to be used by developers who have configured their app as a usage-limited trial in Partner Center. Usage-limited trials are currently available only to some developer accounts in Xbox managed partner programs.
(Read only property)

WindowsStoreAppLicenseMBS.SkuStoreId as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Store MBS WinFrameworks Plugin 20.4 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the Store ID of the licensed app SKU from the Microsoft Store catalog.

(Read only property)

WindowsStoreAppLicenseMBS.TrialTimeRemaining as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Store MBS WinFrameworks Plugin 20.4 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the remaining time for the usage-limited trial that is associated with this app license.

This property is intended to be used by developers who have configured their app as a usage-limited trial in Partner Center. Usage-limited trials are currently available only to some developer accounts in Xbox managed partner programs.

Value is in seconds.
(Read only property)

Some examples using this property:

WindowsStoreAppLicenseMBS.TrialUniqueId as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Store MBS WinFrameworks Plugin 20.4 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets a unique ID that identifies the combination of the current user and the usage-limited trial that is associated with this app license.

This property is intended to be used by developers who have configured their app as a usage-limited trial in Partner Center. Usage-limited trials are currently available only to some developer accounts in Xbox managed partner programs.
(Read only property)

Some examples using this property:

The items on this page are in the following plugins: MBS WinFrameworks Plugin.


The biggest plugin in space...