简体   繁体   中英

To Create Software to Access SMS Backup on iPhone

I have a crazy idea. I have read that accessing SMS messages from code for iPhone is impossible.
But is there a way to bypass this? I would like to write a piece of software which accesses user's SMS messages and shows some analytics.
I have read that it is possible for iPhone user to make SMS backups.
And here my question comes: can a user somehow set automatic SMS backup to somewhere (eg iCloud or Desktop), so that I can write software which will automatically read that backup and show some analytics?
Let's assume that the iPhone user doesn't mind to give my software access to his SMS messages backup.

Apple uses a technique called sandboxing. An app can only access it's own files. Your app can only access it's files in it's own application directory. The SMS database is not in your apps directory. The SMS messages cannot be accessed on a non-jailbroken phone. (Apple is getting better at protecting against jailbreaks).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM