RevenueCat v3.0.0 Release Notes

    • ๐Ÿ‘Œ Support for new Offerings system.
    • ๐Ÿ“ฆ Deprecates makePurchase methods. Replaces with purchasePackage
    • ๐Ÿ—„ Deprecates entitlements method. Replaces with offerings
    • ๐Ÿ‘€ See our migration guide for more info: https://docs.revenuecat.com/v3.0/docs/offerings-migration
    • โž• Added Purchases. prefix to Swift classes to avoid conflicts https://github.com/RevenueCat/purchases-ios/issues/131
    • โš  Enabled base internationalisation to silence a warning (#119)
    • โœ… Migrates tests to Swift 5 (#138)
    • ๐Ÿ†• New identity changes (#133):
      • The .createAlias() method is no longer required, use .identify() instead
      • .identify() will create an alias if being called from an anonymous ID generated by RevenueCat
      • Added an isAnonymous property to Purchases.shared
      • Improved offline use