You can manually inform the Luciq SDK that screen loading has ended using the following API. You'll simply need to pass the current View Controller or Activity
APM.endScreenLoading(for viewController: self) // self here is a reference to a UIViewController[LCQAPM endScreenLoadingForViewController: self]; // self here is a reference to a UIViewControllerAPM.endScreenLoading(YourActivity.class);APM.endScreenLoading(Class<T> activityClass)APM.endScreenLoading();