
SDKNov 29, 2023
Cordova 5.4.1
Other Changes Fix some docs (#460) via Cesar de la Vega (@vegaro) To view new release, visit https://github.com/RevenueCat/cordova-plugin-purchases/releases/tag/5.4.1
We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.
The latest RevenueCat SDK updates.
Other Changes Fix some docs (#460) via Cesar de la Vega (@vegaro) To view new release, visit https://github.com/RevenueCat/cordova-plugin-purchases/releases/tag/5.4.1
RevenueCatUI Paywalls: Fix navigation with close button in UIKit (#3466) via Andy Boedo (@aboedo) Paywalls: watchOS support (#3291) via NachoSoto (@NachoSoto) Dependency Updates Bump cocoapods from 1.14.2 to 1.14.3 (#3464) via dependabot[bot] (@dependabot[bot]) Bump fastlane from 2.216.0 to 2.217.0 (#3415) via dependabot[bot] (@dependabot[bot]) Bump danger from 9.3.2 to 9.4.0 (#3414) via dependabot[bot] (@dependabot[bot]) Other Changes Some APITester fixes (#3444) via NachoSoto (@NachoSoto) HTTPClient: test all request headers (#3425) via NachoSoto (@NachoSoto) CircleCI: fix snapshot generation for iOS 14 (#3431) via NachoSoto (@NachoSoto) Remove MockStoreMessagesHelper from SDK (#3417) via NachoSoto (@NachoSoto) Enable explicit_init lint rule and fix issues (#3418) via Mark Villacampa (@MarkVillacampa) To view new release, visit https://github.com/RevenueCat/purchases-ios/releases/tag/4.31.0
RevenueCatUI Paywalls: Fix Turkish translation (#1478) via iremkaraoglu (@iremkaraoglu) Bugfixes Check diagnostics file size in background thread (#1488) via Toni Rico (@tonidero) Dependency Updates Update Billing client to 6.1.0 (#1481) via Toni Rico (@tonidero) Other Changes Add retries to queryPurchases (#1460) via Cesar de la Vega (@vegaro) Initialize shared preferences lazily (#1489) via Toni Rico (@tonidero) Create a BaseBillingUseCaseTest (#1486) via Cesar de la Vega (@vegaro) Add retries to queryPurchaseHistoryAsync (#1448) via Cesar de la Vega (@vegaro) Add X-Storefront header to requests (#1484) via Toni Rico (@tonidero) Paywalls: Add paywalls UI tests (#1470) via Toni Rico (@tonidero) Use state listener in Amazon store (#1483) via Toni Rico (@tonidero) Add method to get storefront for Google and Amazon stores (#1482) via Toni Rico (@tonidero) Add retries to queryProductDetailsAsync (#1444) via Cesar de la Vega (@vegaro) To view new release, visit https://github.com/RevenueCat/purchases-android/releases/tag/7.2.5
Dependency Updates [AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.0.0 (#456) via RevenueCat Git Bot (@RCGitBot) Android 7.2.4 [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.4.0 (#455) via RevenueCat Git Bot (@RCGitBot) Android 7.2.4 Other Changes CI: disable prepare-next-version (#454) via NachoSoto (@NachoSoto) To view new release, visit https://github.com/RevenueCat/cordova-plugin-purchases/releases/tag/5.4.0
New Features Trusted entitlements: Add support for trusted entitlements (#370) via Toni Rico (@tonidero) Dependency Updates [AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.0.0 (#371) via RevenueCat Git Bot (@RCGitBot) Android 7.2.4 [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.4.0 (#369) via RevenueCat Git Bot (@RCGitBot) Android 7.2.4 Other Changes CI: disable prepare-next-version (#367) via NachoSoto (@NachoSoto) To view new release, visit https://github.com/RevenueCat/purchases-unity/releases/tag/6.4.0
New Features Trusted Entitlements: add support for setting EntitlementVerificationMode and getting verification result in EntitlementInfos and EntitlementInfo (#753) via NachoSoto (@NachoSoto) Dependency Updates [AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.0.0 (#878) via RevenueCat Git Bot (@RCGitBot) Android 7.2.4 [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.4.0 (#871) via RevenueCat Git Bot (@RCGitBot) Android 7.2.4 Bump fastlane from 2.216.0 to 2.217.0 (#865) via dependabot[bot] (@dependabot[bot]) Bump danger from 9.3.2 to 9.4.0 (#866) via dependabot[bot] (@dependabot[bot]) Other Changes Fix flutter analyze deprecation warnings (#872) via Toni Rico (@tonidero) CI: disable prepare-next-version (#869) via NachoSoto (@NachoSoto) To view new release, visit https://github.com/RevenueCat/purchases-flutter/releases/tag/6.4.0
New Features Trusted Entitlements: add support for setting EntitlementVerificationMode (#678) via NachoSoto (@NachoSoto) Dependency Updates [AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.0.0 (#790) via RevenueCat Git Bot (@RCGitBot) Android 7.2.4 [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.4.0 (#785) via RevenueCat Git Bot (@RCGitBot) Android 7.2.4 Other Changes CI: disable prepare-next-version (#782) via NachoSoto (@NachoSoto) To view new release, visit https://github.com/RevenueCat/react-native-purchases/releases/tag/7.4.0
New Features 📱 Initial support for cross-platform RevenueCat Paywalls 🐾 🧱 (#852) Instructions: Update purchases-flutter in your pubspec.yaml: dependencies: purchases_flutter: 6.3.0-beta.2 For Android, you need to change your MainActivity to subclass PurchasesFlutterActivity instead of FlutterActivity. Usage: await Purchases.presentPaywallIfNeeded("pro"); Limitations: Currently only full screen paywalls are supported There is no way to detect paywall events other than using addCustomerInfoUpdateListener Android's minSdkVersion is temporarily increased from 19 to 24 to support paywalls. This will be reverted in a future release as we split purchases_flutter and purchases_flutter_ui To view new release, visit https://github.com/RevenueCat/purchases-flutter/releases/tag/6.3.0-beta.2
New Features 📱 Initial support for cross-platform RevenueCat Paywalls 🐾 🧱 (#766) Instructions: Update react-native-purchases in your package.json: { "dependencies": { "react-native-purchases": "7.4.0-beta.3" } } Usage: import { presentPaywallIfNeeded } from 'react-native-purchases'; <TouchableOpacity style={styles.button} onPress={ presentPaywallIfNeeded("pro") } > <Text>Present paywall if PRO entitlement is not active</Text> </TouchableOpacity> Limitations: Currently only full screen paywalls are supported There is no way to detect paywall events other than using addCustomerInfoUpdateListener Android's minSdkVersion is temporarily increased from 19 to 24 to support paywalls. This will be reverted in a future release as we split react-native-purchases and react-native-purchases-ui To view new release, visit https://github.com/RevenueCat/react-native-purchases/releases/tag/7.4.0-beta.3
New Features 📱 Initial support for cross-platform RevenueCat Paywalls 🐾 🧱 (#766) Instructions: Update react-native-purchases in your package.json: { "dependencies": { "react-native-purchases": "7.4.0-beta.2" } } Usage: import { presentPaywallIfNeeded } from 'react-native-purchases'; <TouchableOpacity style={styles.button} onPress={ presentPaywallIfNeeded("pro") } > <Text>Present paywall if PRO entitlement is not active</Text> </TouchableOpacity> Limitations: Currently only full screen paywalls are supported There is no way to detect paywall events other than using addCustomerInfoUpdateListener Android's minSdkVersion is temporarily increased from 19 to 24 to support paywalls. This will be reverted in a future release as we split react-native-purchases and react-native-purchases-ui To view new release, visit https://github.com/RevenueCat/react-native-purchases/releases/tag/7.4.0-beta.2
Dependency Updates Bump fastlane from 2.216.0 to 2.217.0 (#780) via dependabot[bot] (@dependabot[bot]) Bump danger from 9.3.2 to 9.4.0 (#779) via dependabot[bot] (@dependabot[bot]) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.3 (#778) via RevenueCat Git Bot (@RCGitBot) Android 7.2.3 Android 7.2.2 Android 7.2.1 iOS 4.30.5 iOS 4.30.4 iOS 4.30.3 [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.2 (#776) via RevenueCat Git Bot (@RCGitBot) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.1 (#769) via RevenueCat Git Bot (@RCGitBot) Other Changes Update VERSIONS with 4.6.3 (#774) via NachoSoto (@NachoSoto) Update RevenueCat orb to 2.2.0 (#775) via Cesar de la Vega (@vegaro) To view new release, visit https://github.com/RevenueCat/react-native-purchases/releases/tag/7.3.1
Dependency Updates Bump fastlane from 2.216.0 to 2.217.0 (#365) via dependabot[bot] (@dependabot[bot]) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.3 (#363) via RevenueCat Git Bot (@RCGitBot) Android 7.2.3 Android 7.2.2 Android 7.2.1 iOS 4.30.5 iOS 4.30.4 iOS 4.30.3 Bump danger from 9.3.2 to 9.4.0 (#364) via dependabot[bot] (@dependabot[bot]) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.2 (#361) via RevenueCat Git Bot (@RCGitBot) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.1 (#357) via RevenueCat Git Bot (@RCGitBot) To view new release, visit https://github.com/RevenueCat/purchases-unity/releases/tag/6.3.1
Bugfixes Prevents queryPurchases from being called twice (#1468) via Cesar de la Vega (@vegaro) Dependency Updates Bump fastlane from 2.216.0 to 2.217.0 (#1475) via dependabot[bot] (@dependabot[bot]) Bump danger from 9.3.2 to 9.4.0 (#1474) via dependabot[bot] (@dependabot[bot]) Other Changes Fix flaky test in BillingWrapperTest (#1477) via Cesar de la Vega (@vegaro) Update AGP to 8.1.3 (#1476) via Toni Rico (@tonidero) To view new release, visit https://github.com/RevenueCat/purchases-android/releases/tag/7.2.4
Dependency Updates [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.3 (#449) via RevenueCat Git Bot (@RCGitBot) Android 7.2.3 Android 7.2.2 Android 7.2.1 iOS 4.30.5 iOS 4.30.4 iOS 4.30.3 Bump fastlane from 2.216.0 to 2.217.0 (#451) via dependabot[bot] (@dependabot[bot]) Bump danger from 9.3.2 to 9.4.0 (#450) via dependabot[bot] (@dependabot[bot]) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.2 (#448) via RevenueCat Git Bot (@RCGitBot) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.1 (#443) via RevenueCat Git Bot (@RCGitBot) Other Changes Add 2.4.3 to VERSIONS (#447) via NachoSoto (@NachoSoto) To view new release, visit https://github.com/RevenueCat/cordova-plugin-purchases/releases/tag/5.3.1
Dependency Updates [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.3 (#864) via RevenueCat Git Bot (@RCGitBot) Android 7.2.3 Android 7.2.2 Android 7.2.1 Android 7.2.0 Android 7.1.1 Android 7.1.0 Android 7.1.0-beta.2 Android 7.1.0-beta.1 iOS 4.30.5 iOS 4.30.4 iOS 4.30.3 iOS 4.30.2 iOS 4.30.1 iOS 4.30.0 [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.2 (#859) via RevenueCat Git Bot (@RCGitBot) [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.3.0 (#850) via RevenueCat Git Bot (@RCGitBot) Other Changes Purchase Tester: remove unused Activity (#860) via NachoSoto (@NachoSoto) Remove .common_version (#861) via NachoSoto (@NachoSoto) Add 3.10.1 to VERSIONS (#858) via NachoSoto (@NachoSoto) Remove unused GoogleProrationMode import (#848) via Toni Rico (@tonidero) To view new release, visit https://github.com/RevenueCat/purchases-flutter/releases/tag/6.3.0
Bugfixes visionOS: fix support for Xcode 15.1 beta 3 (#3409) via NachoSoto (@NachoSoto) Other Changes SystemInfo: fix flaky Storefront test (#3411) via NachoSoto (@NachoSoto) Adds X-Storefront request header for App Store Storefront (#3405) via Josh Holtz (@joshdholtz) CircleCI: upgrade to Xcode 15.1 (#3408) via NachoSoto (@NachoSoto) Integration Tests: verify that SKTestSession purchases do not grant production entitlements (#3406) via NachoSoto (@NachoSoto) Integration Tests: fix potential crash on tearDown (#3401) via NachoSoto (@NachoSoto) To view new release, visit https://github.com/RevenueCat/purchases-ios/releases/tag/4.30.5
RevenueCatUI Paywalls: fix template 5 header aspect ratio (#1465) via NachoSoto (@NachoSoto) Paywalls: Fix template 1 header aspect ratio (#1466) via Toni Rico (@tonidero) Paywalls: Support condensed footer in template 4 (#1469) via Toni Rico (@tonidero) Paywalls: improve image loading (#1464) via NachoSoto (@NachoSoto) Paywalls: override locale with paywall localization (#1418) via NachoSoto (@NachoSoto) Other Changes Paywalls: Fix purchasing regression by providing real activity (#1467) via Toni Rico (@tonidero) Bump compile/target version to 34 (#1462) via Toni Rico (@tonidero) Update circleci orb to latest version (#1456) via Toni Rico (@tonidero) Snapshots: fix Fastlane job (#1461) via NachoSoto (@NachoSoto) Update gradle plugin to version 8.1.1 (#1458) via Toni Rico (@tonidero) To view new release, visit https://github.com/RevenueCat/purchases-android/releases/tag/7.2.3
New Features 📱 Initial support for cross-platform RevenueCat Paywalls 🐾 🧱 (#852) Instructions: Update purchases-flutter in your pubspec.yaml: dependencies: purchases_flutter: 6.3.0-beta.1 Usage: await Purchases.presentPaywallIfNeeded("pro"); Limitations: Currently only full screen paywalls are supported There is no way to detect paywall events other than using addCustomerInfoUpdateListener Android's minSdkVersion is temporarily increased from 19 to 24 to support paywalls. This will be reverted in a future release as we split purchases_flutter and purchases_flutter_ui To view new release, visit https://github.com/RevenueCat/purchases-flutter/releases/tag/6.3.0-beta.1
New Features 📱 Initial support for cross-platform RevenueCat Paywalls 🐾 🧱 (#766) Instructions: Update react-native-purchases in your package.json: { "dependencies": { "react-native-purchases": "7.4.0-beta.1" } } Usage: import { presentPaywallIfNeeded } from 'react-native-purchases'; <TouchableOpacity style={styles.button} onPress={ presentPaywallIfNeeded("pro") } > <Text>Present paywall if PRO entitlement is not active</Text> </TouchableOpacity> Limitations: Currently only full screen paywalls are supported There is no way to detect paywall events other than using addCustomerInfoUpdateListener Android's minSdkVersion is temporarily increased from 19 to 24 to support paywalls. This will be reverted in a future release as we split react-native-purchases and react-native-purchases-ui To view new release, visit https://github.com/RevenueCat/react-native-purchases/releases/tag/7.4.0-beta.1
Update purchases-ios to version 3.14.4 To view new release, visit https://github.com/RevenueCat/purchases-unity/releases/tag/3.5.4
Update purchases-ios to version 3.14.4 To view new release, visit https://github.com/RevenueCat/react-native-purchases/releases/tag/4.6.3
Update purchases-ios to version 3.14.4 To view new release, visit https://github.com/RevenueCat/cordova-plugin-purchases/releases/tag/2.4.3
Update `purchases-ios`` to 3.14.4 To view new release, visit https://github.com/RevenueCat/purchases-flutter/releases/tag/3.10.1
Update purchases-ios to 3.14.4 To view new release, visit https://github.com/RevenueCat/purchases-flutter/releases/tag/3.10.1
RevenueCatUI Paywalls: improve error log when images fail to load (#1454) via NachoSoto (@NachoSoto) Other Changes Paywall events: Send paywall data with post receipt requests (#1452) via Toni Rico (@tonidero) Paywalls: Track paywall events (#1447) via Toni Rico (@tonidero) Paywall events: Handle errors parsing specific paywall event lines (#1451) via Toni Rico (@tonidero) Paywalls: Move logic for events file helper to common generic class (4) (#1446) via Toni Rico (@tonidero) Paywalls: Add paywall events flush logic and tests (3) (#1445) via Toni Rico (@tonidero) Paywalls: Support sending paywall events to servers (2) (#1442) via Toni Rico (@tonidero) CircleCI: fix record-revenuecatui-snapshots (#1455) via NachoSoto (@NachoSoto) Lower request jitter log level from warning to debug (#1453) via Toni Rico (@tonidero) To view new release, visit https://github.com/RevenueCat/purchases-android/releases/tag/7.2.2
Click Subscribe above to get email notifications when new SDK updates are posted.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKSorry, our virus scanner detected that this file isn't safe to download.
OK