I have a problem with push notifications.
If the app is forced closed so it has to start from cold boot, the listeners for push notifcations are not attached early enough, so the capacitorjs app is not ready to catch it.
I have however after more testing seen that it is possible to attach it quickly enough.
Does anyone else also have that problem?
There is some early theads about this problem, but they are many years old.
I have expermiented with catching the information myself in the AppDelegate and storing it for retrieval when my app is ready.
I also created a ticket to see if it could be made in a smarter way
# Get push notification that open the app from cold boot