I've inherited a Xamarin mobile app (focused on iOS). It's an internal app that's not published to the app store.
The app currently retrieves images from an API. While running iOS simulator, I can see that plist files are saved in the Documents/
directory and the images are stored in the Documents/Content
directory. If those files are already there, the app doesn't connect to the API.
We no longer have access to the API. While we're in the process of rebuilding the API, I'd like to bundle the images and plist files with the application so that it is no longer dependent on the current API. I'm new to Xamarin and am not sure where to start with this.
UPDATE: FWIW, I'm on a mac, currently using JetBrains Rider IDE