Releases: apphud/ApphudSDK-React-Native
v2.2.0
What's new in v2.2.0:
- Updated dependencies to the lastest SDKs: iOS 3.5.9 and Android 2.8.4
- Updated Google Billing Dependency to 7.1.1
- Added new method
attributeFromWeb(options: Partial<{apphud_user_id: string; email: string; apphud_user_email: string;}>): Promise<ApphudWebRestoreResult>;
- Added Promises to the following methods:
start(options: StartProperties)
,startManually(options: StartProperties)
,logout()
. - Android:
purchase(props: ApphudPurchaseProps)
method's offerToken parameter inside ApphudPurchaseProps is no longer required, as it falls back to the first available offer token, if not set.
v2.1.0
v2.0.0
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
Merge pull request #58 from apphud/feature/paywalls feat: implemented paywals
v1.0.9
feat: updated version
v1.0.8
Merge pull request #40 from apphud/feature/sdk-updates feat: updated sdk
v1.0.7
- updated dependencies
- improved purchase methods
- bug fixes
v1.0.6
Merge pull request #11 from apphud/develop feat: implemented delegate methods
v1.0.5
Merge pull request #10 from apphud/develop fix: updated android sdk
v1.0.4
Merge pull request #9 from apphud/develop Created updates for android and iOS