One of the upcoming features on our game roadmap is push notifications.
I’m aware of extension-push, and that the Android implementation uses Firebase Cloud Messaging and that the iOS implementation uses the native APNS system.
Given that the iOS implementation requires us to have some kind of backend,
- can anyone recommend a dashboard/provider similar to Firebase that integrates with APNS and will allow sending one-shot notifications? I’m aware of things like AWS & Azure but they seem to require integration with our own server. We don’t have a server.
- given that Firebase integrates with APNS, why (precisely, technically) can’t we use the Firebase dashboard to send APNS notifications to iOS devices?
thanks