Skip to content

Releases: apphud/ApphudSDK-React-Native

v2.1.0

04 Jun 12:08
7d2bc52
Compare
Choose a tag to compare

What's new in v2.1.0:

  • Added paywallShown and paywallClosed events.

v2.0.0

16 Nov 08:48
Compare
Choose a tag to compare

What's new in Apphud SDK for React Native 2.0.0:

  • [Breaking]: SDK has been completely rebuilt, and is not compatible with previous versions.

  • Added documentation for each method and property in ApphudSdkType and ApphudSdkListenerEventsType. See files for SDK reference.

  • Redesigned every interface model, including ApphudSubscription, ApphudPurchaseResult, etc.

  • Refactored and renamed almost every SDK method, including purchase(props: ApphudPurchaseProps): Promise<ApphudPurchaseResult>;, etc.

  • What is supported:

    • SDK Initialization
    • Attribution
    • Paywalls
    • Listener methods
    • Viewing your subscriptions and non-renewing purchases
    • Making purchases, including consumable purchases for Android
    • Screens and Rules listener methods
    • Submit push notifications token and push payload
    • Other helpful methods
  • Updated to the latest dependencies of Apphud iOS SDK (3.1.4) and Apphud Android SDK (2.1.0)

  • Android SDK works on Google Billing 5.2.0

  • Added new interfaces for Android, including ApphudSubscriptionOffer and ApphudPricingPhase

  • iOS requires minimum deployment target 13.0

  • Apphud SDK was tested on React Native v0.71

  • See ApphudSdkType and ApphudSdkListenerEventsType for documentation

v1.1.0

24 May 12:07
7825721
Compare
Choose a tag to compare
Merge pull request #58 from apphud/feature/paywalls

feat: implemented paywals

v1.0.9

31 Oct 09:40
Compare
Choose a tag to compare
feat: updated version

v1.0.8

26 Aug 10:53
8c00eb7
Compare
Choose a tag to compare
Merge pull request #40 from apphud/feature/sdk-updates

feat: updated sdk

v1.0.7

08 Apr 10:18
67c9d9a
Compare
Choose a tag to compare
  • updated dependencies
  • improved purchase methods
  • bug fixes

v1.0.6

19 Apr 11:24
bb318f2
Compare
Choose a tag to compare
Merge pull request #11 from apphud/develop

feat: implemented delegate methods

v1.0.5

07 Apr 08:44
62c160e
Compare
Choose a tag to compare
Merge pull request #10 from apphud/develop

fix: updated android sdk

v1.0.4

31 Mar 12:44
ef3e391
Compare
Choose a tag to compare
Merge pull request #9 from apphud/develop

Created updates for android and iOS