• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

iOS push notifications with Firebase

Hi,

I'm looking for help on how to setup remote iOS push notifications using Firebase Cloud Messaging (FCM). There is plenty of help/tutorials for Android but I couldn't find anything for iOS. I read Absurds tutorial for Android which uses FCM and Altervista here: https://forum.yoyogames.com/index.php?threads/push-notifications-on-android.13769

I also read and followed the GMS blog here: https://help.yoyogames.com/hc/en-us/articles/216753838-Push-Notifications-iOS however it doesn't talk about the server side. I'd like to setup server side with FCM. Ideally without Altervista since Firebase can handle the database side as well.

I already have my Firebase project ready and loaded my Development APNs certificate in the iOS app configuration section. Could anyone help me with the server side to receive the device tokens from all devices that run the game and to store them in Firebase store?

Thanks
 
Top