26 October 2020
- BREAKING
validateReceipt
now accepts two arguments instead of one - Kinesis applied to the API
- Testing event listeners
- Apple Search Ads option for
updateAttribution
added
- Now passing birthday to
updateProfile
works - Android: now always returns actual paywalls with
getPaywalls
- Andorid: now purchases with
makePurchase
hooks only once - Android:
makePurchase
now returns correct interface - Android:
validateReceipt
temporary disabled caching - Android:
getPromo
now doesn't kill the app if empty
20 October 2020
- Now RN SDK uses iOS Swift SDK 1.8.1 (If your pods don’t build anymore, please, run
pod update Adapty
)
- Gender previously was taking values ‘m’ | ‘f’ | ‘string’, now it accepts only ‘male’ | ‘female’ | ‘other’
- Android: Paywall interface inconsistencies are fixed
- Android: makePurchase now proceeds without rejecting
- Android: building fixed
- iOS: Build warnings fixed
14 October 2020
- Android:
makePurchase()
added and tested - Android: example app restructured and cleaned
- Android: installing SDK to an android device now downloads
com.android.billingclient
to parse purchases - Android:
validateReceipt()
added and tested - iOS: iOS SDK is now forced to run on a main thread
- API Documentation now contains more info!
activateAdapty()
function is now openly asynchronouscustomerUserId
is now an optional value toactivateAdapty()
13 October 2020
- Manual linking docs added
- Example app added
- API docs added
- Android now supports updateProfile method
- Android installation instruction added
07 October 2020
- Android: activate() customerUserId field is now optional
- Android: AdaptySDK dynamic version caused errors, now version is static
- Android folder whitelisted for an npm package
06 October 2020
- Android and iOS module initiated! 🥳