in the official documentation in Apple Developer, I have found that the: NfcAdapter.CreateNdefMessageCallback interface is no longer supported since API level 29: https://developer.android.com/reference/android/nfc/NfcAdapter.CreateNdefMessageCallback
However there is no info provided how if it is still possible (and how) to send message p2p (using Android Beam) from one device to another.
We are using this technology in applicaton for our client (they were synchronising some data using NFC). The clients now bough new devices with API level 30 - and the function is no longer working.
Do you now any steps how to workaround this keep using NFC? Or do we have to use another technologies to sends json data (small text messages) p2p? Like wifi p2p or bluetooth p2p?