Skip to content

Releases: apphud/ApphudSDK-Android

1.5.6

23 Mar 11:09

Choose a tag to compare

What's new in 1.5.6:

  • Fixed crash

1.5.5

22 Feb 07:14

Choose a tag to compare

What's new in 1.5.5:

  • Fixed bug that method hasActiveSubscription was false for paying users at launch before data refreshes. Now value is cached.
  • Fixed internal potential crash

1.5.3

03 Feb 09:25

Choose a tag to compare

What's new in 1.5.3:

  • Refactored Billing Wrapper class
  • Refactored initial registration flow
  • Internal improvements and bug fixes

1.5.2

02 Feb 14:10

Choose a tag to compare

What's new in 1.5.2:

  • Refactored Billing Wrapper class
  • Refactored initial registration flow
  • Internal improvements and bug fixes

1.5.0

18 Jan 11:09

Choose a tag to compare

What's new in 1.5.0:

  • Added new method Apphud.grantPromotional to grant user a premium access for free with any number of days.
  • Significantly improved SDK performance and caching. Now SDK will send much less requests to Apphud server.
  • Added method to get device id
    – Updated Demo app
    – Improved console logs
  • Other major internal improvements
    – Replaced ApphudListener method paywallsDidLoadCallback(paywalls: List<ApphudPaywall>) with two following methods: paywallsDidLoad(paywalls: List<ApphudPaywall>) and paywallsDidFullyLoad(paywalls: List<ApphudPaywall>)

Apphud SDK 1.5.0 Migration Guide:
If you were using ApphudListener's paywallsDidLoadCallback(paywalls: List<ApphudPaywall>) method, replace it with the two new methods mentioned above.

1.4.2

25 Nov 12:53

Choose a tag to compare

What's new in 1.4.2:

  • Internal improvements

1.4.1

23 Nov 16:01

Choose a tag to compare

What's new in 1.4.1:

  • Internal improvements

1.3.9

03 Nov 07:07

Choose a tag to compare

What's new in 1.3.9:

  • Fix for Fatal Exception: java.util.ConcurrentModificationException for userProperties
  • Api key moved to requests header
  • Internal improvements

1.3.4

25 Oct 12:38

Choose a tag to compare

What's new in 1.3.4:

  • Handle changing of user identifier within callback ApphudListener.apphudDidChangeUserID

1.3.3

22 Oct 11:00

Choose a tag to compare

What's new in 1.3.3:
• Add header X-SDK-VERSION