Skip to content

2.8.3

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Sep 17:07
· 4 commits to develop since this release
0322ce9

Fixes

  • Web purchase redemption now exposes the full checkout product in didRedeemLink, tracks freeTrial_start once per code, and schedules the active paywall's trial reminders from the checkout timestamp. Notification permission waits no longer block access or drop a late grant; ambiguous or already-elapsed reminders are skipped.
  • Fix multi-page paywalls only reporting the entry page view. paywall_open now waits for an in-flight template_variables send, so the runtime does not treat a late template payload as a fresh load and drop later page_views.
  • Fix an active paywall not being reopened after its webview process crashes and is recreated. Recovery cancels template work for the old document and sends the open after the replacement loads, only if the same presentation is still active.
  • Fix prices not showing when product/offers are fetched from cache
  • Fix video loading and playing in the background on preloaded paywalls
  • Fix a JSON null in placement parameters or user attributes reaching audience filters as the text "null", so a filter checking whether a field is null never matched.