質問編集履歴

2

追記しました

2016/07/05 09:27

投稿

kokawa2003
kokawa2003

スコア217

test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,13 @@
39
39
  結論としてobjective-cでiOS9用の位置検出の権限の付け方を知っている人は教えて下さい。
40
40
 
41
41
  よろしくお願いいたします。
42
+
43
+ ちなみに
44
+
45
+ [http://iscene.jimdo.com/2015/06/07/ibeacon-ios8-%E9%A0%98%E5%9F%9F%E8%A6%B3%E6%B8%AC%E3%82%B5%E3%83%BC%E3%83%92-%E3%82%B9-central-%E5%8F%97%E4%BF%A1%E5%81%B4-%E4%BD%9C%E6%88%90/](http://iscene.jimdo.com/2015/06/07/ibeacon-ios8-%E9%A0%98%E5%9F%9F%E8%A6%B3%E6%B8%AC%E3%82%B5%E3%83%BC%E3%83%92-%E3%82%B9-central-%E5%8F%97%E4%BF%A1%E5%81%B4-%E4%BD%9C%E6%88%90/)
46
+
47
+ も試しましたがだめでしたがデバッグすると
48
+
49
+ - (void)locationManager:(CLLocationManager *)manager didStartMonitoringForRegion:(CLRegion *)region
50
+
51
+ まではブレークポイントで来ます

1

不明確な記述の修正

2016/07/05 09:27

投稿

kokawa2003
kokawa2003

スコア217

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  - (void)locationManager:(CLLocationManager *)manager monitoringDidFailForRegion:(CLRegion *)region withError:(NSError *)error
22
22
 
23
- で止まります。
23
+ で止まります。(ブレークポイントをつけるとそこに来るという意味です。落ちる等の意味ではありません)
24
24
 
25
25
 
26
26