Skip to main content

Creating Trial Applications

  • Chapter
  • 674 Accesses

Abstract

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 methods you’ll use to test your application. You already learned how to deploy applications to the Windows Phone Marketplace in Chapter 5. In this chapter, you will learn how to add a trial option to the applications you deploy so that potential customers have a chance to try your products before they buy them. The IsTrial method determines whether an application is running under a trial or a full license, allowing you to limit the functionality of your application based on the result that IsTrial returns.

This is a preview of subscription content, log in via an institution.

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   34.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD   44.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2012 Henry Lee and Eugene Chuvyrov

About this chapter

Cite this chapter

Lee, H., Chuvyrov, E. (2012). Creating Trial Applications. In: Beginning Windows Phone App Development. Apress. https://doi.org/10.1007/978-1-4302-4135-5_11

Download citation

Publish with us

Policies and ethics