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)
You should use CurrentAppSimulator while developing your app and CurrentApp when deployed to production.
I think CurrentAppSimulator Class is used in Windows Store app it's not working in Windows Phone-8 App.
User contributions licensed under CC BY-SA 3.0