The application I'm developing for the app store rarely needs a network connection. I have already implemented a method for processing / notifying a user when there is no network connection, but this only happens when they initiated a request (click the button to call the web service).
My question is: can Apple require continuous checking of network connectivity, i.e. examples of their reachability, or will the method that I implemented (checking the network connection only when certain actions are triggered) be acceptable for representing the application store?
Thanks in advance.
source
share