Side note: I usually put the category as Android when asking a question because there's only one Unity Android, but the Unity category can be either iOS or Android.
1. I'm looking to find some information on how to open up a specific scene in Unity after tapping a received push notification. I know this has to do with the manifest file and something regarding either com.unity3d.player.UnityPlayerActivity or .MainActivity. I just have absolutely no idea how to implement this.
I need to find a step-by-step explanation.
2. If I can achieve #1, I'll need to somehow receive data from that push notification. I also have no idea how to do this. I noticed that I can send what appears to be a JSON string, but I wouldn't want a JSON string to be visible when received by the user.
I hope my questions were clear enough. Thanks in advance for your help.