openedx / openedx-app-ios

The mobile app for iOS for the Open EdX Platform.
Apache License 2.0
20 stars 16 forks source link

[iOS] Don't delete downloaded videos when the user logs out #267

Closed sergeymomot closed 7 months ago

sergeymomot commented 8 months ago
          On the production apps we don't delete downloaded videos. Please cross-check it.

_Originally posted by @saeedbashir in https://github.com/openedx/openedx-app-ios/pull/239#discussion_r1458528035_

  1. When a user logs out, the downloaded content should not be deleted, so that when the user logs in again, all downloaded content will be available to him again.
  2. For each user, only their downloaded content should be displayed.