I don't know where to begin with this issue, we have an app that communicates with a third party device via a Generic Channel, where we receive, parse, and display data to the user. This works completely fine on all other devices, but with he following devices we are experiencing connectivity issues.
FR255 -> 11.12
FR255M -> 11.12
FR955 -> 11.12
First we experienced a high increase in Unhandled Exception Errors when initializing a Generic Channel(now handled but I wanted to add this in incase it helps debug this issue), something we rarely saw in other devices.
Now have users reporting they are unable to pair to our device at all, again only the devices I listed though.
We make sure to 'release' our channels back to the system on exit, but I'm wondering if that's not happening and the channel are remaining opening between sessions causing issues?
Is anyone else experiencing issues similar to this?
I can post a MVP of the code if needed, I just don't understand why it's so device specific, and I'm unable to recreate.