Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スプリングボードでバックグラウンドで実行されているすべてのアプリケーションを強制終了する方法。
これへの道はありますか?
前もって感謝します
アプリはサンドボックス内にあるものとのみ対話でき、他のアプリの状態を変更することはできません。
自分のアプリ以外のアプリを強制終了することはできません。ただし、バックグラウンドに入るときにアプリを強制終了するには、次のように入力します。
exit(0);
UIApplicationDelegateメソッドの内部:
applicationDidEnterBackground
あなたは主にあなたのアプリデリゲートクラスでそれを見つけるでしょう