v11.1.0
Only support .Net 8 MAUI
Now check, if possible, to Schedule the Exact Alarm before Scheduling the notification. Below permissions are optional now
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
Now, in Android, Launch the App instead of posting the notification to the status bar.