In the app I need to verify the user's phone number and for that the app will be sending him a SMS text message. I want to delete this SMS after some time. I searched for it and found the path of messages which is "/var/mobile/Library/SMS/sms.db"
and manipulate it through database browsers and so on.My questions are as follows.
Is there any simple code or method to achieve this delete task ?
Is it safe to manipulate the iphone messages or will it cause a problem when I upload my app to app store since apple has its own set of rules ?