How can I get notifications on bluetooth device (like smart watch) when there is an SMS or iMessage using Message Access Profile.These things are already implemented in smart watches like pebble.I would like to know how can I achieve this using ios sdk.
I posted couple of question on SMS,iMessage notifications using MAP in iPhone.Here are the links to those questions
You don't do anything to get MAP support — it's tied in to the push notification system. Any notification will get sent over MAP to any paired Bluetooth devices that implement it. (I think if they have a MAP paired device, the user can set which apps send MAP in notification settings.)
There are apparently some bugs at the moment, according to the Pebble team — sometimes you have to toggle the notifications switch for each app off then on again before it starts pushing them.