customerio / customerio-reactnative

MIT License
25 stars 11 forks source link

fix: differentiate every push event handler installed in app #283

Closed levibostian closed 3 months ago

levibostian commented 3 months ago

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

Releases this native iOS bug fix to RN.

Summary of bug: The native iOS SDK had a bug where it was only able to store 1 3rd party push click handing SDK and ignore others that were installed. After this fix, all 3rd party SDKs installed in the app are called for push events in the app.

Testing