TechnologySolutionsUkLtd / ascii-protocol

Technology Solutions UK Ltd - ASCII 2 Protocol
Other
7 stars 0 forks source link

RegisterReceiver - Android 14 support #13

Open Gogzs opened 7 months ago

Gogzs commented 7 months ago

Hey TSL folks,

we're running into issues with Android 14, it looks like everywhere within the library, where you call RegisterReceiver, you're doing it without the ReceiverFlags parameter.

Do you have plans on updating to support Android devices from 14 onwards (this was introduced with Android 13, but is a requirement since Android 14) and in what timeframe can we expect an update.

If you need any further help with this, let me know.

Best regards,

Goran

robinTsl commented 7 months ago

Hello Goran,

Which of the SDKs are you using? Xamarin or native Android. Both have been updated recently to accommodate the latest Android changes.

Gogzs commented 7 months ago

We are using the Tsl.AsciiProtocol.Std 1.6.0 version. It crashes during:

var transportsManager = new AsciiTransportsManager(); transportsManager.TransportChanged += TransportChangedHandler;

robinTsl commented 4 months ago

We have finally pushed a preview of a new Tsl.AsciiProtocol (not standard) for .NET 8 that works on Android, iOS and Windows. Please let us know if that resolves your issue.