RevenueCat v4.0.0-beta.8 Release Notes
-
- Eighth beta for RevenueCat framework 🎉 100% Swift framework + ObjC support.
- See our [RevenueCat V4 API update doc](docs/V4_API_Updates.md) for API updates.
- Replaced custom DateFormatter with new ISO8601DateFormatter https://github.com/RevenueCat/purchases-ios/pull/998
- 🌲 Put CustomerInfo Logging into LoginHandler function https://github.com/RevenueCat/purchases-ios/pull/1095
- Pass underlying NSError localizedDescription https://github.com/RevenueCat/purchases-ios/pull/1077
- ErrorCode conforms to CustomNSError to provide description https://github.com/RevenueCat/purchases-ios/pull/1022