Open1

PUSH通知の仕組みについて整理したスクラップ

ふじしろふじしろ

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