rapidoreach 1.1.0
rapidoreach: ^1.1.0 copied to clipboard
Monetize your users through rewarded surveys!
1.0.8 #
- TODO: Describe initial release.
1.1.0 #
- Bundle the native SDKs so end users don’t need any CocoaPods/Maven credentials anymore:
- Android: ship
RapidoReachas a local Maven artifact underandroid/maven/com/rapidoreach/cbofferwallsdk/1.1.0. - iOS: include the RapidoReach source files (
RapidoReachv1.0.8) insideios/Classes/RapidoReach.
- Android: ship
- Harden the Dart and platform APIs with clear
StateError/PlatformExceptioncodes (not_initialized,no_activity,no_presenter, etc.) and keep native listener callbacks safe from user crashes. - Upgrade the example app to mirror the React Native feature set (placements, quick questions, logs, etc.) and document the protected APIs.