Open2024/05/19にコメント追加2PUSH通知の仕組みについて整理したスクラップFCMpushふじしろ2024/04/09に更新Andoroidの場合。FCMを使った例。途中の図がわかりやすい。 https://qiita.com/flatfisher/items/bdec83caf3c7f9c8917c FCM(Firebase Cloud Messaging):AndroidもiOSも両方対応可能 https://firebase.google.com/docs/cloud-messaging?hl=ja 利用料金:無料(!!) https://firebase.google.com/pricing?hl=ja こちらはiOSの場合。APNsを使った例。 こちらでもFCMの説明が出てくる。配信結果をBigQueryにエクスポートできるらしい https://zenn.dev/chocoyama/articles/5b07eead5ae0aa APNs(Apple Push Notification service):アップルのiOS向けPUSH通知サービス https://developer.apple.com/documentation/usernotifications/sending-notification-requests-to-apns ふじしろ2024/05/19 処理の流れ こちらの記事の後半に出てくるシーケンス図が非常にわかりやすかった。 https://qiita.com/shun_so/items/2bb8af8d12acc948f21b#概要
ふじしろ2024/04/09に更新Andoroidの場合。FCMを使った例。途中の図がわかりやすい。 https://qiita.com/flatfisher/items/bdec83caf3c7f9c8917c FCM(Firebase Cloud Messaging):AndroidもiOSも両方対応可能 https://firebase.google.com/docs/cloud-messaging?hl=ja 利用料金:無料(!!) https://firebase.google.com/pricing?hl=ja こちらはiOSの場合。APNsを使った例。 こちらでもFCMの説明が出てくる。配信結果をBigQueryにエクスポートできるらしい https://zenn.dev/chocoyama/articles/5b07eead5ae0aa APNs(Apple Push Notification service):アップルのiOS向けPUSH通知サービス https://developer.apple.com/documentation/usernotifications/sending-notification-requests-to-apns
ふじしろ2024/05/19 処理の流れ こちらの記事の後半に出てくるシーケンス図が非常にわかりやすかった。 https://qiita.com/shun_so/items/2bb8af8d12acc948f21b#概要