51seven / sssnap-osx

Contains the sssnapp-osx client application.
2 stars 0 forks source link

Check if application has connection to the Internet #8

Closed zvaehn closed 10 years ago

Plsr commented 10 years ago

Internet connectivity is checked on application startup. Actions (like hide "Sign In" and "Take Screenshot") still need to be implemented, so the issue is not closed yet. Doing this later, theres more important stuff to do right now.


Further reference: https://github.com/tonymillion/Reachability
http://stackoverflow.com/questions/1083701/how-to-check-for-an-active-internet-connection-on-iphone-sdk

zvaehn commented 10 years ago

The Applications is checking the connection right now before sending a request. ToDo: Implement UserFeedback