Skip to content

v3.2.4

Choose a tag to compare

@ren6 ren6 released this 25 May 13:32
· 11 commits to main since this release

What's New in Flutter SDK v3.2.4:

  • iOS ApphudError fields fix — Errors returned from purchase, purchaseProduct, purchasePromo, restorePurchases, loadFallbackPaywalls, and showPaywall now expose networkIssue and errorCode on the Flutter side (not just message). Previously these fields were always false / null on iOS, so offline/network failures could not be detected from Dart (e.g. show cached paywalls when purchase fails with no internet).

  • iOS fetchPlacements error forwardingfetchPlacements now forwards native errors to Flutter via ApphudPlacements.error, matching Android behavior. Errors include networkIssue and errorCode when applicable.

  • Included Native SDK Versions — [Android] ApphudSDK-Android 3.2.5, [iOS] ApphudSDK 4.2.3.