v9.0.0
- Removed WorkManager and used AlarmManager. This due to in many Android devices WorkManager does not seems be working as expected.
- Added Clear and ClearAll methods to remove notifications that you no longer want displayed in Notification Center.
- Added Android support for Getting Pending and Delivered Notifications id list.
- Reduced Xamarin.AndroidX.Core nuget dependency version to 1.3.2.3 to support Xamarin.Forms nuget release v. 5.0.0.2083
Fixed
- Fixed BroadcastReceiver name issue when running on android 7 and below