Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use SMS and iMessage notifications on bluetooth device (like smart watch ) using Message Access Profile in iPhone?

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

How to use Message Access Profile (MAP) in iPhone

like image 863
Ram Avatar asked Feb 08 '13 09:02

Ram


People also ask

Can my Apple Watch Alert me when I leave my phone?

It's obvious that the Apple Watch uses a Bluetooth connection to ping both devices. When a user is 30 to 50 feet away from the iPhone, the Apple Watch will automatically get an alert letting you know that you've left your iPhone behind.

How do I use iMessage features?

To manually add effects to your iMessage, open the Messages app and type your text. Then "long-press" (press and hold for a second or so) on the blue arrow that you usually tap to send a message. This brings up your special effect options. These are divided into two categories: bubble and screen effects.


1 Answers

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.

like image 184
Amy Worrall Avatar answered Sep 22 '22 01:09

Amy Worrall