问题
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, ...?
回答1:
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
来源:https://stackoverflow.com/questions/30202314/ios-uiautomator-application-names