I've created an application using Dotnet MAUI to retrieve the serial number of an MC93 device.
I was able to load a profile using the EMDKManager and ProfileManager classes, and have it call the oem_info service based on the various sample apps provided.
When I run the app in debug mode, I'm able to successfully retrieve the serial number, but when I create a release build and publish it, calling the service doesn't return any results.
Any ideas on what's causing this? I think it has something to do with the signing key I'm using for the release build, but I can't tell for sure. I've tried logging various places in the app to diagnose it, but everything appears to be working correctly. The service just isn't returning any results.
0 Replies