12-26-2012 05:15 PM
I have a buy button next to each of my in app purchases in a list view.
When the user presses it, it comes up with a box with payment test settings such as purchase price, subscription settings etc (as its in test mode).
My question is, when the app is not in test mode, do I need to create a dialog box that appears after the user clicks buy, asking the user to confim a purchase or does the payment api automatically do this?
Solved! Go to Solution.
01-02-2013 09:08 AM
The Payment Service handles all of the UI for purchases, all your app needs to do is make the purchase request and handle the response (success or failure).