Notification for App Update?

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

Is it possible to let the user know about an update to your application?
It seems like you need to use Google Play Core library to do that,
but does Godot support it?

Or is there another way I could do it?
It seems like a pretty important feature to implement…

:bust_in_silhouette: Reply From: VitusVeit

Sorry, I tink there isn’t any solution to your problem, Godot supports only local notifications, and it can’t run in the background, maybe using firebase, you could push a notification when there is an update, but nothing more than that and you’ll need a server for doing so.