I've written up an in app purchase system, built on Windows.Services.Store
Now I wish to make sure my users get what they pay for. In the older API, I could simulate purchases.
How can I get each purchase to succeed without needing to feed it real money from my credit card/paypal each time?
I can't return to the older API.
