Answered by:
Prevent app from running when expired?

Question
-
Hi all,
I'm implementing trial mode into my app. A quote from http://msdn.microsoft.com/en-us/library/windows/apps/hh694065.aspx?cs-save-lang=1&cs-lang=javascript#code-snippet-1 ,
•Trial license expires before the app is launched If the trial expires before the user launches the app, your app won't launch. Instead, users see a dialog box that gives them the option to purchase your app from the Store.
How do I simulate this process during app development?
Thanks.
Tuesday, July 9, 2013 9:16 AM
Answers
-
don't think you can. this is something to OS will deal with and you don't need to program ana logic for it.
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
- Marked as answer by azmas Wednesday, July 10, 2013 12:10 AM
Tuesday, July 9, 2013 9:19 AM
All replies
-
don't think you can. this is something to OS will deal with and you don't need to program ana logic for it.
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
- Marked as answer by azmas Wednesday, July 10, 2013 12:10 AM
Tuesday, July 9, 2013 9:19 AM -
I see. I thought by using the CurrentAppSimulator API, developer can simulate everything.. anyway, Thanks Dave..Tuesday, July 9, 2013 9:30 AM
-
It lets simulate the logic you handle in your app. not outside
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
Tuesday, July 9, 2013 10:09 AM -
ok.. thank you..Wednesday, July 10, 2013 12:10 AM