Skip to content

Releases: apphud/ApphudSDK-Flutter

v2.7.3

26 Sep 05:01
5a9834e

Choose a tag to compare

What's new in v2.7.3:

  • [Android ]Native dependency upgraded to 2.9.6, which contains improvements in consumer rules

v2.7.2

23 Sep 06:33

Choose a tag to compare

  • Improved proguard rules file to avoid some crashes when R8 is enabled
  • Dependencies of Native SDK's were updated to:
  • [Android] 2.9.3
  • [iOS], [Android] Added platform property to Subscription and NonRenewing Purchase models
  • [Android] Added basePlanId property to Subscription model
  • [Android] Added consumableInAppProduct property to purchase consumable product. (Merged #75)

v2.7.1

27 Aug 08:07

Choose a tag to compare

Updated dependencies

2.7.0

08 Apr 10:04
d37004c

Choose a tag to compare

  • BREAKING [iOS], [Android] addAttribution method was renamed to setAttribution

  • Dependencies of Native SDK's were updated to:

    • [Android] 2.9.1
    • [iOS] 3.6.2

2.6.0

19 Nov 04:28
3102f0b

Choose a tag to compare

  • BREAKING [Android] ApphudListener.apphudDidReceivePurchase method was introduced

  • BREAKING [iOS], [Android] paywalls method was removed

  • BREAKING [iOS] rawPaywalls method was removed

  • [Android] ApphudNonRenewingPurchase.purchaseToken property was introduced

  • [Android] ApphudSubscription.purchaseToken property was introduced

  • [Android], [iOS] deferPlacements method was introduced

  • [Android] refreshUserData method was introduced

  • [Android], [iOS] forceFlushUserProperties method was introduced

  • [Android] refreshUserData now returns ApphudUser?

  • [Android] updateUserID now returns ApphudUser?

  • [Android], [iOS] attributeFromWeb method was introduced

  • Dependencies of Native SDK's were updated to:

    • [Android] 2.8.3
    • [iOS] 3.5.6

2.5.4

16 Aug 08:07

Choose a tag to compare

ApphudAttributionProvider.facebook was added

2.5.3

07 Aug 09:53
5739aee

Choose a tag to compare

  • [iOS],[Android] ApphudAttributionProvider.custom was added.

2.5.2

31 Jul 10:13
3366a1b

Choose a tag to compare

  • [Android] trackPurchase method was introduced.

  • [Android] syncPurchasesInObserverMode method was deprecated. All purchases on Android are now automatically intercepted and sent to Apphud.

  • Dependencies of Native SDK's were updated to:

    • [Android] 2.7.0
    • [iOS] 3.4.0

2.5.1

07 May 10:00
9c26284

Choose a tag to compare

  • [iOS], [Android] Example App was refactored

  • [Android] loadFallbackPaywalls method was introduced

  • Dependencies of Native SDK's were updated to:

    • [Android] 2.6.5

v.2.5.0

26 Apr 14:40

Choose a tag to compare

What's new in v2.5.0:

  • [BREAKING] ApphudGroup's products method changed to productIds
  • Major internal improvements in Networking
  • Other bug fixes and improvements in both iOS and Android SDKs