Question

WatchOS only app, which bundle identifier should I use?

  • 16 January 2022
  • 2 replies
  • 524 views

Badge +2

I have a watchOS only app, and the default project setup from Apple contains 3 targets:

  • <app name> - com.homecraftedindustries.<app name>
  • <app name> WatchKit App - com.homecraftedindustries.<app name>.watchkitapp
  • <app name> WatchKit Extension - com.homecraftedindustries.<app name>.watchkitapp.watchkitextension

Which one of these bundle identifiers is the one I should include in RevenueCat as the App Bundle ID?


2 replies

Userlevel 6
Badge +8

Hey @David Weiss!

Sorry for the delay here! Did you end up getting this figured out? I think you should be good to only include the .watchkitapp bundle ID in the dashboard.

Badge +2

Hey @David Weiss!

Sorry for the delay here! Did you end up getting this figured out? I think you should be good to only include the .watchkitapp bundle ID in the dashboard.

I have:

ios target bundle id: com.appname 

watchos target bundle id: com.appname.watchkitapp

appstoreconnect: com.appname

What should my revenuecat bundleID in the dashboard be?

(I ask b/c right now my revenuecat auto-renew subscription offerings are only showing up in the xcode simulator watch, not on xcode watch device or testflight watch device, where it errors on both)

Reply