Reputation: 2848
I want my app to know if there are any missed calls or unread sms in the phone.
Is this possible in Windows Phone 8?
How?
I wish to connect to a Bluetooth device which has a led attached and make it blink if there are notifications.
The application will run in the background.
Upvotes: 0
Views: 374
Reputation: 1917
With UWP (Universal Windows Platform, AKA Windows 10), you now have increased access to SMS (send and receive) through Windows.Devices.SMS. Here is a sample app
NOTE: You will have to request special access permissions, but it isn't as restricted as it was before.
Upvotes: 0
Reputation: 4198
Currently there's no API for that.
It might be added in future versions of the system: WPDev Feedback: Allow readonly access to Call History and Text History
Upvotes: 1