Skip to content

Releases: apphud/ApphudSDK-Flutter

2.5.4

16 Aug 08:07
Compare
Choose a tag to compare

ApphudAttributionProvider.facebook was added

2.5.3

07 Aug 09:53
5739aee
Compare
Choose a tag to compare
  • [iOS],[Android] ApphudAttributionProvider.custom was added.

2.5.2

31 Jul 10:13
3366a1b
Compare
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
Compare
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
Compare
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

v2.4.5

18 Apr 09:40
Compare
Choose a tag to compare

What's new in v2.4.5:

  • Fix a bug that could lead to a crash on some Android devices, when upgrading SDK.

2.4.4

19 Mar 07:35
ecd4217
Compare
Choose a tag to compare
  • [Android] BREAKING Future<List<ApphudPlacement>> placementsDidLoadCallback() renamed to Future<ApphudPlacements> fetchPlacements()
  • [Android] paywallsDidLoadCallback call result contains optional ApphudError
  • [Android] refreshUserData method was introduced
  • [Android] ApphudError now contains networkIssue, billingResponseCode and billingErrorTitle attributes
  • [iOS], [Android] ApphudPaywall now contains variationName and parentPaywallIdentifier attributes

2.4.3

28 Feb 11:01
b78db00
Compare
Choose a tag to compare
  • [Android] fixed some build issues

  • Dependencies of Native SDK's were updated to:

    • [Android] 2.3.9

2.4.2

19 Feb 09:22
75b5a87
Compare
Choose a tag to compare
  • [iOS] Fixed 'addAttribution' calling issue in some cases

2.4.1

14 Feb 03:29
e67bcc3
Compare
Choose a tag to compare
  • [Android] Fixed 'paywalls' calling issue in some cases