You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix device.appVersionPadded and device.sdkVersionPadded emitting non-ASCII digits on devices whose default locale uses a non-Latin numbering system (e.g. ar-EG, fa-IR, bn-BD), which caused audience-rule version comparisons to misbucket affected users.
Ensures timeout applies to HttpUrlConnection for enrichment and subscription API's
Remove unnecessary sync access causing ANR lock in React Native
Improved startup performance and reduced blockage of caller threads
Add PaywallOptions.preloadDeviceOverrides - this allows you to override shouldPreload for different device tiers, i.e. disable it for low-end devices. For more details, see KDoc.
Fixes
Reduce CookieManager ANR potential
Fix concurrency issues with double onFinished calls being invoked