I am developing a WP8 MonoGame app. I added the app to Windows Apphub and created 4 in app consumbalbe products. 2 weeks ago I tested my IAP retrieval and purchasing code in the emulator since testing is not allowed on device. All went well then. Today I returned back [...] read more
I am creating an app which need to add In app Purchasing option to purchase selected video, and when purchased send request to download it on other server with Receipt; I am trying to achieve list of available option to purchase with the fallowing code-- try { ListingInformation ProdList = [...] read more
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) read more