How to Test in-app purchase without uploading app
-
Friday, September 21, 2012 9:29 PM
How can we test our in-app purchase code without first uploading it to the app store.
All Replies
-
Friday, September 21, 2012 10:19 PM
use CurrentAppSimulator class
- Edited by Dave SmitsMicrosoft Community Contributor Friday, September 21, 2012 10:19 PM
-
Sunday, September 23, 2012 8:19 PM
Of course you use CurrentAppSimulator. We need more. How can you tell if a feature works? For example, how can you verify that this code will work? And what will the user experience be?
await CurrentAppSimulator.RequestProductPurchaseAsync(feature, false);
- Edited by ray440 Sunday, September 23, 2012 8:22 PM
-
Monday, September 24, 2012 8:43 PM
Ah, WindowsStoreProxy.xml is the answer. Somehow I glossed over this in instructions.
Also, I was kinda hoping there was a live "test app store" to bounce real messages off of.
- Marked As Answer by ray440 Monday, September 24, 2012 8:43 PM


