So how to pass data from push notification for app when app is not in froreground?
On android I have tried to add data to Intent extras which works well when app is opened from push notification. If user happens to open app from app icon or app switcher intent extras are null. Clearly I need to figure out some other way to pass that data for app in a way it is accessable regardles how user decides to open app. How should I do this?