Releases: RevenueCat/purchases-android
Releases · RevenueCat/purchases-android
2.0.0
- Refactor to all block based methods
- Optional listener method to receive changes in Purchaser Info
- Ability to turn on detailed logging by setting
debugLogsEnabled
- Use of AndroidX dependencies
- Upgraded Kotlin, compile and target versions
2.0.0-rc1
- Refactor to all block based methods
- Optional delegate method to receive changes in Purchaser Info
- Ability to turn on detailed logging by setting debugLogsEnabled
1.4.2
- Sends cached purchaser info after listener is set to fix offline
1.4.0
Adds singleton management inside the SDK
Adds reset, create alias and identify calls
Fixes callbacks being called in a background thread
Renames allowUsingAnonymousId to allowsSharingPlayStoreAccount
Other bugfixes
1.3.8
Fixes onRestoreTransactions not being called if there are no tokens.
1.3.7
Adds requestDate to the purchaser info to avoid edge cases