Tom Sproet
Tom Sproet
So i dove into your code and did it myself. Im sure it can be done in a cleaner way but this worked for me **Droid/NfcForms.cs** ```CSharp public void WriteTag...
https://github.com/Gekidoku/Plugin.NFC to track progress
Note i will only do this for android. as iOS NFC is a nightmare
```CSharp internal void WriteMessageAndFormat(ITagInfo tagInfo, bool makeReadOnly = false) { if (_currentTag == null) { throw new Exception(Configuration.Messages.NFCErrorMissingTag); } Ndef ndef = Ndef.Get(_currentTag); //Check if the tag can be NDEFformatted...
I had the same. Deleting bin and obj and running a clean / rebuild would often fix it. for a few minutes. then after i edit or add a new...
> Perhaps this plugin works with MAUI: https://github.com/TobiasBuchholz/Plugin.Firebase It works but doesnt have silent notifications in the background and doesnt have UserNotificationActions.
I now have the library sofar that i can recieve a firebase token. However its not responding to incomming messages in any way. Think that this is mostly due to...
[NTMedewerkerApp] Accessing hidden method Landroid/os/WorkSource;->add(I)Z (unsupported,test-api, reflection, allowed) [NTMedewerkerApp] Accessing hidden method Landroid/os/WorkSource;->add(ILjava/lang/String;)Z (unsupported,test-api, reflection, allowed) [NTMedewerkerApp] Accessing hidden method Landroid/os/WorkSource;->get(I)I (unsupported, reflection, allowed) [NTMedewerkerApp] Accessing hidden method Landroid/os/WorkSource;->getName(I)Ljava/lang/String; (unsupported,...
Good news everyone, https://github.com/Gekidoku/BetterFireBasePlugin I got it working as a project reference. can now recieve push notifications and have user actions. Testing silent background notifications now. Its sometimes a bit...
At the moment very busy with converting my xamarin forms app to Maui. When I'm done I'll see if I have time to convert it to a nuget