Answered by:
How to put trial period in my app ?

Question
-
Hi ,
I have built a metro ui c# ,
Is it possible to put a trial period ? Does the store or the metro gives you some API or something to implement this ?
Or is it something that I will have to design it myself ?
Thank you
Monday, October 21, 2013 7:13 AM
Answers
-
When you publish the app you select a trial period.
In your app you can check this using "CurrentApp.LicenseInformation.IsTrail". More info here.
There is also a complete Trial app and in-app purchase sample available on MSDN.
- Marked as answer by zakkar Monday, October 21, 2013 9:02 AM
Monday, October 21, 2013 7:40 AM -
All 'old' Windows 8 samples are packed together in a large zip file now: http://code.msdn.microsoft.com/windowsapps/Windows-8-app-samples-4d76cbbf
- Marked as answer by zakkar Monday, October 21, 2013 9:02 AM
Monday, October 21, 2013 8:05 AM
All replies
-
When you publish the app you select a trial period.
In your app you can check this using "CurrentApp.LicenseInformation.IsTrail". More info here.
There is also a complete Trial app and in-app purchase sample available on MSDN.
- Marked as answer by zakkar Monday, October 21, 2013 9:02 AM
Monday, October 21, 2013 7:40 AM -
Hi Diederik ,
Thank you for your reply. I'm trying to find the sample for windows 8.
I don't have 8.1 yet.
Do you have the link ?
thank you
Monday, October 21, 2013 7:49 AM -
All 'old' Windows 8 samples are packed together in a large zip file now: http://code.msdn.microsoft.com/windowsapps/Windows-8-app-samples-4d76cbbf
- Marked as answer by zakkar Monday, October 21, 2013 9:02 AM
Monday, October 21, 2013 8:05 AM -
OK,
Thank you Diederik
Monday, October 21, 2013 9:02 AM