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