Godot Push notifications for Android and iOS

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Florin Dumitru

Hi guys,

Godot is cool but unfortunately, I didn’t find anything (besides very few android stuff) about push notifications implementation. Could be FCM or GCM and APN, I believe this kind of features should be present in Godot since is so cool and can make cool games for mobile. I saw Defold have some settings that can be set up to use push notifications… is anything similar for Godot ?

:bust_in_silhouette: Reply From: DrMoriarty

You can use local/push notifications for iOS/Android with help of precompiled binary module GitHub - DrMoriarty/godot-local-notification: Godot module for local notifications (android and iOS)
It can be installed from NativeLib repository. Just search NativeLib in AssetLib and download it into you project.