-
I started migrating from xamarin to .net maui 8. Nothing happens when I try to show the notification. Permission is also not asked. If you manually allow notifications to be displayed, it is not displ…
-
Use clean maui project and clean ios binding library.
If only use Plugin.Firebase package, it will compile success.
If only use ios binding library, it will compile success, too.
But add these two …
-
I wonder is this plugin going to support MAUI?
Since, the plugin is useful in my application on Xamarin platform. Thanks.
-
Installing latest Visual Studio (17.4.3)
Start a Maui Project on .NET 7.0.
Install PLugin.BLE latest version (2.1.3)
Android is ok, but Windows Machine throw a 'System.NotImplementedException…
-
---
**Issue moved from dotnet/maui#25923**
- Please respond to @amilici.
---
_From @amilici on Monday, November 18, 2024 2:47:30 PM_
### Description
I'm not sure this is the correct place …
-
-
I'm currently migrating a Xamarin app which uses Plugin.BLE. I'm using .NET MAUI 8 and Plugin.BLE.
When I use ConnectToKnownDeviceAsync in .NET MAUI 8 and run the following code:
```csharp
var …
-
I had downloaded your sample application which show cases Plugin.BLE for Maui. (very neat, clean, well written)
Below is my experience with trying to run the application on a Mac in iOS Simulator (…
-
Hello. I use this plugin to send push notifications to android devices. I use these versions:
"Plugin.Firebase" Version="2.0.3"
"Plugin.Firebase.Crashlytics" Version="2.0.1"
After publishing the…
-
I have code
``` sendCharacteristic=service.GetCharacteristicAsync(GattIdentifiers.UartGattCharacteristicSendId); '''
and error message is with latest prerelease vs 22
Error (active) CS1061…