playsrg-apple icon indicating copy to clipboard operation
playsrg-apple copied to clipboard

Update notifications from UserNotificationCenter

Open pyby opened this issue 6 years ago • 0 comments

Feature request

When opening the application, the application can update notifications list from the iOS Notification Center (iOS 10 and above). With this feature, the date will be the real one, and if one notification is missed by the notification service (sometime when rebooting the device), the notification can be saved.

Description of the problem

We implemented it but it freeze the applications with a lot of (unread) notifications. An update in background didn't work in all cases. So we removed it fo the 2.8.2 release.

Environment information

  • Application version: 2.8.2 beta 269
  • iOS version: 10 and above
  • Device: all (tested on iPad)

Reproducibility

Always reproducible

Steps to reproduce

  1. Subscribe to all shows and wait few hours to have 50 notifications or more.
  2. Open the app.
  3. Open the Notification Center (or quit the app).
  4. Open it again (or become active again).

The UI has to be scrollable instantly.

pyby avatar Jul 02 '18 12:07 pyby