Skip to content
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

Show an image on iOS notifications #321

Open
scottjodoin opened this issue Jul 23, 2024 · 2 comments
Open

Show an image on iOS notifications #321

scottjodoin opened this issue Jul 23, 2024 · 2 comments

Comments

@scottjodoin
Copy link

I would like to display an image in my notification, ideally to replace the app icon. Is that work in the scope of this project? If not, what is the path forward for me to be able to implement it?

I have found the following resoures:

Apple guide on customizing the notification appearance:
https://developer.apple.com/documentation/usernotificationsui/customizing-the-appearance-of-notifications

Creating iOS extensions in Xamarin in Maui
https://vladislavantonyuk.github.io/articles/Extend-.NET-MAUI-application-with-iOS-Extensions/

Creating push notifications with images in Xamarin
https://stackoverflow.com/questions/54412303/xamarin-ios-cannot-display-photo-in-push-notification

@AdamEssenmacher
Copy link
Collaborator

This project is a wrapper over the native iOS Firebase SDKs. AFAIK, the native iOS FCM SDK has nothing to do with displaying images in notifications, which means it's out of the current scope of this project.

@TobiasBuchholz
Copy link
Owner

Take a look at the comment in this related issue #100 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants