Just wondering if there is a way of detecting if the app was opened from a push notification BEFORE the system event listener fires? Right now I’m using the listener in GameThrive.Init(). So right now the flow is:
System Event>Game Thrive Listener
But I want:
Game Thrive Listener (or some way of detecting the app was opened via push) > System Event
I am currently handling the event sequence, it’s not really that complex but it seems more of a work around vs doing things in a different order.
I’m working on Android on this one.