Start tracking the user by getting its current location after every specific time period by just clicking a button.
To access this project:
- Clone/ Download the project on your machine.
- Install Cocoapods on your machine.
- Goto this project directory in your terminal.
- Write 'pod install' to download the dependency 'Alamofire' in your project.
- Open 'LocationsAppTwo.xcworkspace' from Finder/Explorer.
- Add apt Credentials in 'username' and 'password' inside "sendDataToServer()" function present in ViewController.swift and AppDelegate.swift
- XCode Project will open then Build and run.