Enhancements
- Adds
networkDecoding_failevent to help with debugging if a decoding error happens. - Adds
stateto thePaywallInfoobject. This is set on dismiss of the paywall and can be used to access state variables set in the editor.
Fixes
- Fixes issue where the configuration completion block could take a long time to complete if the user had a lot of transactions.
- Fixes issue where
didDismissPaywall(withInfo:)and theonDismisspaywall presentation handler would be called before the presenting window was destroyed.