iphone In app purchase
Posted
by edie
on Stack Overflow
See other posts from Stack Overflow
or by edie
Published on 2010-04-26T09:26:52Z
Indexed on
2010/04/26
9:33 UTC
Read the original article
Hit count: 238
Hi...
I'm adding in-app purchase on my application. I have a view that displays information about the product and one button for purchasing the product. My question was how can I stop the user to tap again the buy button so that the StoreManager will only call my Buy method once? Because sometimes I had tapped it twice that's why two alertView shows up asking about the purchase. Should I set the button "enabled property" to no after I tap. Any suggestions that would be good about this...
thanks in advance.
© Stack Overflow or respective owner