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
[iOS] Fixed SKProductDiscount mapping: identifier and type are now forwarded to Flutter, and priceLocale is serialized correctly (it was hardcoded as an empty map before, which also affected introductoryPrice.priceLocale).
[iOS], [Dart] SKProductDiscountWrapper now exposes identifier (String?) and type (SKProductDiscountType enum: introductory / subscription).
[iOS], [Dart] SKProductWrapper now exposes the full discounts list in addition to introductoryPrice. This unblocks dynamic resolution of discountID for Apphud.purchasePromo without hardcoding it on the client side.
[iOS] checkEligibilityForIntroductoryOffer, checkEligibilityForPromotionalOffer, checkEligibilitiesForIntroductoryOffers and checkEligibilitiesForPromotionalOffers methods were implemented (previously stubbed and not wired up).