Releases: qonversion/react-native-sdk
Releases · qonversion/react-native-sdk
Release list
7.2.0
What's new
- Added an option to load Remote Configs by the specific context keys using the
remoteConfigmethod.
7.1.0
What's new
- Added 4 new properties for AppMetrica and PushWoosh integrations -
APP_METRICA_DEVICE_ID,APP_METRICA_USER_PROFILE_ID,PUSH_WOOSH_WH_ID,PUSH_WOOSH_USER_ID. - Updated entitlements cache logic - the case with entitlement expiration during the app session handled.
7.0.0
New major release of Qonversion Android SDK with the new Google Play Billing features support!
- added base plans and offers support;
- the
checkTrialIntroEligibilitymethod improved and now detects the eligibility based on store details on Android; - the
ProductDurationandTrialDurationclasses were removed; - the
ProductTypeenum values were changed to meet guidelines; - the
ProrationModeenum was removed and replaced withPurchaseUpdatePolicy.
For the complete release notes with the migration guide please see the documentation.
6.3.1
6.3.0
What's new
Updated Entitlement object
Fields:
- trialStartDate
- firstPurchaseDate
- lastPurchaseDate
- lastActivatedOfferCode
- grantType
- autoRenewDisableDate
- transactions
Added Transaction object
Fields:
- originalTransactionId
- transactionId
- offerCode
- transactionDate
- expirationDate
- transactionRevocationDate
- environment
- ownershipType
- type
6.2.0
What's new
- Added function to attach/detach user to remote configuration.
6.1.0
What's new
- Added remote configuration source property.
- Added rate limits for API calls.
6.0.1
What's new
- Fixed a small bug with setting
ADVERTISING_IDproperty on Android.
6.0.0
What's new
- New
userPropertiesmethod to get all the properties set for the current user. - Renamings of several entities and public methods to make our namings and structure clearer.
For the complete list of changes, please, see the migration guide