質問編集履歴
2
エラーログ追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -138,6 +138,18 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
+
##エラーログ
|
142
|
+
|
143
|
+
表示されずに成功、下記が呼び出される
|
144
|
+
|
145
|
+
```
|
146
|
+
|
147
|
+
func authorizationController(controller: ASAuthorizationController, didCompleteWithAuthorization authorization: ASAuthorization)
|
148
|
+
|
149
|
+
```
|
150
|
+
|
151
|
+
|
152
|
+
|
141
153
|
### 試したこと
|
142
154
|
|
143
155
|
|
1
Markdown追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -144,6 +144,10 @@
|
|
144
144
|
|
145
145
|
TestFlightからダウンロードしたアプリでテスト
|
146
146
|
|
147
|
+
|
148
|
+
|
149
|
+
```
|
150
|
+
|
147
151
|
iPad Pro iOS 13.5.1
|
148
152
|
|
149
153
|
iPhone X iOS 13.4.1
|
@@ -153,6 +157,8 @@
|
|
153
157
|
iPhone 11 iOS 13.4.1
|
154
158
|
|
155
159
|
iPad Air2 iOS 13.3
|
160
|
+
|
161
|
+
```
|
156
162
|
|
157
163
|
|
158
164
|
|