thudugala / Plugin.LocalNotification

The local notification plugin provides a way to show local notifications from .Net MAUI and Xamarin Forms apps .
MIT License
417 stars 68 forks source link

Notification scheduling doesnt work correctly in release #500

Closed Kebechet closed 3 months ago

Kebechet commented 4 months ago

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):

Smartphone (please complete the following information):

thudugala commented 3 months ago

@Kebechet Thanks. documentation updated