开发者

Opening message inbox programmatically in iphone

开发者 https://www.devze.com 2023-03-23 23:37 出处:网络
Can I open (Sms) 开发者_Python百科message inbox and perform actions on it (like reading,deleting etc) programatically in iphone?You can but only on a jailbroken device. Else you don\'t have any access

Can I open (Sms) 开发者_Python百科message inbox and perform actions on it (like reading,deleting etc) programatically in iphone?


You can but only on a jailbroken device. Else you don't have any access to the SMS database. ;-)


No, you can't access anything out of your application's sandbox unless you are using methods provided to you by Apple (like UIImagePicker). Your application will not be allowed on the app store even if you somehow manage to do so.

If you are not worried about getting your app on the app store, then you can try jailbreaking the device and accessing the SMS database

0

精彩评论

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