I have an independent WatchOS App that I wish to add IAP to. I have followed this guide (i.e. signed all documents and set up a product in App Store Connect) and set the deployment target to WatchOS 6.2, but when I want to add the IAP capability it does not show up as an availiable capability in the list.
I suspect it is because I have 3 targets in my project ("WatchApp", "WatchApp WatchKit App" and "WatchApp WatchKit Extension") and, as I understand it, I need to add the IAP capability to the "WatchApp WatchKit Extension", while the Bundle ID in App Store Connect matches the Bundle Identifier of the "WatchApp" and not the "WatchApp WatchKit Extension".
Do I have to delete the app from App Store Connect and recreate it such that the App Store Connect Bundle ID matches the WatchKit Extension Bundle Identifier?