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.
ユーザーが自分のアプリの設定で設定を "ON" に切り替えた場合 (my settings.bundle から)、次にアプリがフォアグラウンドに移動/起動されたときに、アプリを "OFF" に戻すことはできますか?
絶対。使うだけ
[[NSUserDefaults standardUserDefaults] setBool: NO forKey:<your-key>]
そして、あなたは行ってもいいです。