python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
WCErrorCodePayloadTooLarge - Payload is too large
I'm trying to make a WatchOS app that can receive images and a title from a iPhone app in SwiftUI.
I create a object that has SecureCoding. The object is called TemplateObject that can have a String a...
leosebben
Votes: 0
Answers: 1
WCSession "isComplicationEnabled" always returns false in iOS 15.4
Since I've updated my test device (iPhone 12 mini) to the latest iOS version 15.4, the complications of my companion app on the watch (watchOS 8.5) do not receive any updates sent by the iOS app.
To r...
napIT-Apps
Votes: 0
Answers: 1
How to get workout session data on iphone app?
What is the correct way to pass the collected workout data on the apple watch to the iOS app for display? Should I do this using WatchConnectivity or is there a special way of communication designed f...
Wojciech Konury
Votes: 0
Answers: 0
cannot find uiviewcontrollerrepresentable in scope
I have a WatchKit extension to my app and I need to modify the data in the content view with updates from the app on the phone. So I am using the code below... but the compiler errors out saying it c...
Scott Tarone
Votes: 0
Answers: 1