Skip to content

0.4.3

Compare
Choose a tag to compare
@hpique hpique released this 16 May 00:16
· 111 commits to master since this release

Minor bug fixes and improvements to code and receipt verification.

RMStoreAppReceiptVerificator

  • Implements #18: Verify receipt signature with Apple Root certificate. To use you must include AppleIncRootCertificate.cer in your app bundle as indicated in the wiki.
  • Fixes #57: Fixed bug that returned null receipt dates in certain cases by explicitly setting the NSDateFormatter locale to "en_US_POSIX". This was a bug due to an Apple bug/feature related to the 24-hour time setting.

RMStoreKeychainPersistence

  • Fixes #44: Fix 64-bit casting warnings.

RMStoreTransactionReceiptVerificator

  • Fixes #44: Fix 64-bit casting warnings.