Unable to get badge to update with push notification

@Naaman_Tammuz I would suggest you to update the backendless-react-native to the latest version

Thanks for the reply. We’ve tried upgrading but push notifications now no longer deliver to the device. The device registration and token is correctly in backendless and our certificates have been uploaded for a while. In real time logging we can see the push notification scheduled successfully without error:

16:59:13 | SERVER_CODE | INFO | [14242] [EB2B76FF-3DB1-17D2-FF43-8CDBDCEB0100] [INVOKE SERVICE] services.EstuaryService.schedulePushNotification
16:59:13 | SERVER_CODE | INFO | [14242] Scheduling push notification for: 1635091200000
16:59:14 | SERVER_CODE | INFO | [14242] Push notification scheduled for device 3B89FB48-7621-40A8-B53E-BB15CA00D547 { errorMessage: null, messageId: 'message:22785DB2-A504-487D-91D3-598D31847BF7', status: 'scheduled' }
16:59:14 | SERVER_CODE | INFO | [14242] Processing finished in 649.866ms

But the push notification never delivers to the device. Are there any additional logs we can see to see why this is the case?