Samuel Sidor
Samuel Sidor
Doesn't work in .NET 8 as well. This is a very basic use case, please consider prioritizing it more.
This fix is really needed ! My chart on Android browser shrinks all the time. EDIT: I have tested this fix on Android, iOS and Windows and it works correctly....
Except the permissions in `AndroidManifest` consider adding `AndroidNotificationPermission` ``` private static NotificationPermission _notificationPermissions = new() { Android = new AndroidNotificationPermission() { RequestPermissionToScheduleExactAlarm = true, } }; ``` and then call:...
I had to remove `USE_EXACT_ALARM` because from android 14 this permission in not granted by default and Google allows it only for calendar and alarm apps. So I kept `SCHEDULE_EXACT_ALARM`...
> Just to clarify for me. You kept in the AndroidManifest.xml the line yes > How did you define notificationService? Here are some parts of my notification service + extension...
In my app I can enable those alarms. I have all these permissions enabled: ``` ``` otherwise I dunno what could be wrong with your implementation
After upgrading to the latest version of the library the error disappeared
@marcojak the package readme contains `They are implemented but currently they are not working. Probably something in the Admob SDK. I'm investigating it.` for Rewarded Interstitial. Is this already resolved...
> @Kebechet I have same question ! I think we have our answer. No reply in 3 months and no new activity in the repo.
@tdashworth then please add some statement at the beginning of the readme or maybe also archive the repo if you wont continue with the Blazor lib