thingsboard / flutter_thingsboard_pe_app

ThingsBoard PE Mobile Application
https://thingsboard.io/products/mobile-pe/
BSD 3-Clause "New" or "Revised" License
87 stars 69 forks source link

Getting Error in More Page, when reopening the app. #78

Closed ronit18 closed 5 months ago

ronit18 commented 5 months ago

I am currently using the latest code for my android app. And in that i have configured Notifications. It was working perfectly (Notifications page and notification count bubble). After the latest code, i am not seeing any notifications in notifications page. I am seeing a notification in my noitication center (Phone's).

WhatsApp Image 2024-04-04 at 11 14 05 AM

ybeshkarov commented 5 months ago

Hello @ronit18,

Previously, notifications were stored locally on the phone, but this approach led to some issues. Therefore, we've reworked the system to retrieve notifications from the backend instead. However, due to the backend part not being updated and lacking several endpoints, you're currently unable to access your notifications.

We apologize for the inconvenience. We're confident the backend will be updated soon, and you'll be able to access your notifications.