RevenueCat v4.0.0-RC.2 Release Notes

    • Second RC for RevenueCat framework v4 ๐ŸŽ‰ 100% Swift framework + ObjC support.

    Full Changelog

    • See our [RevenueCat V4 API update doc](Documentation.docc/V4_API_Migration_guide.md) for API updates.

    โšก๏ธ RC 2 introduces the following updates:

    API changes:

    • โœ‚ Removed SubscriptionPeriod.Unit.unknown. Subscriptions with empty SubscriptionPeriod values will have nil subscriptionPeriod instead.
    • โœ‚ Removed StoreProductDiscount.none, since it wasn't needed.
    • โž• Added useStoreKit2IfAvailable (Experimental) configuration option. This is disabled by default. If enabled, the SDK will use StoreKit 2 APIs for purchases under the hood. ๐Ÿ— This is currently in an experimental phase, and we don't recommend using it in production in this build.

    ๐Ÿ“š Documentation:

    ๐Ÿ›  Migration fixes

    • ๐Ÿ›  Fixed a few instances where Xcode's automatic migration tools wouldn't correctly update the code.

    Other changes:

    • ๐Ÿ‘€ There are lots of under the hood improvements. If you see any issues we'd appreciate bug reports!

    ๐Ÿ”„ Changes from previous RC

    โœ… These changes add to all of the changes from beta RC 1, listed here..