I am a beginner developer working on an app. I use FileZilla to upload image files that my app uses. Recently, I replaced an image file via FileZilla, but now the app (published on the Google Play Store) is unable to load the updated image. The issue doesn’t seem to be caching, as even the previous image is not loading anymore.
Can anyone help me figure out what might be causing this and how to resolve it? Any suggestions would be greatly appreciated!
I thought it might be a permissions issue, but I checked, and the permissions are set to 664, so that doesn’t seem to be the problem.