C H A P T E R 11
Creating Trial Applications
Today many mobile software vendors maintain two versions of their application code: one for the trial version and another for purchase. The code base for the trial version typically includes some but not all of the functionality of the full version. It also includes code that urges users to upgrade to the full version of the product. The Windows Phone platform, however, eliminates the need to maintain a separate code base for trial software thanks to the handy IsTrial
method. The IsTrial
method of the Microsoft.Phone.Marketplace.LicenseInformation
class provides the functionality you need to create a trial version. Microsoft.Phone.Marketplace.LicenseInformation
is a sealed class that contains the ...
Get Beginning Windows Phone App Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.