NordicSemiconductor / IOS-nRF-Connect

Info page
https://nordicsemiconductor.github.io/IOS-nRF-Connect/
136 stars 32 forks source link

updated IOS nRF connect app does not show the expected returning data from firmware, see screenshot for details #145

Closed xingguo-huang2 closed 8 months ago

xingguo-huang2 commented 8 months ago

I was using nRF connect IOS version just fine, but someday a few week ago, since I updated the app on my iphone, then the app stopped working as expected(no return data from firmware can be observed on the app).

I happened to have an older version of the iPad IOS nRF app which works fine.

However, when I try to use my updated iPhone app to communicate with the firmware, it won't show me the returned data.

IMG_2AAB59A5E147-1 IMG_2284

dinesharjani commented 8 months ago

Oh, that's a good one. So what's happening is that the 'write' is not triggering a Log update, but the Write is happening as you can see from 'Client' tab. It's a fault caused by optimising the Logs screen to not update in the background when you can't see the logs, only it's not updating when you return to them.

dinesharjani commented 8 months ago

Marking this as fixed. Will ship with version 2.7.3.

xingguo-huang2 commented 7 months ago

Marking this as fixed. Will ship with version 2.7.3.

Upgraded to 2.7.5, the problem is still not fixed.....

IMG_0364 IMG_0365

xingguo-huang2 commented 7 months ago

Please help fix the above issue... Thank you!

philips77 commented 7 months ago

Based on the image from the first comment you're disabling notifications just after enabling them: 294601104-98af8db1-1797-47c3-a3df-bd4d48a39f30

When disabled, you'll not get any updates.

xingguo-huang2 commented 7 months ago

Screenshot 2024-01-26 at 1 29 29 PM Thank you very much! This worked for me. Just post it here in case someone will need it.