andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.75k stars 521 forks source link

db upload using api working fine. But db does not have any data. Its Same as prepopulated #513

Open ujosat opened 2 years ago

ujosat commented 2 years ago

Hi, I uploaded sqlite db from IOS live app.Uploading feature is working fine.But sometimes data is not updated (issue only in uploaded db) in this db.its like a prepopulated db. App is working fine with updated data. but uploaded db didn't updating

manishpandia commented 1 year ago

Same issue I am facing

When trying to upload the DB to the server then not able to get an updated DB, all tables are showing empty but when I restart the app then able to get the updated DB

NOTE: - Application is working fine with updated data

ujosat commented 1 year ago

@manishpandia Same folder having multiple files. We need that files also for getting the updated db.