-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DnsResolver uses hardcoded DNS server #71
Comments
Please provide a traceback |
Hi, Following is the exception which I am facing List of configured name servers must not be empty. |
Do you mean Android emulator or iOS simulator? Which version? Which os version is on device? |
Hi, Everything is working fine in Android/IOS Simulator, I am facing this crash in physical devices in Android/iois. |
I need the exact OS version for simulators and physical devices you are using |
Hi, Physical Devices Simulators |
This is NOT operating system version, let me know operating system version on simulator (e.g. iOS 13.7) and on physical device (e.g. iOS 14.0) |
I have tested on 13.7 and 14.0 as well both on simulators and physical devices. |
OK I see DnsClient package does not work on Xamarin correctly for both Android and iOS. Reverted back to own DNS resolver. Issue fixed on master, fixed version should be released on NuGet shortly |
We should revert back to DnsClient, but not use no-args constructor and pass hardcoded DNS server on mobile platforms, see MichaCo/DnsClient.NET#17 (comment) |
Hi,
I am using Xamarin Forms and recently updated with latest Nuget package, it works fine in simulator but on connection it is crashing when I run on physical device.
Thanks
The text was updated successfully, but these errors were encountered: