I'm looking into ways to implement parental controls in an ios app via Ti. Can someone point me in the right direction for these:
- Disable all SMS texting, including imessage, until a code is entered
- Prevent the removal of this app, unless a code is entered
- Disable phone calls unless a code is entered
- Disable email unless a code is entered
- Capture all SMS texts along with the recipient contact, for logging
- Capture all phone numbers for incoming/outgoing calls
I'm just looking for thoughts and pointers in the right direction. Is any of this stuff even possible through Ti, in iOS?