Read SMS history record on iPhone using Xamarin [closed]

6

I need to read the SMS history record sent / received on the iPhone, and its time spent on each send. I do not know how to do it and I did not find material in Portuguese about it. Can anyone help me with this? I opened another related question about the call log on iPhone .

    
asked by anonymous 20.01.2014 / 00:28

1 answer

5

Apple has no SDK API to access the SMS log for security and privacy reasons: to prevent apps from being available which collect private information from the user and use or share it with third parties.

On Android there is how to do it and if the device has Jailbreak you will be able to too do this, but it is not good practice to require your user to jailbreak, as this type of app is not approved on Apple's official AppStore, only on Cidia (Jailbreak's App Store).

Unfortunately you can not do what you need.

    
22.01.2014 / 19:44