Native applications bundle ids in watchOS

I am just looking for the native watchOS applications bundle ids. For example: for iPhone: "com.apple.news" and what is for Watch: ??? I tried "com.apple.news.watchkitapp" which doesn't work. Maybe someone know how to help me?

Replies

I am just looking for the native watchOS applications bundle ids.

Why do you need this info?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

  • I am working on Apple Watch UI testing using XCUITest and I need to interact with the Home Screen itself for complication management (I know that for iOS it is "com.apple.springboard") and as well as with other apps in order just to launch them with XCUITest "launch" command.

Add a Comment

I am working on Apple Watch UI testing using XCUITest

Oh, right, I saw your question go back under the XCTest tag.

I don’t have a good answer for you. The equivalent of Springboard on watchOS is, IIRC, Carousel, but I’ve no idea what its bundle ID is. You might be able to uncover something useful by rummaging through the system log. Failing that, I recommend that you open a DTS tech support incident so that one of my colleagues can carve out time to research this properly.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Thank you! I will look what I can do in that case, I really appreciate your help!