Hello, and thank you for this great package.
I am opening this issue because I am facing a problem since I updated to Flutter 3.35.6. The issue occurs only on iOS devices when trying to fetch the UDID using the code final deviceIdentifier = await FlutterUdid.udid;.
The error is this one: PlatformException PlatformException(UNAVAILABLE, UDID not available, null, null)
Small stacktrace:
Thanks in advance