cinderella-project / iMast

📱🐘 3rd-party Mastodon Client for iOS
https://cinderella-project.github.io/iMast/
Apache License 2.0
112 stars 17 forks source link

iOS 15 の発言者のアイコンが出るタイプの通知に対応したい #208

Closed rinsuki closed 2 years ago

rinsuki commented 3 years ago

image ( 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 2 years ago

対応した (INSendMessageIntentの対応はあとで)