Skip to content

8.4.1

Latest
Compare
Choose a tag to compare
@RCGitBot RCGitBot released this 14 Jan 15:20

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

try {
  offerings = await Purchases.getOfferings();
} on PlatformException catch (e) {
  final storeError = e.details['storeError'];
  // Do something with storeError if it exists
}