eShop
eShop copied to clipboard
I still do not know how to login in using android App. Is there someone nice to give me some advice.?
I try to login in the system using APP,but the Ui shows like up pictures ...loading
private static string _baseAddress = DeviceInfo.Platform == DevicePlatform.Android ? "10.0.2.2" : "localhost";
then I modify the 10.0.2.2 to my PC ip address which is in the same intranet with my cellphone.
internal static string MobileBffHost = DeviceInfo.Platform == DevicePlatform.Android ? "http://192.168.1.9:11632/" : "http://localhost:11632/";
my cellphone Ip is 192.168.1.3 .
but it still does not work .So Could you tell me how to do it .Thank
is there someone help me?