Appium Data Load Issue

I’ve been using Appium for multiple projects. Today, we faced a new issue -

We have a heavy iOS application with 20+ images in the landing page after logging in.
When we’re launching the application using appium, the Simulator tries to load the page, but complete load does not happen, and we only get the Clock loading symbol.

Appium log is also not issuing any errors, but the following warnings are generated:

info: [IOS_SYSLOG_ROW ] Jan 23 12:53:52 C02ML05UFD57 lsd[16467]: LaunchServices: Currently 0 installed placeholders: (
info: [IOS_SYSLOG_ROW ] )

info: [IOS_SYSLOG_ROW ] Jan 23 12:54:03 C02ML05UFD57 mstreamd[16448]: (Note ) PS: Media stream daemon stopping.

info: [IOS_SYSLOG_ROW ] Jan 23 12:54:03 C02ML05UFD57 mstreamd[16448]: (Note ) AS: <MSIOSAlbumSharingDaemon: 0x7faf4410abd0>: Shared Streams daemon has shut down.
info: [IOS_SYSLOG_ROW ] Jan 23 12:54:03 C02ML05UFD57 mstreamd[16448]: (Warn ) mstreamd: mstreamd shutting down.

Are we doing anything wrong?

How can we handle data load, for new screens, in Appium?

hei folks … any feedback on this issue?

Quick add-on info:

We are trying to add information related to 60 configurations on our iOS application 1st screen. According to Appium Log, it tries to load the data, but nothing happens after 30 configuration data is loaded!