Releases: iaphub/react-native-iaphub
Releases · iaphub/react-native-iaphub
v8.2.3
- iOS SDK updated to 3.1.7, Android SDK updated to 3.1.5
- Reset user when the start method is called again with no user id (to prevent the SDK from keeping the old user id when hot reloading in dev)
v8.2.2
- iOS SDK updated to 3.1.6, Android SDK updated to 3.1.4
- Login method fixed, a bug was preventing the automatic transfer of purchases from a anonymous user to a authenticated user
v8.2.1
- Fix android allowAnonymousPurchase option
v8.2.0
getUserId
method added
- Return promise for start/stop/logout/setDeviceParams methods
v8.1.5
- Android SDK updated to 3.1.3
- Fix restore on Android, the context was missing which was preventing the transfer of the purchases to a different user id
v8.1.4
- Default kotlin version updated to 1.6.0
v8.1.3
- Android SDK updated to 3.1.2, iOS SDK to 3.1.4
- Fix active product with no product sku (could happen if the product is from another platform)
v8.1.2
- Fix typescript definition path in package.json
v8.1.1
- Android SDK updated to 3.1.1, iOS SDK to 3.1.3
v8.1.0
- Add
showManageSubscriptions
method