frenk91
frenk91

Reputation: 929

SMS and Call Windows Phone

There is any way to obtain the phone call duration and the amount of SMS sent during a specific period of time in windows phone 8.1(Windows Runtime) ?

For the data consumption i have found this InternetConnectionProfile.GetNetworkUsageAsync that gives me the data consumption, but for the SMS and the phone call i wasn't able to find anything.

to be clear i don't need to know the content of the SMS and the destination number of the phone call and SMS, i just need to read how many sms are sent during a day and how many minutes of call the user perform during a day

The last thing is that the app isn't going to the store.

Edit

i have found this for the calls but the phonecallhistory seams to be available only for windows 10 universal app: https://msdn.microsoft.com/library/windows/apps/windows.applicationmodel.calls.aspx

but still nothing for the SMS

Upvotes: 0

Views: 76

Answers (2)

Andrii Krupka
Andrii Krupka

Reputation: 4306

The API is not available to Windows Phone or Windows Store apps

Upvotes: 0

Isdj
Isdj

Reputation: 1856

Getting call logs (Which is what you need) is not currently possible. There is no current API for reading SMSs either. sorry

Upvotes: 1

Related Questions