I use StoreKit to implement a purchase in my application. My question is: how can I overlap the UIAlertView when the IAP dialog appears. I need to process the cancel button. I need to know when I click the "Cancel" button and notify the system about it. I need to process the cancel button that will appear in the warning window requesting my user data and password.
For example, if the user clicked the cancel button, he should call the callback method.
source
share