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
Adds support for "Test Mode", which allows you to simulate in-app purchases without involving Google Play. Test Mode can be enabled through the Superwall dashboard by marking specific users as test store users, or activates automatically when a an application ID mismatch is detected or behavior is set to ALWAYS. When active, a configuration modal lets you select starting entitlements and override free trial availability. Purchases are simulated with a UI that lets users complete, abandon, or fail transactions, with all purchase events firing normally for end-to-end paywall testing.
Improved logging in web entitlement and entitlement redeeming for easier debugging
Adds active entitlements to subscription status change event
Ensures purchases are always queried with connected clients and retried in background
Adds expirationDate, subscriptionGroupId and offerId to StoreTransactionType
Fixes
Improve rounding to match editor's pricing consistently