I need to develop an iPhone app for SMS capability. In this app, I need to append a string to the end of each message, which should not be editable by the user.
My second concern is about the read receipt of the message. Is it possible to have the read receipt in iPhone? If yes, how to do it?
I also want to access the SMS.db database in my app.
Are these things possible to do?
It’s not possible with the standard API, you can’t acces to SMS.db if you want upload an app to the store; when you run your application it’s “sandboxed“.