How to format FCM json for background notifications iOS – Ios swift
I'm struggling to find references that discuss how exactly to structure my message .jsons for background-notifications in FCM. I have tried various configurations, but right now I have this: const message = { notification: { title: "Title", }, apns: {…