I would like to know how app developers respect the following policy:
Please cache all images! All images are required to be cached in your app or server and not loaded directly from our CDN. Hotlinking images is not allowed and will be blocked.
ONCE PER USER: Do you have a user download an image once and maintain a permanent local cache?
ONCE PER APP: Do you use something like Cloudinary to download an image from the CDN once ever for your whole app?
Thanks