How to fetch current location in appdelegate using swift
问题 Hi am developing a app using swift i want to fetch current location of the user when app launches so i written my code in app delegate i have include all the functions and methods i.e.. added and imported frameworks core location and also updated plist but i cant able to fetch current location code in my app delegate: import UIKit import CoreLocation import MapKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate,GIDSignInDelegate,CLLocationManagerDelegate { var