回答編集履歴

1

修正

2019/12/08 15:38

投稿

hameji
hameji

スコア1380

test CHANGED
@@ -6,9 +6,11 @@
6
6
 
7
7
  考えられる状況としては、
8
8
 
9
- アプリを強制終了した場合、
9
+ アプリを終了した場合、
10
10
 
11
11
  エラーで落ちる場合、
12
+
13
+ 電源ボタン長押しでiPhoneをoffした場合、
12
14
 
13
15
  アプリアイコン長押しでアプリ自体を削除した場合や
14
16
 
@@ -25,3 +27,17 @@
25
27
  SceneDelegateでのsceneDidEnterBackground、sceneWillResignActiveですかね。
26
28
 
27
29
  try and errorです。
30
+
31
+
32
+
33
+ # 追伸:
34
+
35
+ UISwift導入以前のVersionですね。
36
+
37
+ その場合は、AppDelegateの
38
+
39
+ applicationWillTerminate、
40
+
41
+ applicationDidEnterBackground、
42
+
43
+ applicationWillResignActiveなど試す必要があるでしょうね。