I have an IOS and Android app to which I send 'data packet only' notifications - that don't display or trigger a notification sound on the devices.
Having updated B4I and updated the firebase framework to the recently updated version for the wrappers, the IOS App has stopped recognizing these notifications.
The published App continues to work as expected.
A notification with an iosnotification component attached (title body etc) is recognized and displayed.
But the data only ones no longer show up in the App.
If I load the backup of the code for the published version it doesn't work anymore while the pearlier compiled and published copy does.
The implication is that the messages are arriving on the device (as the old copy works) but not being picked up by the app anymore.
Anyone have anything to offer?
The notification is used to tell the app to refresh its data - if it is running. Not necessary if it is closed.
Having updated B4I and updated the firebase framework to the recently updated version for the wrappers, the IOS App has stopped recognizing these notifications.
The published App continues to work as expected.
A notification with an iosnotification component attached (title body etc) is recognized and displayed.
But the data only ones no longer show up in the App.
If I load the backup of the code for the published version it doesn't work anymore while the pearlier compiled and published copy does.
The implication is that the messages are arriving on the device (as the old copy works) but not being picked up by the app anymore.
Anyone have anything to offer?
The notification is used to tell the app to refresh its data - if it is running. Not necessary if it is closed.