iOS 15 の発言者のアイコンが出るタイプの通知に対応したい
rinsuki opened this issue · 1 comments
rinsuki commented
( from https://www.apple.com/jp/ios/ios-15/ )
この発言者のアイコンが出るタイプの通知に対応したい。
これを使うには UNNotificationContentProviding を使うとよいらしいが、
The system allows only objects in the Apple SDK that conform to UNNotificationContentProviding. The system ignores objects outside of the Apple SDK that your app conforms to UNNotificationContentProviding.
で、comforting types は INStartCallIntent と INSendMessageIntent で、まあ妥当なのは INSendMessageIntent だろう。
しかし INSendMessageIntent が使えてうれしいのか?というとかなり微妙な気がするがどうだろう。あとメッセージ送信以外の通知はどうする?実際にやってみないとわからないかも。
rinsuki commented
対応した (INSendMessageIntentの対応はあとで)