Search code examples
iosxcode6instrumentsios-ui-automation

iOS uiautomator application names


I am trying to launch and test iOS app's with Xcode instruments. But I do not have every app name for the testing.

For example, I know:

  • SETTINGS == Preferences.app
  • SAFARI == MobileSafari.app

What is app the name for Calendar, Mail, Photos, Messages, Camera, ...?


Solution

  • I was able to find the answer and hopefully it helps others as well:

    • Calendar == MobileCal.app
    • Mail == MobileMail.app
    • Photos == MobileSlideShow.app
    • Messages == MobileSMS.app
    • Camera == Camera.app