RMStore v0.4.3 Release Notes

Release Date: 2014-05-16 // almost 10 years ago
  • ๐Ÿ›  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.