You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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):
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
The text was updated successfully, but these errors were encountered: