Our current system works like this. An object has a timestamp to indicate an image has been updated for the apps. This timestamp will be updated when the image is uploaded to the storage. The old image will be replaced by the new image.
But our iOS developer (Frank) has a problem, he is using SDWebImage to load the image in his cell. But when he uses the same path and the image timestamp in the object changes SDWebImage does not reload the image. Because it caches the image with the URL.
How can this be solved?