This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Releases: glassfy/react-native-glassfy-module
Releases · glassfy/react-native-glassfy-module
1.6.2 - StoreInfo API
Add support for StoreInfo API
try {
const storesInfo = await Glassfy.storeInfo();
storesInfo.all.forEach(storeInfo => {
switch (storeInfo.store) {
case GLASSFY_STORE.Paddle: {
console.log(storeInfo.subscriptionId);
console.log(storeInfo.userid);
console.log(storeInfo.planId);
console.log(storeInfo.subscriptionId);
console.log(storeInfo.updateURL);
console.log(storeInfo.cancelURL);
}
}
})
} catch (err) {
[...]
}
1.6.0
1.5.3
What is new
Now there are two separate SDKs:
`react-native-glassfy-module` support core Glassfy functionality
`react-native-glassfy-ui-module` support Glassfy Paywall
1.5.2
Improved WatcherMode on Android
1.5.1
Added period property to GlassfyProduct
Full Changelog: 1.5.0...1.5.1
1.5.0
Paywall
DEV-135 paywalls (#6) * DEV-135 Moved models to a dedicated file * DEV-135 Version bump to 1.4.0, updated Glue dependency to 1.4.0 * DEV-135 Updating dependencies * DEV-135 Updated android dependencies * DEV-135 Updated native modules code to allow showing a native paywall * DEV-135 Added basic kotlin paywall listener * DEV-135 Splitted index.ts into glassfy.ts to simplify imports, added code requried to show paywalls. * DEV-135 Can now show paywalls on iOS * DEV-134 Added required context to show paywall, added required methods to plugin * DEV-135 Fixed import for PaywallListener * DEV-134 Moved to latest iOS Api * DEV-135 Can now use preload options when showing paywalls * DEV-135 Updated as of latest changes in android and ios sdk * DEV-92 Updated behaviour of onClose handler * DEV-135 fixed return type of restorePurchases * DEV-134 Updated as of latest changes in android sdk * Updated as of latest changes in android sdk * DEV-92 Updated as of latest changes in Android SDK --------- Co-authored-by: Federico Curzel <[email protected]>
Universal Code
What's Changed
- Add support for Glassfy iOS SDK 1.3.8
- Add support for Glassfy Android SDK 1.3.11
- Support for Glassfy Universal Codes
Full Changelog: 1.3.7...1.3.8
Purchase History API
What's Changed
- Added support to the Purchase History Object & Purchase History Api
Full Changelog: 1.3.6...1.3.7