Seva Alekseyev
Seva Alekseyev

Reputation: 61378

Trial apps in Windows Phone 8

In WinPhone 8 SDK, there are two LicenseInformation classes:

And two ways to initiate a full product purchase:

They're slightly different. Which one should I use?

Upvotes: 2

Views: 1465

Answers (1)

Paras Wadehra
Paras Wadehra

Reputation: 478

Follow the guidelines available here:

http://msdn.microsoft.com/en-us/library/ff967558(v=vs.105).aspx (Updated link for WP8)

http://msdn.microsoft.com/en-us/library/hh286402(v=vs.105).aspx (Updated link for wP8)

You should use MarketplaceDetailTask with the Microsoft.Phone.Marketplace.LicenseInformation class.

Upvotes: 1

Related Questions