You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/publish/publish-your-app/msix/price-and-availability.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,19 +62,31 @@ There are two types of trial you can choose, and you have the option to configur
62
62
63
63
Choose **Time-limited** to allow customers to try your app for free for a certain number of days: **1 day**, **7 days**, **15 days**, or **30 days**. You can limit features by adding code to exclude or limit features in the trial version, or you can let customers access the full functionality during that period of time.
64
64
65
+
**What happens when the trial expires:**
66
+
-**If you don't implement trial-limiting code in your app:** The app will continue to function normally, but the Store licensing system will prevent the app from launching once the trial period expires. Users will see a dialog prompting them to purchase the app.
67
+
-**If you implement trial-limiting code:** Your app can detect the license state and take custom actions such as displaying purchase prompts, disabling features, or closing the app gracefully.
68
+
65
69
> [!NOTE]
66
70
> Time-limited trials are not shown to customers on Windows 10 build 10.0.10586 or earlier.
67
71
68
72
### Unlimited
69
73
70
74
Choose **Unlimited** to let customers access your app for free indefinitely. You'll want to encourage them to purchase the full version, so make sure to add code to exclude or limit features in the trial version.
71
75
76
+
**What happens with unlimited trials:**
77
+
-**If you don't implement trial-limiting code:** The app will continue to function normally with full features indefinitely, making it effectively a free app.
78
+
-**If you implement trial-limiting code:** Your app can detect the trial license state and limit functionality, display ads, or show purchase prompts to encourage users to buy the full version.
79
+
72
80
### Start and end dates
73
81
74
82
By default, your trial will be available as soon as your app is published, and it will never stop being offered. If you’d like, you can specify the date and time that your trial should start to be offered and when it should stop being offered.
75
83
76
84
To set dates for when your trial should be offered to customers on Windows 10 or Windows 11, change the **Starts on** and/or **Ends on** dropdown to **at**, then choose the date and time. If you do so, you can either choose **UTC** so that the time you select will be Universal Coordinated Time (UTC) time, or choose **Local** so that these times will be used in each time zone associated with a market. (Note that for markets that include more than one time zone, only one time zone in that market will be used. For the United States, the Eastern time zone is used.) You can select **Customize for specific markets** if you want to set different dates for any market(s).
77
85
86
+
### Implementation guidance
87
+
88
+
For detailed information on how to implement custom trial behavior in your app code, including handling license expiration events and limiting functionality, see [Implement a trial version of your app](/windows/uwp/monetize/implement-a-trial-version-of-your-app).
89
+
78
90
## Sale pricing
79
91
80
92
If you want to offer your app at a reduced price for a limited period of time, you can create and schedule a sale.
Copy file name to clipboardExpand all lines: hub/apps/publish/publish-your-app/pwa/price-and-availability.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,19 +58,31 @@ There are two types of trial you can choose, and you have the option to configur
58
58
59
59
Choose **Time-limited** to allow customers to try your app for free for a certain number of days: **1 day**, **7 days**, **15 days**, or **30 days**. You can limit features by adding code to exclude or limit features in the trial version, or you can let customers access the full functionality during that period of time.
60
60
61
+
**What happens when the trial expires:**
62
+
-**If you don't implement trial-limiting code in your app:** The app will continue to function normally, but the Store licensing system will prevent the app from launching once the trial period expires. Users will see a dialog prompting them to purchase the app.
63
+
-**If you implement trial-limiting code:** Your app can detect the license state and take custom actions such as displaying purchase prompts, disabling features, or closing the app gracefully.
64
+
61
65
> [!NOTE]
62
66
> Time-limited trials are not shown to customers on Windows 10 build 10.0.10586 or earlier.
63
67
64
68
### Unlimited
65
69
66
70
Choose **Unlimited** to let customers access your app for free indefinitely. You'll want to encourage them to purchase the full version, so make sure to add code to exclude or limit features in the trial version.
67
71
72
+
**What happens with unlimited trials:**
73
+
-**If you don't implement trial-limiting code:** The app will continue to function normally with full features indefinitely, making it effectively a free app.
74
+
-**If you implement trial-limiting code:** Your app can detect the trial license state and limit functionality, display ads, or show purchase prompts to encourage users to buy the full version.
75
+
68
76
### Start and end dates
69
77
70
78
By default, your trial will be available as soon as your app is published, and it will never stop being offered. If you’d like, you can specify the date and time that your trial should start to be offered and when it should stop being offered.
71
79
72
80
To set dates for when your trial should be offered to customers on Windows 10 or Windows 11, change the **Starts on** and/or **Ends on** dropdown to **at**, then choose the date and time. If you do so, you can either choose **UTC** so that the time you select will be Universal Coordinated Time (UTC) time, or choose **Local** so that these times will be used in each time zone associated with a market. (Note that for markets that include more than one time zone, only one time zone in that market will be used. For the United States, the Eastern time zone is used.) You can select **Customize for specific markets** if you want to set different dates for any market(s).
73
81
82
+
### Implementation guidance
83
+
84
+
For detailed information on how to implement custom trial behavior in your app code, including handling license expiration events and limiting functionality, see [Implement a trial version of your app](/windows/uwp/monetize/implement-a-trial-version-of-your-app).
85
+
74
86
## Sale pricing
75
87
76
88
If you want to offer your app at a reduced price for a limited period of time, you can create and schedule a sale.
0 commit comments