DoktorAerzt
DoktorAerzt
This whould be a Feature Request, were you want that the plugin is changing the Notification Style when your text is to long. This needs to be done directly in...
The point is, how long needs the long text to be that the normal notification is to small and that you need BigTextStyle() ?
I never worked with BigTextStyle() so i don´t know if this will help you or if this is what you need. But you need to add a check at this...
Hello raul Did you call ```CrossLocalNotifications.Current``` beforehand?
I Forgot a commit, thats why i closed and reopen the PR
You can just download the nuget file from the temporary build. https://ci.appveyor.com/project/edsnider/localnotificationsplugin/build/3.0.1-pr42-build24/artifacts Then you safe it on your PC and add the folder as nuget repository. Then you can update...
For with SDK Version are you building and using?
Could you try to build it with Android 8.1 ?
First things first, i was not able to get the Notification running when the app is closed and you had started the app from Visual Studio. But when you start...
Im testing the reboot. Do you have first marked "RECEIVE_BOOT_COMPLETED" in manifest and ask for that permission? Could you check in your app what ``` Application.Context.CheckSelfPermission("RECEIVE_BOOT_COMPLETED") ``` will give you?