iOS app upload data to server as soon as network is available
问题 I have an app that tracks wildlife where the user enters data based on their observations (eg. user enters they see 3 moose). The data is then uploaded to a server. However, because this app will be used out in the field where there is often no internet connection, I want to save data if there is no connection, and upload the data as soon as the network is available I know about Reachability, but it looks like I can only check if the internet connection is available at that moment, and doesn