-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unity ios custom image via firebase cloud messages #13948
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hi @jedai7, we're unable to reproduce the issue. May I know if you have added the notification service extension in your app? |
Hi @rizafran sorry for long pause. I created #import <UserNotifications/UserNotifications.h> @interface NotificationService : UNNotificationServiceExtension @EnD I created NotificationService.m #import "NotificationService.h" @interface NotificationService () @implementation NotificationService
@EnD Both file put in Assets/Plugins/iOS in unity project and made build. Trying send messages with icon and result the same |
Sorry for the late revert, @jedai7. As discussed with the team, this seems to be a Unity-related issue since it's not reproducible in native iOS. With this, the original issue you filed in Unity SDK repo will be reopened to investigate. Thanks. |
Description
I have android and ios build from unity 2021.3.24. And i want to send push notification with image. In Android it works fine



but on ios its dont work. Image missing
Original thread created at unity repository firebase/firebase-unity-sdk#1123
Reproducing the issue
No response
Firebase SDK Version
10.28.1
Xcode Version
16.0
Installation Method
Swift Package Manager
Firebase Product(s)
Crashlytics, In-App Messaging, Messaging, Remote Config
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: