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], [Android] showPaywall method has been introduced. Show Figma paywalls in one line: final result = await Apphud.showPaywall(placement.paywall!, maxTimeout: 10, iOSAnimationStyle: IOSAnimationStyle.bottomToTop);
[iOS] preloadPaywall method has been introduced.
BREAKING [iOS], [Android] fetchPlacements has new optional parameter: forceRefresh. Use this when you need to apply updated audience segmentation or A/B test assignments.
[iOS], [Android] isNonRenewingPurchaseConsumable method was introducted.
[iOS] loadFallbackPaywalls method was introduced.
BREAKING [iOS] collectSearchAdsAttribution method updated. Changed the return type from ApphudError? to Map<String, dynamic>?, now it returns attribution data, if any.