-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USE_EXACT_ALARM permission issue #6
Comments
Hello there, in fact in the past the plugin do have |
yep - i tried the latest version from Nov 26.. (release for 4.1.3) |
seems the only permission needed is "post notification" will try to build one with it - wont build for some reason... in any case - i'll try to build something just with "post notification" permission - and test it out- if it will work - i'll update here |
couldnt get it to compile properly for some reason. in any case - will try again this weekend. seems that leaving only the "post notification" permission should do the trick |
seems you are right- just tried to upload the app without the notification plugin and it was rejected. my guess - probably ad mob :) will update for curiosity's sake :) |
Godot version
4.1.1
Plugin version
v1
Phone information
Samsung S21
Issue description
love your work.
seems google hardened their permission policy regarding the use of the alarm.
when submitting the app i get:
Remove the use of USE_EXACT_ALARM permission from all version codes within the submission. This includes both production and testing tracks.
Consider using the SCHEDULE_EXACT_ALARM permission as an alternative option if you have a use case for exact alarm functionality.
any chance the SCHEDULE_EXACT_ALARM will provide the same functionality?
thanks!
Steps to reproduce
submit to google..
Additional context
No response
The text was updated successfully, but these errors were encountered: