我想知道当应用程序在后台运行了很长时间后,会发生什么情况?iOS基本上是如何释放内存的,以及它是如何杀死应用程序的。
发布于 2015-08-21 14:10:40
检查The App Life Cycle文档。尤其是Execution States for Apps。
Execution States for Apps
https://stackoverflow.com/questions/32133294
相似问题