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

[BUG] iOS 15 - didReceiveRemoteNotification not called on background of first install #126

Open
lucaschiem opened this issue Oct 11, 2021 · 1 comment

Comments

@lucaschiem
Copy link

Describe the bug
A clear and concise description of what the bug is.
On iOS 15, when fresh install the app -> put it in background (not killed yet) -> send a notification to the app -> tap on the notification -> didReceiveRemoteNotification not called to handle the notification.
Exception or Stack Trace
Add the exception log and stack trace if available

To Reproduce
Steps to reproduce the behavior:
1/ Fresh install app
2/ Put it in background (not killed)
3/ Send notification to the app
4/ Tap on the notification
5/ didReceiveRemoteNotification method not called

Expected behavior
A clear and concise description of what you expected to happen.
didReceiveRemoteNotification is called to handle the notification

Setup (please complete the following information):

  • OS: iOS 15
  • IDE : Xcode 13
  • Version: 3.15

Additional context
Add any other context about the problem here.

Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

  • [ x] Bug Description Added
  • [ x] Repro Steps Added
  • [ x] Setup information Added
@lsaudon
Copy link

lsaudon commented Mar 9, 2023

@lucaschiem Do you find a solution ?

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

2 participants