Is it possible to check logo on app launching screen?

Hello. I’m test an IOS app. I want to check logo on launch screen. I mean when I launch the app. Is it possible?

Yes, just assign an Accessibility ID to the logo, and fo findElementByID on the driver.

But appium inspector loading longer, than this screen. I mean the app already launched when Appium Inspector launched.

I would recommend finding/updating the locator in the storyboard, instead of finding using Appium Inspector, but for that you need to have access to App source code or just ask the App dev Team to do that for you.

https://developer.apple.com/library/content/documentation/General/Conceptual/Devpedia-CocoaApp/Storyboard.html