Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Releases: glassfy/react-native-glassfy-module

1.6.2 - StoreInfo API

07 Dec 16:07
Compare
Choose a tag to compare

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

16 Nov 16:05
5dd95b5
Compare
Choose a tag to compare

Support androidSDK 1.6.0

1.5.3

29 Sep 15:24
Compare
Choose a tag to compare

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

25 Sep 12:52
Compare
Choose a tag to compare

Improved WatcherMode on Android

1.5.1

31 Jul 13:45
Compare
Choose a tag to compare

Added period property to GlassfyProduct

Full Changelog: 1.5.0...1.5.1

1.5.0

21 Jun 12:59
Compare
Choose a tag to compare
Version bump to 1.5.0

Paywall

14 Jun 15:29
bdbd84e
Compare
Choose a tag to compare
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

06 Apr 15:45
Compare
Choose a tag to compare

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

31 Mar 11:37
66095c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.6...1.3.7

1.3.6

19 Dec 14:31
Compare
Choose a tag to compare
Support attribution API