目前,firebase 不允许我的应用显示用户授权。userAuthorization 将打开一秒钟然后消失。在日志中,它看起来在分析启用出现后消失了。
这是我当前的代码
import UIKit
import GoogleMaps
class practiceViewController: UIViewController,GMSMapViewDelegate,CLLocationManagerDelegate {
override func viewDidLoad() {
super.viewDidLoad()
let locationManager = CLLocationManager()
locationManager.requestAlwaysAuthorization()
}
}
有没有办法关闭分析?