Reputation: 61378
In WinPhone 8 SDK, there are two LicenseInformation
classes:
And two ways to initiate a full product purchase:
MarketplaceDetailTask
with app GUID as ContentIdentifier
CurrentApp.RequestAppPurchaseAsync
They're slightly different. Which one should I use?
Upvotes: 2
Views: 1465
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