Releases: apphud/ApphudSDK-Android
Releases · apphud/ApphudSDK-Android
1.5.6
What's new in 1.5.6:
- Fixed crash
1.5.5
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
What's new in 1.5.3:
- Refactored Billing Wrapper class
- Refactored initial registration flow
- Internal improvements and bug fixes
1.5.2
What's new in 1.5.2:
- Refactored Billing Wrapper class
- Refactored initial registration flow
- Internal improvements and bug fixes
1.5.0
What's new in 1.5.0:
- Added new method
Apphud.grantPromotionalto 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
– ReplacedApphudListenermethodpaywallsDidLoadCallback(paywalls: List<ApphudPaywall>)with two following methods:paywallsDidLoad(paywalls: List<ApphudPaywall>)andpaywallsDidFullyLoad(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
What's new in 1.4.2:
- Internal improvements
1.4.1
What's new in 1.4.1:
- Internal improvements
1.3.9
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
What's new in 1.3.4:
- Handle changing of user identifier within callback ApphudListener.apphudDidChangeUserID
1.3.3
What's new in 1.3.3:
• Add header X-SDK-VERSION