Releases: qonversion/react-native-sdk
Releases · qonversion/react-native-sdk
4.4.2
What's new
- Added native SDK crash tracking.
4.4.1
What's new
- Parallel requests and race conditions fixed for entitlements state changing calls
4.4.0
What's new
- Added function to sync transactions for StoreKit 2. The function should be used only in rare cases to avoid StoreKit 2 bugs. Contact us before using that function.
4.3.0
What's new
- Added function to sync the user's historical data.
4.2.0
What's new
- Added function to enable Qonversion SDK Kids mode via the builder. With this mode activated, our SDK does not collect any information that violates Google Children’s Privacy Policy.
import Qonversion, {
QonversionConfigBuilder,
LaunchMode,
} from 'react-native-qonversion';
const config = new QonversionConfigBuilder(
'projectKey',
LaunchMode.SUBSCRIPTION_MANAGEMENT
)
.enableKidsMode()
.build();
Qonversion.initialize(config);
4.1.0
What's new
- Added an option to customize screen presentation style.
- Added an option to set proxy URL for Qonversion API.
4.0.2
3.6.4
4.0.1
What's new
- Fixed rare runtime error after migrating from previous major SDK version on iOS.
4.0.0
New major release of Qonversion React Native SDK
For the list of changes and migration guide, please, visit the documentation.