chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
703 stars 547 forks source link

Remove not supported Peer2Peer NFC communication for Android on SDK 34 support #495

Closed saschal-j5int closed 6 months ago

saschal-j5int commented 6 months ago

The interface for Peer2Peer communication (Beam NDEF messages to other devices) has been deprecated since SDK 10 since there is another way to do it. In Android SDK 34 they removed the interface and so prevents the apk to build due to not existing symbols

WindowsTerminal_AnxCAmVMeL

We don't use that interface at all so I decided to simple commented it out for Android so the app builds again

Increased the version to 1.2.0-j5.2