Just a heads up - I was trying to figure out why OnNotificationOpened wasn't being fired when the app was being launched from a push notification (i.e the app is terminated, and you launch it by tapping on a notification). It turns out it was because there is core code commented out in this library's source:

As soon as I uncommented this - everything works on iOS as expected!
Would love an explanation as to why this is commented out....
Just a heads up - I was trying to figure out why
OnNotificationOpenedwasn't being fired when the app was being launched from a push notification (i.e the app is terminated, and you launch it by tapping on a notification). It turns out it was because there is core code commented out in this library's source:As soon as I uncommented this - everything works on iOS as expected!
Would love an explanation as to why this is commented out....