Read SMS history log on iPhone using Xamarin

Asked

Viewed 678 times

6

I need to read the SMS history log sent/received on iPhone, and your time spent on each shipment. I don’t know how to do it and I couldn’t find any material in Portuguese about it. Can anyone help me with this question? I opened another related question about the Call log on iPhone.

  • 2

    I think you could put all your questions together into one thing, they’re pretty much the same.

  • 1

    To record: I don’t think this question is duplicate, I voted to close as "too broad".

  • I put this question (and her sisters) under discussion at the goal: http://meta.answall.com/questions/521/tres-questions-broadquestions-whatever to do

  • 1

    There really is nothing duplicate. The problem is another.

  • I edited it to make it clearer.

  • I voted to reopen in the hope of re-closing as too wide.

  • @Bacco, technically it’s not too wide. He cites the platform (iOS), cites Xamarin/C# and exactly what he needs: The list of SMS messages sent and received. The question may even have other problems (I think it does not have, but it is my personal opinion), but it is not broad not.

  • @Alexandre Marcondes is perhaps more the case of downvote than closing. What worries me most is the fact that she’s a duplicate, it’s actually incorrect.

  • @Bacco this bothers me too. I don’t know what we can do to speed up. His three tickets are already ready to be opened and answered and none are duplicates of the other.

Show 4 more comments

1 answer

5

Apple doesn’t have any API on the SDK to access the SMS registry for security and privacy reasons: to prevent apps that collect private information from the user and use or share it with third parties.

On Android there is how to do this and if the device has Jailbreak you will also be able to do this, but it is not a good practice to require your user to have jailbreak, because this type of app is not approved in the official Apple Appstore, only in Cidia (jailbreak muindo App Store).

Unfortunately you can’t do that you need.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.