question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No platform plugin found. Error

See original GitHub issue

Hi 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 image

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:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

0reactions
thudugalacommented, Apr 16, 2020

@realrubberduckdev thank you for you answer. Closing issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found