robotmedia / RMStore

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

Explicit transaction finish (RMStore/issues/151) #168

Open s-alexander opened 8 years ago

s-alexander commented 8 years ago

RMStoreFinishTransactionBlock block added to finish transactions explicitly whiting a client code.

Client must call the block to finish the transaction in -[RMStore addPayment:] success block. Also, unit test compilation fixed