- Update MacOS dependency on PurchasesHybridCommon to 1.7.1 (RevenueCat#209)
- Bump gradle to 4.0.1 (RevenueCat#195)
- Add
canMakePaymentsmethod (RevenueCat#193) - Bump
purchases-hybrid-commonto 1.7.1 Changelog here - Update PR template (RevenueCat#199)
- Bumped purchases-hybrid-common to 1.6.3 to fix issues with overlapping Foundation extensions names in iOS Changelog here
- Added link to examples in GitHub RevenueCat#185
- Added new Magic Weather sample app, available in
revenuecat_examples/MagicWeatherRevenueCat#170
- Fixed an issue that would cause an error saying
type 'Null' is not a subtype of type 'String' in type castinallExpirationDateswhen null-safety is enabled. RevenueCat#177 - Bumped purchases-hybrid-common to 1.6.2 Changelog here
- Bumped purchases-ios to 3.10.7 Changelog here
- Bumped purchases-android to 4.0.5 Changelog here RevenueCat#171
- iOS:
- Added a new method
setSimulatesAskToBuyInSandbox, that allows developers to test deferred purchases easily.
- Added a new method
- Bumped purchases-hybrid-common to 1.6.1 Changelog here
- Bumped purchases-ios to 3.10.6 Changelog here
- Bumped purchases-android to 4.0.4 Changelog here RevenueCat#171
- Fixes versions number in plugin files RevenueCat#166
- Fixes exception when calling
getProductsandcheckTrialOrIntroductoryPriceEligibilityRevenueCat#163 RevenueCat#164
- Adds null safety support and increases minimum Dart SDK version to 2.12.0 RevenueCat#155 RevenueCat#161
- Removes all analyzer warnings. RevenueCat#154
- Fixed build issue on macOS targets RevenueCat#151
- Updated pubspec.yaml RevenueCat#147
- Updated pubspec.yaml RevenueCat#143
-
removes deprecated
getEntitlements, replaced bygetOfferings -
removes deprecated
makePurchase, replaced bypurchaseProduct -
iOS:
- added new method,
syncPurchases, that enables syncing the purchases in the local receipt with the backend without risking a password prompt. The method was already available on Android. - added a new method,
presentCodeRedemptionSheet, for offer codes redemption.
- added new method,
-
Bumped purchases-hybrid-common to 1.5.0 Changelog here
-
Bumped purchases-ios to 3.9.2 Changelog here
-
Bumped purchases-android to 4.0.1 Changelog here
- Explicitly added
Purchasesframework to podspec's linker flags so it gets correctly linked in the plugin pod. Fixed mapping of xcconfig files in Runner example. RevenueCat#128
- Moved from valid architectures to excluded architectures in the Podfile, following Flutter's example. RevenueCat#127
- Bumped common files to 1.4.5 Changelog here RevenueCat#121
- Bumped common files to 1.4.4 Changelog here
- Added MacOS support
- Added subscription offers support
- Build config updates to fix build issues on iOS:
- Added DEFINES_MODULE build setting for cocoapods projects
- added swift version
- made framework compile statically
- replaced #import with @import RevenueCat#100
- bumped iOS version to 3.7.2
- bumped
purchases-hybrid-commonversion to 1.4.3
- Attribution V2:
- Deprecated
addAttributionin favor ofsetAdjustId,setAppsflyerId,setFBAnonymousId,setMparticleId. - Added support for OneSignal via
setOnesignalId - Added
setMediaSource,setCampaign,setAdGroup,setAd,setKeyword,setCreative, andcollectDeviceIdentifiersRevenueCat/purchases-android#184
- Deprecated
- Bumped
purchases-hybrid-commonto 1.4.2 Changelog here - Bumped
purchases-iosto 3.7.1 Changelog here - Bumped
purchases-androidto 3.5.0 Changelog here
- Fix a NullPointerException in the Android plugin (RevenueCat#83)
- Made some clarifications on the docs for the type parameter in getProducts and purchaseProduct (RevenueCat#81)
- Bumped iOS to 3.4.0 Changelog here
- Bumped Android to 3.2.0 Changelog here
- Upgrade Flutter Android APIs (RevenueCat#74)
- Adds userDefaultsSuiteName as an option when setting up the SDK (RevenueCat#70)
- Added managementURL to PurchaserInfo (RevenueCat#67)
- Added originalPurchaseDate to PurchaserInfo (RevenueCat#66)
- Added
setProxyURL(RevenueCat#63) - Exposes
setFinishTransactions(RevenueCat#45) - Adds missing error codes (RevenueCat#64)
- Adds new headers for platformFlavor and platformFlavorVersion (RevenueCat#57, RevenueCat#46)
- Update README.md to remove macOS support (#52)
- Await setDebugLogsEnabled before next steps in the sample app (#38)
- Adds Subscriber Attributes, which allow developers to store additional, structured information for a user in RevenueCat. More info: https://docs.revenuecat.com/docs/user-attributes.
- Updates README.md
- Specifies compatible platforms
- Fixes
getOfferingalways returns null #19
- Fixes crash when there's no offerings #17
- Fixes issue with older versions of Kotlin (#15)
- Updates README.md
- Adds checkTrialOrIntroductoryPriceEligibility
- Android updated to 3.0.3
- Added
PurchasesErrorHelper.getErrorCode(PlatformException)and enum ofPurchasesErrorCodeto make handling errors easier. (#3) - Support for new Offerings system.
- Deprecates
makePurchasemethods. Replaces withpurchasePackage - Deprecates
getEntitlementsmethod. Replaces withgetOfferings - See our migration guide for more info: https://docs.revenuecat.com/v3.0/docs/offerings-migration
- Updates to BillingClient 2.0.3. If finishTransactions is set to false (or observerMode is true when configuring the SDK), this SDK won't acknowledge any purchase.
- Adds proration mode support on upgrades/downgrades (#14)
- Adds
requestDateand PurchaserInfo missing properties #12 - New identity changes:
- 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.sharedInstance
- Improved offline use
- Dynamically access context and activity from registrar (RevenueCat#11)
- Fixes
expirationDatein EntitlementInfo for iOS.
- Fixes crash when there's a trial period and not an introductory price on Android.
- Deprecates
activeEntitlementsin PurchaserInfo and addsentitlementsobject to PurchaserInfo. For more info check out https://docs.revenuecat.com/docs/purchaserinfo - Fixes exception when calling
makePurchasewith a bad product identifier in iOS - Fixes
makePurchasemissing theuserCancelledboolean in Android - Fixes
makePurchasenot working in Android when calling witholdSkusparameter - Fixes trial info being lost in Android. Access
introductoryPricein the product information to get information around the trial period.
- Upgrades Android SDK to https://github.com/RevenueCat/purchases-android/releases/tag/2.3.1
- Makes some changes to the introductory pricing due to some inconsistencies introduced in 0.2.0. Introductory pricing is now an object part of the product.
- Upgrades iOS SDK to https://github.com/RevenueCat/purchases-ios/releases/tag/2.5.0
- Upgrades Android SDK to https://github.com/RevenueCat/purchases-android/releases/tag/2.3.0.
- Adds Facebook as supported attribution network.
- Adds automatic Apple Search Ads attribution collection. Disabled by default.
- Adds introductory pricing to the iOS product.
- Fixes UninitializedPropertyAccessException when trying to close the instance onDestroy of the Android Activity.
- Formats files
- Adds more docs to custom types
- Fixes report issue link
- Fixes userCancelled in Android
- Adds docs
- Initial release