Are HealthKit permissions needed from BOTH iOS and WatchOS?
I'm requesting authorization from watchOS which in-turn guides user to open the iOS app to acquire permissions. To transfer information I am using WatchConnectivity by creating a WCSession between the two devices.
Is it enough to present permissions from watch only?