Jul 10, 2019 21:38
Managing Your App's Life Cycle が更新されていますね。iOS13ではUIApplicationDelegateではなくUISceneDelegateを使うようになるそうです。
先述の applicationWillTerminate(_:) に相当するのは sceneDidDisconnect(_:) で、同様に次の記載がありますので、ユーザーの操作によるタスクキル・システムによる自動タスクキルのいずれの場合でも通るものと思われます
UIKit disconnects a scene when the user explicitly closes it in the app switcher. UIKit may also disconnect a scene in order to reclaim memory for other processes.
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/07/07 04:13
2019/07/07 04:19