質問編集履歴
2
回答の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
@IBAction func toConfig(_ sender: Any) {
|
22
22
|
|
23
|
-
let url = URL(string: "app-settings:root=
|
23
|
+
let url = URL(string: "app-settings:root=Privacy&path=LOCATION")
|
24
24
|
UIApplication.shared.open(url!, options: [:], completionHandler: nil)
|
25
25
|
}
|
26
26
|
|
1
参照リンクが誤っておりました。訂正させていただきます。
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,8 +9,9 @@
|
|
9
9
|
iOS10と11に対応したいと思っています。
|
10
10
|
|
11
11
|
### 試したこと
|
12
|
-
https://
|
12
|
+
https://gekkado.com/archives/590
|
13
|
+
https://stackoverflow.com/questions/46253781/ios-11-url-scheme-for-specific-settings-section-stopped-working
|
13
|
-
上記リンク等を参考に
|
14
|
+
上記リンク等を参考に以下のようにコードを書きました。
|
14
15
|
|
15
16
|
```
|
16
17
|
import UIKit
|