Managing Windows Phone 7 Trial Applications
(1)
| 3 views this week
Windows Phone 7 provides the LicenseInformation class that includes the
IsTrial() method. IsTrial() allows you to check, at runtime, if the running application has been installed from the Marketplace as a trial application, or if the user has purchased the application. Developers are…