Skip to content

0.4.2

Compare
Choose a tag to compare
@hpique hpique released this 18 Nov 01:31
· 130 commits to master since this release

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 of RMErroDomainStoreAppReceiptVerificator (3ea639a).