iOS6中的短信通知

时间:2013-01-24 05:55:16

标签: iphone ios sms sony-smartwatch imessage

我发现SMS notifications不支持iPhone,但我在Pebble Smart watch上发现了一个发送SMS notificationiMessage {的视频{1}}。以下是视频和应用程序链接。

http://www.razorianfly.com/2012/12/07/pebble-officially-announces-sms-and-imessage-support-for-iphone-video/

http://www.iphoneincanada.ca/iphone-news/pebble-watch-now-supports-iphone-sms-and-imessage-video/

https://itunes.apple.com/us/app/pebble-smartwatch/id592012721?mt=8

我在网络上找到的notification仅在SMS notifications支持,但不支持iOS6

以前的stackoverflow和其他短信通知链接。

Registering SMS notification on iPhone

How to send email,sms notification from iPhone to Bluetooth LE device?

Receive Notification for SMS using iPhone

sms notification

http://lists.apple.com/archives/bluetooth-dev/2012/Nov/msg00088.html

要获得通知需要做什么?在蓝牙设备上实现MAP配置文件是否足够?

1 个答案:

答案 0 :(得分:5)

我相信iOS 6会以蓝牙MAP(消息访问配置文件)的形式添加消息(SMS和iMessage)通知支持。

因此,除非您的预期用途涉及通过蓝牙连接,否则您无法使用iOS6的此功能。

我不认为可以使用Apple的官方iOS SDK监控传入消息的接收,因为您需要使用私有框架,因此您需要将其作为一个被囚禁的应用程序。