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

Issue with Notification Image in Background and Kill State #430

Open
virenradadiya opened this issue Jan 2, 2024 · 0 comments
Open

Issue with Notification Image in Background and Kill State #430

virenradadiya opened this issue Jan 2, 2024 · 0 comments

Comments

@virenradadiya
Copy link

Description

I am currently facing an issue with the integration of notification images in my application. The problem specifically occurs when the app is in the background or has been killed. In these states, the notification image is not being displayed, and I only see the title and body of the notification.

Expected Behavior
I expect the notification to display the image even when the app is in the background or has been killed.

Additional Information

  • React Version: 17.0.2
  • React native Version: 0.68.7
  • Lib Version: 1.11.0
PushNotificationIOS.addNotificationRequest({
        id: remoteMessage?.messageId,
        title: remoteMessage?.notification?.title,
        body: remoteMessage?.notification?.body
        userInfo: remoteMessage.data,
        isSilent: false,
        isCritical: true,
 });

Thank you for addressing this issue promptly. Let me know if you need any further information.

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

1 participant