customerio / customerio-reactnative

MIT License
25 stars 11 forks source link

chore: test multiple push event handlers in fcm sample app #274

Closed levibostian closed 3 months ago

levibostian commented 3 months ago

Part of: https://linear.app/customerio/issue/MBL-383/[bug]-customer-unable-to-handle-push-notification-event-on-ios-with

Tests this iOS bug fix in FCM sample app, while also testing local push notifications in the app.

This PR:

After this PR, the FCM sample app will have 3 push event handlers: CIO SDK, rnfirebase, and the host iOS app (AppDelegate). This environment allows us to test the iOS bug that is caused when there are at least 2 push event handlers installed in an app.

Testing: