开发者

How do I fetch the list of received SMS messages from within an iOS application?

开发者 https://www.devze.com 2023-03-22 16:05 出处:网络
How do I programmatically retrieve all received SMS messages on an iOS device, so that I can display them in a list (such as a table view)?开发者_如何学运维Without being jailbroken you cannot access t

How do I programmatically retrieve all received SMS messages on an iOS device, so that I can display them in a list (such as a table view)?开发者_如何学运维


Without being jailbroken you cannot access the SMS database.

However, if you are writing the app to work specifically on a jailbroken device, you can check out the SMS database in the /Users/Library/; then access it as you would any other sqlite database.

0

精彩评论

暂无评论...
验证码 换一张
取 消