No platform plugin found. Error
See original GitHub issueHi to you, i have just install the 5.0.3 version and an error appears: ‘[Plugin.LocalNotification] No platform plugin found. Did you install the nuget package in your app project as well?’
My project target 9.0
and my code is just simple:
`
var request = new NotificationRequest
{
NotificationId = 100,
Title = “Test”,
Description = “Description”,
BadgeNumber = 100,
Android =
{
IconName = “my_icon”,
},
};
request.NotifyTime = DateTime.Now.AddSeconds(20);
NotificationCenter.Current.Show(request);
`
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
This application failed to start because no Qt platform ...
This application failed to start because no Qt platform plugin could be initialised. Reinstalling the application may fix this problem.
Read more >How to fix "Application failed to start because no Qt platform ...
In order to fix the “Application failed to start because no Qt platform plugin could be initialized” error, you should uninstall all recently ......
Read more >Application No Qt Platform Plugin Could Be Initialized? ...
One of the possible reasons for the “this application failed to start Qt platform Windows” error is third-party software conflicts. If you are ......
Read more >How To Fix No QT Platform Plugin Could Be Initialized
Fix the No QT Platform Plugin Could Be Initialized error by changing the QT file location, running an SFC scan, or performing a...
Read more >How to resolve "no Qt Platform Plugin could be initialized" ...
There's a chance Windows display the “Application failed because no QT platform plugin could be initialized” error due to corrupt system files.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://github.com/thudugala/Plugin.LocalNotification/tree/master/Sample/NuGet
@realrubberduckdev thank you for you answer. Closing issue.