When using the LoadifyClient with mock mode enabled for building and testing the application without making network calls, it returns an expired URL. This prevents the loading of images and videos files for both testing and building the UI.
let client = LoadifyClient(isMockEnabled: true)
 
This issue must be resolved via the LoadifyEngine.