I have several images of people and am giving them the ability to change the picture out by taking a new picture with their device. The images are stored on the web and the UriImageSource Uri is an internet url. Everything works perfectly until the image changes on the server, I can't figure out how to invalidate the cache and re-load the image from the server. I have tried appending a querystring on the end of the file (i.e. https://www.image.com/Image.jpg?ver=33), tried creating a new UriImageSource with caching enabled = false, but nothing seems to work...?
I have tried using regular images as well as James' ImageCircle plugin.