Posts

Post not yet marked as solved
1 Replies
2.6k Views
I want to develop an independent app for watchOS, which also has an optional companion app to communicate on iOS.I added a "Watch App" to my targets. Then I followed the demo project to add WatchConnectivity functionality.Then on launch I get the following message:Could not install at this time.WatchKit apps specifying WKWatchOnly = YES in their WatchKit app extension's Info.plist cannot also have WKCompanionAppBundleIdentifier in the app's Info.plist.According to this thread, it is possible to use WKRunsIndependentlyOfCompanionApp. Is it possible to put this as a standalone watch app on the store when combined with WKWatchOnly = NO?Is the suggested way to use the target template "Watch App for iOS App" for the case of communicating though independent apps?
Posted
by SamSepiol.
Last updated
.