klaviyo / klaviyo-react-native-sdk

MIT License
4 stars 3 forks source link

Bump to Klaviyo Native SDK Dependencies: Android=2.1.1 Swift=3.0.4 | RN SDK = 0.3.0 #136

Closed evan-masseau closed 5 months ago

evan-masseau commented 5 months ago

Description

This fixes a bug with notification display on android. Previously, it was required to initialize the SDK prior to displaying a notification (receiving the FCM message intent). If the developer was initializing from react native code only, then initialize did not happen in time, which prevented notification from displaying. This would only happen if the application was in a terminal state. This android version bump included a fix to remove notification display's dependency upon initialize.

Check List

Changelog / Code Overview

Test Plan

Related Issues/Tickets