Closed SalimiHabib closed 8 months ago
I am not sure what went wrong with your Windows client, as it compiles and works on our Windows machines. Make sure you have installed latest Vistual Studio and SDK.
in android , after getting permission (for first time only) , client start to made a connection but takes to long and no connection can be made .
An application is attempting to extract a database of countries' IP addresses, which is approximately 10 MB in size. When attempting to initialize the database on an Android Virtual Machine for the first time, we have noticed that the process is quite slow especially in debug mode. However, we have not observed such a delay on a real Android device.
Let me know if you find any other reasons.
hi as you remember in last issue you kindly updated samples to be compatible with MAUI platform . fortunately core version works very good and fast and about form version we found 2 issue . below nugets package all installed by nuget manager (no manual )
var AccessKey = "vh://......." var token = VpnHood.Common.Token.FromAccessKey( AccessKey ); var t = VpnHoodApp.Instance.ClientProfileService.ImportAccessKey(AccessKey); if (VpnHoodApp.Instance.State.CanConnect) await VpnHoodApp.Instance.Connect(t.ClientProfileId);