質問編集履歴
1
CLLocationManager\.authorizationStatus\(\)の出力を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -139,4 +139,4 @@
|
|
139
139
|
###試したこと
|
140
140
|
info.plist変更済み
|
141
141
|
位置情報の使用を許可するかどうかの確認画面は出る
|
142
|
-
CLLocationManager.authorizationStatus()
|
142
|
+
CLLocationManager.authorizationStatus()の出力はauthorizedWhenInUseとなっています
|