dotnet / dotnet/eShop

I still do not know how to login in using android App. Is there someone nice to give me some advice.?

Open
#840 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
10.9k
Forks
3.8k
Avg merge
1d 11h
Merged PRs (30d)
4

Description

![Image](https://github.com/user-attachments/assets/ddd39a1d-d1c1-41bc-bacc-fcecca9ac777)

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.