I am developing a client application in swift that reads some values from a ble peripheral.
The thing is that after a firmware update on the peripheral, the app stops receiving notifications from characteristics that are marked as notification.
In order to bypass this behaviour I have to manually forget the ble peripheral from the settings in my iPhone.
Is that normal behaviour or am I missing something here?