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.
我想知道是否有任何 plist 属性/方法可以从最近使用的列表中删除应用程序,即当您双击主页按钮时。
由于 iOS 7 的新外观和感觉,出于安全原因,我在应用程序中提出了这个问题。提前致谢。
您无法控制由操作系统管理的应用程序的出现。
您可以检测应用程序何时进入后台并隐藏您不希望显示的信息。
来自苹果:
在移动到后台之前从视图中删除敏感信息:当应用程序转换到后台时,系统会拍摄应用程序主窗口的快照,然后在将应用程序转换回前台时简要显示。在从 applicationDidEnterBackground: 方法返回之前,您应该隐藏或隐藏可能作为快照一部分捕获的密码和其他敏感个人信息。
用于applicationDidEnterBackground检测应用程序何时进入后台
applicationDidEnterBackground