-
Push notifications are working on Android but not iOS. I have tested on a device and through TestFlight I have done the additional setup required for iOS. Package.json
Included in index.js
AppDelegate.m
Xcode target output
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Push notifications on iOS definitely work. This will be a project-specific problem. It will not be possible really to provide support for it since getting it right is difficult (unfortunately) Please search the issues and the tips-n-tricks on rnfirebase.io for important items related to background processing or foreground processing etc. You may want to take advantage of the recently added ability to set Firebase debugging on via javascript #5606 then launch on a real device from Xcode and watch the console output from within Xcode. |
Beta Was this translation helpful? Give feedback.
Push notifications on iOS definitely work. This will be a project-specific problem. It will not be possible really to provide support for it since getting it right is difficult (unfortunately)
Please search the issues and the tips-n-tricks on rnfirebase.io for important items related to background processing or foreground processing etc.
You may want to take advantage of the recently added ability to set Firebase debugging on via javascript #5606 then launch on a real device from Xcode and watch the console output from within Xcode.