Hello I am making a web service, which will validate windows store in-app purchases using a receipt from the app. I found this link in microsoft website https://msdn.microsoft.com/en-us/windows/uwp/monetize/use-receipts-to-verify-product-purchases it shows an example code to test with provided receipt data. My web service works with the example data. Now, while the mobile app is still in development I want to test the web service with a real receipt. So is there any other way, other than actually buying the product (consumable), to get a receipt? As I read around the only other way to test purchases is to use windows.applicationModel.Store.CurrentAppSimulator static class. But it uses a locally generated WindowsStoreProxy.xml, but in this case:
- The app has to work
- I could not find information whether it actually queries the Windows store or just uses the dummy data