-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[iOS] PushNotification with DeepLinks doesn't work when the app is close #48295
Comments
Warning Unsupported version: It looks like your issue or the example you provided uses an unsupported version of React Native. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Warning Unsupported version: It looks like your issue or the example you provided uses an unsupported version of React Native. |
@Javs-21 A few things to clarify:
|
@shubhamguptadream11 thanks for you replayed for security purposes i can't share or create information about the project (is for a big company).
you can find more cases like mine one |
Description
when my iOS app receive push notification and when the app is close only opens in the home screen but never goes to the screen with the deeplink route, i always get url = null
but the curious thing is when the app is open or in the background it works perfectly, I have implemented documentation's setup with universal links
I am currently working with react native 0.73.11 and i updated to 0.74.6 and 0.75.1 because in your CHANGELOG mentions changes with Push Notification on iOS but the behavior is the same NO FIX
also looking on internet I haven't found any solution
Steps to reproduce
React Native Version
0.73.11
Affected Platforms
Runtime - iOS, Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
none
Screenshots and Videos
none
The text was updated successfully, but these errors were encountered: