I am trying to add widget extensions to my existing watch app which is in turn attached to an iOS app. I am getting this error:
Please try again later.
Unable To Install “nextBellWatch” Please try again later. WatchKit 2.0 app's bundle ID com.seanmccomas.nextBellSingleView.watchkitapp is not prefixed by the parent app's bundle ID followed by a '.'; expected prefix .
Here are my bundle IDs:
iOS App: com.seanmccomas.nextBellSingleView
iOS widget extension: com.seanmccomas.nextBellSingleView.NextBellWidget
watch app: com.seanmccomas.nextBellSingleView.watchkitapp
watch widget extension: com.seanmccomas.nextBellSingleView.watchkitapp.widget
What am I missing?
I feel like I have done everything right.