0.4.2
Minor bug fixes and code improvements.
RMStore
- Fixes #31: Introduce
RMStoreErrorCodeUnableToCompleteVerification
to enable verficators to communicate inability to complete verification (most likely due to network issues). - Fixes bug causing early restore transaction finished notifications in subsequent restore transactions calls (c198cc9).
RMStoreKeychainPersistence
- Fixes #34: Use return value to check for success instead of indirect error.
RMStoreTransactionReceiptVerificator
- Fixes #34: Use return value to check for success instead of indirect error.
RMStoreAppReceiptVerificator
- Use
RMStoreErrorDomain
instead ofRMErroDomainStoreAppReceiptVerificator
(3ea639a).