Open1ヶ月前にコメント追加2(FCM)PUSH通知に画像を表示するには?FCMpushふじしろ2024/05/19に更新 ざっくりの理解 FCM HTTP v1 API と Notifications Composer は、表示通知のペイロードで画像のリンクを送信し、配信後にデバイスへ画像をダウンロードするように対応しています。 BE側:FCMへのリクエスト時に画像のリンクをペイロードに含めて送信する アプリ側:リンクから画像をDLして表示 ソース androidの場合:画像サイズは最大1MBまで https://firebase.google.com/docs/cloud-messaging/android/send-image?hl=ja iOSの場合:画像サイズは最大300KBまで https://firebase.google.com/docs/cloud-messaging/ios/send-image?hl=ja ふじしろ1ヶ月前に更新サポートしている画像形式 android https://developer.android.com/media/platform/supported-formats?hl=ja#image-formats iOS https://developer.apple.com/documentation/usernotifications/unnotificationattachment#1682051
ふじしろ2024/05/19に更新 ざっくりの理解 FCM HTTP v1 API と Notifications Composer は、表示通知のペイロードで画像のリンクを送信し、配信後にデバイスへ画像をダウンロードするように対応しています。 BE側:FCMへのリクエスト時に画像のリンクをペイロードに含めて送信する アプリ側:リンクから画像をDLして表示 ソース androidの場合:画像サイズは最大1MBまで https://firebase.google.com/docs/cloud-messaging/android/send-image?hl=ja iOSの場合:画像サイズは最大300KBまで https://firebase.google.com/docs/cloud-messaging/ios/send-image?hl=ja
ふじしろ1ヶ月前に更新サポートしている画像形式 android https://developer.android.com/media/platform/supported-formats?hl=ja#image-formats iOS https://developer.apple.com/documentation/usernotifications/unnotificationattachment#1682051