Building42 / Telegraph

Secure Web Server for iOS, tvOS and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not work on the device

wpen opened this issue · comments

v0.21,i created a webService in my app, transfer file from PC to my app on the same wifi.
It's all right on the simulator, but it's going to go wrong on the real device, can not open index.html on my pc,always show me time out,and no error was logged at the console.

That's weird, did you encounter this issue specifically after upgrading?

Are you using a macOS, tvOS or iOS app?
Have you tried a manual request using the curl command from terminal?

Are the App Transport Security settings configured properly?
https://github.com/Building42/Telegraph#configure-app-transport-security

Timeouts normally only occur when you are connecting to an incorrect port. For example 443 instead of 80, or the other way around.

Have you tried the Telegraph example? Do you encounter the same issue with it?

Sorry for the overload of questions, but hopefully we can get to the bottom of this :)

@wpen

Are you still having this issue? Anything I can help with?
I'll close this issue for now, but if you need help with it feel free to reopen it.