meganz / iOS

MEGA for iOS
https://apps.apple.com/app/mega/id706857885?mt=8
Other
345 stars 96 forks source link

splash screen won't go away. #32

Closed fdisp closed 6 years ago

fdisp commented 6 years ago

General Information

What happened?

tap on mega app in iOS will open the splash screen. the splash screen stays there forever with it's "loading" animation rotating (not frozen). SPLASH SCREEN: https://mega.nz/#!RoJxTJJR!YdLZfXZ39Jq-cOvB46nxRgMqe6Mb5RoKlz9wwqW-GsE the app gui won't show anytime soon.

What did you expect to happen?

it is expected that the splash screen will stay there for a few seconds and then the app's gui is supposed to show up for the user to interact with.

jnavarrom commented 6 years ago

Hi, thank you for your feedback and for the log.

In the log, there are some issues resolving the DNS:

Resolving IPv4 address for g.api.mega.co.nz (net.cpp:1675) c-ares info received (net.cpp:971) c-ares error. code: 12 (net.cpp:1018) Unable to get the IP for g.api.mega.co.nz (net.cpp:1053) Error in c-ares. Reinitializing... (net.cpp:1554) c-ares info received (net.cpp:971) c-ares error. code: 16 (net.cpp:1018) Request cancelled (net.cpp:1029) Using custom DNS servers: 192.168.1.9,192.168.1.10,192.168.1.12 (net.cpp:1563)

Are you using WiFi or Mobile Data? If you are using WiFi, please can you check how do you have configured the DNS (Settings --> WiFi--> select (i) for the WiFi you are connected to --> Go to DNS section)?

Can you reproduce the same issue using Mobile Data?

fdisp commented 6 years ago

looks like the cause of this issue were several offline DNS servers (like the pihole ad in my local network which were supposed to be online. in the list of manually configured DNS servers there was also an online DNS server which i'm guessing was the reason why other applications and browsers in my device were working fine. by removing the offline DNS servers in the WIFI section in iOS, the issue was resolved. since the source of the problem were the manually configured offline DNS servers in the WIFI section, it can not be reproduced using mobile data. thanks!