iOS task when application is closed

Question or problem in the Swift programming language: I am building an app which uploads files to the server via ajax. The problem is that users most likely sometimes won’t have the internet connection and client would like to have the ajax call scheduled to time when user have the connection back. This is possible […]

Continue Reading