I've been learning how to use CoreNFC in Xamarin via their documentation here:
https://docs.microsoft.com/en-us/xamarin/ios/platform/introduction-to-ios11/corenfc
...but it only mentions the ability to Read NFC tags.
As I understand, Apple added the capability to write NFC tags in CoreNFC in the iOS 13 SDK.
Is Xamarin working on implementing this, or should I get started doing it myself? I didn't want to waste the effort if it's already underway.