Open bhuwanchopra opened 1 year ago
Check if the follow SQL query return anything from the Manifest.db
of the iOS backup?
SELECT fileID, file
FROM Files
WHERE relativePath = 'ChatStorage.sqlite'
AND flags=1
AND domain='AppDomainGroup-group.net.whatsapp.WhatsApp.shared'
ORDER BY domain, relativePath
LIMIT 1;
I got the same issue.