Skip to content
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

Notification scheduling doesnt work correctly in release #500

Open
Kebechet opened this issue May 13, 2024 · 0 comments
Open

Notification scheduling doesnt work correctly in release #500

Kebechet opened this issue May 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Kebechet
Copy link
Contributor

Describe the bug
In my MAUI project when I had a notification scheduled on my Android device, then the notification didnt show icon and didnt play the sound I have specified

Solution
In FAQ the last point mentions TrimmerRootAssembly but it is missing one attribute. It should be:

<ItemGroup>
    <TrimmerRootAssembly Include="Plugin.LocalNotification" RootMode="library"/>
</ItemGroup>

after that it started to work correctly.

So please:

Platform (please complete the following information):

  • OS: Android
  • Version 34

Smartphone (please complete the following information):

  • Device: Pixel6
  • OS: Android 14
@Kebechet Kebechet added the bug Something isn't working label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants