1

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?

zhanch
  • 145
  • 1
  • 8

1 Answers1

1

Hope this might help you.

iPhone app bundle ID: com.companyName.myapp

Watch app bundle ID: com.companyName.myapp.watchkitapp

Watch extension bundle ID: com.companyName.myapp.watchkitapp.watchkitextension

DevIOS
  • 11
  • 2
  • Thank you for your help I already tried that, in this case it didn't work for native watchOS applications, but really appreciate your help! – zhanch Mar 28 '22 at 08:11