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.
我有一个疯狂的想法。我读过从 iPhone 的代码访问 SMS 消息是不可能的。 但是有没有办法绕过这个?我想编写一个软件来访问用户的 SMS 消息并显示一些分析。 我已经读到 iPhone 用户可以进行 SMS 备份。 我的问题来了:用户能否以某种方式将自动 SMS 备份设置到某个地方(例如 iCloud 或桌面),以便我可以编写能够自动读取该备份并显示一些分析的软件? 假设 iPhone 用户不介意让我的软件访问他的 SMS 消息备份。
Apple 使用一种称为沙盒的技术。应用程序只能访问它自己的文件。您的应用程序只能访问它自己的应用程序目录中的文件。SMS 数据库不在您的应用程序目录中。未越狱的手机无法访问 SMS 消息。(Apple 在防止越狱方面做得越来越好)。