How do I read the log of incoming and outgoing calls on the iPhone using Xamarin?

8

How do I read the history record of incoming and outgoing calls on the iPhone using Xamarin?

I need to read the log of outgoing / incoming calls on the iPhone. 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 SMS history record on iPhone .

    
asked by anonymous 20.01.2014 / 00:00

2 answers

10

Apple does not have any APIs in the SDK to access call logs.

In Xamarin Developer Center for IOS , if you use the search box, the term "call log" will appear as a API, but is for Android .

I'm sorry, but with the "original" Operating System you will not be able to access these data.

    
20.01.2014 / 00:49
2

Apple has no SDK API to access the call log for security and privacy reasons: to prevent Apps 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 have Jailbreak, as this type of App is not approved in Apple's official AppStore, only in Cydia (Jailbreak World App Store).

Unfortunately you can not do what you need.

    
24.01.2014 / 03:15