Austen Frostad
Austen Frostad
The Mi band makers are trying to prevent open use of the device, and also add security by requiring that key. Its kinda of a pain to get. Here is...
I am experiencing this as well. I cannot advertise or discover over my Wi-Fi Interface. Tested with the example programs in the repo ("Spike"). Windows 10, Visual Studio 2022. Works...
@Christanoid Thank you! That makes so much sense. I think that should close this issue.
Are you on Windows and using Wifi? There are several open issues citing that the library isn't working with Wifi interfaces, and I am not sure if this just limited...
Si c'est toujours un problème pour toi, si te plait ajouter some sample code of how you are using the net-mdns library to give some context to the error messages.
I am following this, but stuck as to what project to install the package on? I have a Xamarin Forms Solution with A Forms Projected and an Android Project. I...
I was able to figure out how to use the app.config feature of Mobile.BuildTools.Configuration which allows for placing app.config xml files in the[ "Assets" folder of a platform specific project](https://github.com/dansiegel/Mobile.BuildTools/blob/master/samples/AppConfigSample/src/AppConfigSample.Android/Assets/app.config),...
I would appreciate this too. 2 birds 1 stone. I have an app that uses supaclient.auth.signIn provider = Google. Then I use Google oauth client to get a refresh token...
So the exception comes from here: https://github.com/novotnyllc/Zeroconf/blob/238df25a26d2b0f214d7eee20f3d6a1e105ee9b8/Zeroconf/ZeroconfRecord.cs#L193 The ServiceName on the Service object is not being set (is null) as part of the iOS pipeline of the ResolveAsync. I will...
I am thinking it should have been set about here in the BonjourBrowser.cs https://github.com/novotnyllc/Zeroconf/blob/238df25a26d2b0f214d7eee20f3d6a1e105ee9b8/Zeroconf/BonjourBrowser.cs#L399-L402