你好 @Salalf01, 我已经将其添加到 AppDelegate 中, 并且它已经正常工作。 但是在接收远程通知时, onNotification 被多次调用。
LOG NOTIFICATION: {"action": undefined, "badge": undefined, "data": {"notificationId": "7FD90B6C-E65E-4F13-9F74-897DCBBBB025", "remote": true}, "finish": [Function finish], "foreground": true, "id": undefined, "message": undefined, "reply_text": undefined, "soundName": undefined, "subtitle": undefined, "title": undefined, "userInteraction": false} LOG NOTIFICATION: {"action": undefined, "badge": undefined, "data": {"notificationId": "F86B0E61-1EC6-4FFB-883A-0238746A28B3", "remote": true}, "finish": [Function finish], "foreground": true, "id": undefined, "message": undefined, "reply_text": undefined, "soundName": undefined, "subtitle": undefined, "title": undefined, "userInteraction": false} LOG NOTIFICATION: {"action": undefined, "badge": undefined, "data": {"notificationId": "A692F3D3-0B68-49CA-B6ED-62DF86F5912C", "remote": true}, "finish": [Function finish], "foreground": true, "id": undefined, "message": undefined, "reply_text": undefined, "soundName": undefined, "subtitle": undefined, "title": undefined, "userInteraction": false} LOG NOTIFICATION: {"action": undefined, "badge": undefined, "data": {"notificationId": "F42E9052-7AB6-42D4-AE86-FECFD51AFCC7", "remote": true}, "finish": [Function finish], "foreground": true, "id": undefined, "message": undefined, "reply_text": undefined, "soundName": undefined, "subtitle": undefined, "title": undefined, "userInteraction": false} LOG NOTIFICATION: {"action": undefined, "badge": undefined, "data": {"notificationId": "F4B632FE-EA9B-4F07-A4AF-9950783C027C", "remote": true}, "finish": [Function finish], "foreground": true, "id": undefined, "message": undefined, "reply_text": undefined, "soundName": undefined, "subtitle": undefined, "title": undefined, "userInteraction": false} LOG NOTIFICATION: {"action": undefined, "badge": undefined, "data": {"notificationId": "192B2180-444E-43DB-8219-6A8509C8A514", "remote": true}, "finish": [Function finish], "foreground": true, "id": undefined, "message": undefined, "reply_text": undefined, "soundName": undefined, "subtitle": undefined, "title": undefined, "userInteraction": false} LOG NOTIFICATION: {"action": undefined, "badge": undefined, "data": {"notificationId": "42328E09-F8D2-4FB9-8566-2A5F9FDAD213", "remote": true}, "finish": [Function finish], "foreground": true, "id": undefined, "message": undefined, "reply_text": undefined, "soundName": undefined, "subtitle": undefined, "title": undefined, "userInteraction": false}
内容来源: zo0r/react-native-push-notification