Search Unity

How to receive remote notification with image?

Discussion in 'iOS and tvOS' started by okamoto_tomoyuki, Apr 18, 2020.

  1. okamoto_tomoyuki

    okamoto_tomoyuki

    Joined:
    Jan 20, 2015
    Posts:
    22
    I'm developing an app that uses remote notifications for iOS / Android.
    I implemented push notifications using the Firebase Unity SDK.
    However, when I send the image it appears on Android but not on iOS.
    According to the URL below, for iOS, I have to modify the native source.
    https://firebase.google.com/docs/cloud-messaging/ios/send-image
    How can I fix it in Unity?
    Or is there a way other than the above to send remote notifications with images?
     
  2. ina

    ina

    Joined:
    Nov 15, 2010
    Posts:
    1,085
    Good question!