Open Gogzs opened 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.
We are using the Tsl.AsciiProtocol.Std 1.6.0 version. It crashes during:
var transportsManager = new AsciiTransportsManager(); transportsManager.TransportChanged += TransportChangedHandler;
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.
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