SwiftyStoreKit v0.10.0 Release Notes

  • ๐Ÿšš API removed: refreshReceipt

    ๐Ÿš€ This release simplifies the receipt verification flows by removing the refreshReceipt method from the public API.

    Now clients only need to call verifyReceipt and the receipt is refreshed internally if needed.

    โž• Addressed in #213, related issue: #42.

    ๐Ÿ“š The documentation in the README and various methods has also been considerably improved.