function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nirmal021Nirmal021 

Not able to display Image we get from Salesforce on Mobile Application

Hello everyone,

We are developing a Hybrid mobile app for IOS and Android on React native. Our app makes callouts to Salesforce to fetch some images stored as files on records (Url to the Image or file is fetched). These images are dislayed on the App on a custom screen.

The image that we fetch has the following URL -
https://{instance.com}/servlet/servlet.FileDownload?file={SomeID}

We are not able to display images in the mobile by using Image tags or by using Native Mobile components. We are not able to download the content either. We want to know if there are any limitations or issues in doing so.
Priyanka Dhanorkar 22Priyanka Dhanorkar 22
Same issue.

https://developer.salesforce.com/forums/ForumsMain?id=9062I000000XshIQAS

I was trying to debug via the tools, I think you should also try doing same.