Hi guys. Here's my problem :
When using storekit for in-app purchase, i'm displaying a "loading" view to tell the user to wait for a few seconds while the process is in progress; but let's say this same user, when the storekit ask him for his itunes account password, press the "cancel" button... How can i "catch" this event in order to hide the loading view?
I'm afraid it could be a cause of rejection for Apple since user's communication is pretty important.
Thanks for any tips!
Edit : I'm not in a transaction here; my first step is to restore completed transactions so the password prompt is trigger by this method :
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions]