openfoodfacts / smooth-app

🤳🥫 The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
https://world.openfoodfacts.org/open-food-facts-mobile-app?utm_source=off&utf_medium=web&utm_campaign=github-repo
Apache License 2.0
827 stars 277 forks source link

Ensure that Smoothie can read and migrate the database of Open Food Facts v1 on iOS #1233

Closed teolemon closed 2 years ago

teolemon commented 2 years ago

What

teolemon commented 2 years ago
g123k commented 2 years ago

On iOS, the username is available in the UserDefault. The password is saved in Keychain, where the key is the username. For history & lists, everything is on a Realm database.

teolemon commented 2 years ago

@g123k this is fixed, and someone told me yesterday history migration was working