我发现SMS notifications
不支持iPhone
,但我在Pebble Smart watch
上发现了一个发送SMS
notification
和iMessage
{的视频{1}}。以下是视频和应用程序链接。
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
http://lists.apple.com/archives/bluetooth-dev/2012/Nov/msg00088.html
要获得通知需要做什么?在蓝牙设备上实现MAP配置文件是否足够?
答案 0 :(得分:5)
我相信iOS 6会以蓝牙MAP(消息访问配置文件)的形式添加消息(SMS和iMessage)通知支持。
因此,除非您的预期用途涉及通过蓝牙连接,否则您无法使用iOS6的此功能。
我不认为可以使用Apple的官方iOS SDK监控传入消息的接收,因为您需要使用私有框架,因此您需要将其作为一个被囚禁的应用程序。