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.
当iOS应用程序进入后台时,内存中的数据是否有可能丢失?
例如,如果操作系统通过以下方式通知应用程序
didReceiveMemoryWarning并且应用程序没有采取任何行动来释放一些空间。
didReceiveMemoryWarning
到目前为止,我从未注意到这一点。
不是立即,但是如果使用其他应用程序并且系统决定它需要被您的应用程序阻止的内存,则该应用程序可能会在任何时候终止。