0
votes

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)

2

2 Answers

0
votes

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

2
votes

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