I am logging in with email and password on Xamarin Forms
It works on the emulator but on a realy device i am getting this exception
code 999: Unable to resolve host "realm.mongodb.com": No address associated with hostname
Changing the HttpClientHandler as described here gives me the following exception:
code 998: An unexpected error occurred while sending the request: No such host is known
The device has Android 10 (API 29)
How can i fix this?