Building a test app and images stored on Dropbox aren't loading. Is there a secret to using Dropbox in PosterURLs? The links are https:// vs. http: Is that a problem?
You didn't mention which screen type you're using, but the roGridScreen doesn't support https (unless they've fixed it recently), so if you're using a grid, you'll need to download the images to tmp first. The other screens should work if you call their ifHttp.SetCertificates("common:/certs/ca-bundle.crt") method.