In App purchase in Windows phone

0

I am developing an app with facility of In App purchase but application crashes on the falloling code

var List = await CurrentApp.LoadListingInformationAsync();

and it shows me up

the explicit transaction has been forcibly cancelled. (Exception from HRESULT: 0x8032000F)

windows-phone-8
in-app-purchase
asked on Stack Overflow Apr 19, 2013 by Amit Singh

2 Answers

2

You should use CurrentAppSimulator while developing your app and CurrentApp when deployed to production.

answered on Stack Overflow Apr 20, 2013 by Igor Kulman
0

I think CurrentAppSimulator Class is used in Windows Store app it's not working in Windows Phone-8 App.

answered on Stack Overflow Apr 22, 2013 by Mohit

User contributions licensed under CC BY-SA 3.0