91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

iOS 8.0 CLLocationManager 定位 不響應

發布時間:2020-07-16 15:48:06 來源:網絡 閱讀:1057 作者:xx541100047 欄目:移動開發
if ([CLLocationManager locationServicesEnabled]) {
        
#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_7_1
        // As of iOS 8, apps must explicitly request location services permissions. INTULocationManager supports both levels, "Always" and "When In Use".
        // INTULocationManager determines which level of permissions to request based on which description key is present in your app's Info.plist
        // If you provide values for both description keys, the more permissive "Always" level is requested.
        if (floor(NSFoundationVersionNumber) > NSFoundationVersionNumber_iOS_7_1 && [CLLocationManager authorizationStatus] == kCLAuthorizationStatusNotDetermined) {
            BOOL hasAlwaysKey = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"NSLocationAlwaysUsageDescription"] != nil;
            BOOL hasWhenInUseKey = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"NSLocationWhenInUseUsageDescription"] != nil;
            if (hasAlwaysKey) {
                [self.m_locationManager requestAlwaysAuthorization];
            } else if (hasWhenInUseKey) {
                [self.m_locationManager requestWhenInUseAuthorization];
            } else {
                // At least one of the keys NSLocationAlwaysUsageDescription or NSLocationWhenInUseUsageDescription MUST be present in the Info.plist file to use location services on iOS 8+.
                NSAssert(hasAlwaysKey || hasWhenInUseKey, @"To use location services in iOS 8+, your Info.plist must provide a value for either NSLocationWhenInUseUsageDescription or NSLocationAlwaysUsageDescription.");
            }
        }
#endif /* __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_7_1 */
        
        [self.m_locationManager startUpdatingLocation];

上述代碼添加在

[self.m_locationManager startUpdatingLocation];


之前,

除了上述代碼,還需要在info.plist中添加:

<key>NSLocationWhenInUseUsageDescription</key>

<string>這里是授權彈出框描述文字</string>

    

<key>NSLocationAlwaysUsageDescription</key>

<string>這里是授權彈出框描述文字</string>


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

桐柏县| 常宁市| 龙南县| 股票| 乌拉特前旗| 布拖县| 奉节县| 衡山县| 新昌县| 永吉县| 剑河县| 普陀区| 叶城县| 罗源县| 桃园县| 庐江县| 平凉市| 和林格尔县| 嘉黎县| 武清区| 德安县| 河池市| 石渠县| 久治县| 玛沁县| 区。| 雅安市| 安顺市| 拉孜县| 华蓥市| 江津市| 澄江县| 临清市| 集安市| 广灵县| 宜良县| 宾阳县| 合川市| 德惠市| 芷江| 连江县|