Hi Chris.
What’s the news on this? Did you manage to get to the bottom of the Android timed out errors?
I’m also really keen to update my Coronium instance to your newest version if you have news on that?
_____________________
This is a different issue but there’s a problem on iOS9… I’m getting this :
ERROR: network request failed: http://XXX.XXX.XX.X/1/code/createUser [-1022: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.]
( Where XXX.XXX.XX.X is my Coronium instance IP )
I’m guessing it’s an iOS App Transport Security issue. I tried adding an entry in the build.settings to whitelist this but it seems we’re not allowed to add IP addresses as NSExceptionDomains.
NSAppTransportSecurity = { NSExceptionDomains = { ["XXX.XXX.XX.X"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, NSExceptionAllowsInsecureHTTPLoads = true, } }, },
Any suggestions on this?