Releases: apphud/ApphudSDK-Android
New method 'getPaywalls' was implemented
What's new in 1.1.0:
-
Added new method fun "getPaywalls", which fetches paywalls configured in Apphud Products Hub.
-
Method products() is deprecated in favor of fun getPaywalls.
-
Method product: [productId] is deprecated in favor of fun getPaywalls.
-
Method productsFetchCallback() is deprecated in favor of fun getPaywalls.
-
Method purchase: [productId] is deprecated in favor of fun getPaywalls.
-
Method purchase: [SkuDetails] is deprecated in favor of fun getPaywalls.
-
Method “purchase” was improved: now returns ApphudError if there are some problems with “Service account JSON” in Android app settings
-
Method “restorePurchases” was changed: now callback is called only once with data or ApphudError
-
Internal improvements
Refactoring and new feature implementation
Merge pull request #13 from apphud/development Development
Hot Fix for subscriptions
Fix subscriptions not updating immediately after purchase or restore
Some updates
Merge pull request #8 from apphud/development Development
0.8.2
Feature "userProperties" was added
APH-402 New Feature "userProperties" was added
Some updates
APH-399 - Method "Purchase by id" was improved. If the requested product is not in the skuDetails array, then the SkuDetails are loaded from the Google Billing. Only after this process will the purchase be made
APH-400 - Sandbox detection process was improved
APH-401 - The initial launch process has been redesigned. The list of products is now loaded almost simultaneously with registration. A trigger has also been added to prevent multiple accidental initializations on startup. Added experimental fixes to improve SkuDetailsWrapper async
APH-424 - New field 'is_new' was added to 'RegistrationBody'
APH-425 - Callback method for Products were implemented.
APH-xxx - Several fixes to improve code quality and stability
update
Merge branch 'development' into 'master' Update packageName and sdkVersion See merge request apphud/android!10
retry-releasee
Merge branch 'development' into 'master' bump version See merge request apphud/android!9
update-release
0.4