Will Pearse
Will Pearse
On newer versions of iOS http requests will fail because Apple wants you to use https. This might be your issue. Are there any clues in the console or debug...
See also #18
Try this command from your terminal: telnet 188.120.235.97 8082 Does that connect?
I imagine that it would work like this? 1. When user logs in, credentials are stored securely by the app (iOS Keychain?) 2. When user re-opens the app, the app...