react-native-sdk
react-native-sdk copied to clipboard
Inconsistent firing of `trackInAppOpen` and `trackInAppClick`
We manually track in app message opens and clicks with trackInAppOpen and trackInAppClick. We're seeing that these events aren't firing consistently, and there are instances where we can see that an in app was shown to a user (by looking at other events that we track) without trackInAppOpen ever being fired. There are some instances where trackInAppClick gets fired without a trackInAppOpen, and some where neither of the two are ever fired. Any thoughts on why this is happening?
We are on SDK version 1.1.2.
Hi @averyv thanks for reaching out! Is this still replicable?