Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Notifications do not run, perhaps permissions issue? #4

Open
bluerosegarden opened this issue Oct 1, 2023 · 1 comment
Open

Notifications do not run, perhaps permissions issue? #4

bluerosegarden opened this issue Oct 1, 2023 · 1 comment

Comments

@bluerosegarden
Copy link

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.

@bluerosegarden
Copy link
Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant