You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
Hello! I'm on android 13 and whenever I try this plugin no notifications are fired, regardless of if I have the app open or closed. I tried both with no changes and with a small change to remove the (now depreciated) function exports and include the @UsedByGodot markup, and neither works. I don't get any errors either, just nothing happens.
I made sure to add POST_NOTIFICATIONS as a permission to the custom android permissions list, and made sure to check the app to make sure the permissions were granted, though it changed nothing.
I also troubleshooted by adding a simple debugging function that returns a string and that works.
I know this repo isn't in active development but this is like, the one thing I desperately need for the game idea I have;;; If anyone can help nudge me in the right direction please it would mean the world to me.
The text was updated successfully, but these errors were encountered:
Update: following a suggestion by @chrisdugne I tried implementing the changes to the build.gradle found in this commit, but unfortunately it doesn't seem to do anything, as the notifications still aren't being fired.
The next thing I'll attempt to look into is the creation of the notification channel, maybe that's not firing correctly?? I and before that I need to try to implement some debugging because right now it's a black box of who knows what. That might be as simple as returning what the notification returns (if anything?) or a debug function to return reach component of the notification to see if any are erroring out!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello! I'm on android 13 and whenever I try this plugin no notifications are fired, regardless of if I have the app open or closed. I tried both with no changes and with a small change to remove the (now depreciated) function exports and include the @UsedByGodot markup, and neither works. I don't get any errors either, just nothing happens.
I made sure to add POST_NOTIFICATIONS as a permission to the custom android permissions list, and made sure to check the app to make sure the permissions were granted, though it changed nothing.
I also troubleshooted by adding a simple debugging function that returns a string and that works.
I know this repo isn't in active development but this is like, the one thing I desperately need for the game idea I have;;; If anyone can help nudge me in the right direction please it would mean the world to me.
The text was updated successfully, but these errors were encountered: