This release is compatible with Xcode 14 beta 1
New Features
EntitlementInfos
: addedactiveInAnyEnvironment
andactiveInCurrentEnvironment
(#1647) via NachoSoto (@NachoSoto)
In addition to EntitlementInfos.active
, two new methods are added to allow detecting entitlements from sandbox and production environments:
customerInfo.entitlements.activeInCurrentEnvironment
customerInfo.entitlements.activeInAnyEnvironment
Bug fixes
MacDevice
: changed usage ofkIOMasterPortDefault
to fix Catalyst compilation on Xcode 14 (#1676) via NachoSoto (@NachoSoto)Result.init(value:error:)
: avoid creating error if value is provided (#1672) via NachoSoto (@NachoSoto)
To view new release, visit https://github.com/RevenueCat/purchases-ios/releases/tag/4.6.0