Re: Network Accessibility
You need to give a lot more information.
A working, minimal and compilable example that demonstrates the problem is needed.
Re: Network Accessibility
Ok tbscope, I'll see what I can put together. Probably won't happen until tonight as I have to work this weekend at the office.
Re: Network Accessibility
networkAccessible can only tell you (at most) if the physical connection is available. It can not tell you if the internet is available - that would require attempting to connect to somewhere and setting the value of a flag based on the success or failure of that connection.
It is strange however that your application should crash if it can't communicate with a server, but we would need to see your code to determine why.