robotmedia / RMStore

A lightweight iOS library for In-App Purchases
Apache License 2.0
2.43k stars 450 forks source link

Added a callback for SKPaymentTransactionStatePurchasing #140

Closed czechboy0 closed 1 year ago

czechboy0 commented 9 years ago

Added a callback for the purchasing state (gets called immediately after a payment is added to the queue) - useful for showing a progress indicator in the UI after user requests a purchase. Also, added a log macro that has to be enabled to have RMStore logging.

fulldecent commented 8 years ago

This is an easy enough change. I fully recommend to merge this.