wcsession Questions

14

I have a Watch OS 2 application that communicates with the iOS app via WCSession method sendMessage:replyHandler:errorHandler: The iOS application reply correctly but time to time I get the error ...
Aeroballistics asked 18/10, 2015 at 16:56

3

Making a connection between iOS and iWatch devices, xCode writes [WC] WCSession counterpart app not installed. After a lot of research, I've found a solution, maybe it will be helpful for someone...
Trictrac asked 8/3, 2020 at 17:46

2

I'm working on an app that share data between iPhone and Apple Watch, using WCSession method sendMessage:replyHandler:errorHandler: After implementing that method I get the error like: WCSession ...
Haeckel asked 10/2, 2017 at 4:22

2

Solved

Situation: Since our users have updated their iOS to 11 and/or WatchOS to 4, our iOS app doesn't seem to fire any scheduled timers when the app gets started by our WatchOS app. Maybe we are doing...
Footpad asked 27/11, 2017 at 9:28

0

I've having issues synchronizing user credentials between iOS and watchOS. My basic set up is that my iOS app and watchOS app both need to talk to a backend server, and they both need an access t...
Stearns asked 28/2, 2017 at 18:50

1

Solved

I just converted a Swift 2 app to Swift 3, using the convert function of Xcode 8. My code has a class marked as WCSessionDelegate. In Swift 2 it compiled without the methods sessionDidBecomeIna...
Shirr asked 15/9, 2016 at 14:17

2

Solved

I have an existing iOS 9.2 and watchOS 2.1 app that uses sendMessage and transferUserInfo to send data from the iPhone to the Apple Watch. If sendMessage fails, I am using transferUserInfo to queue...
Factotum asked 29/3, 2016 at 13:58

2

So I am using Watch Connectivity to request an array from the iPhone to the Watch. The idea was to sendMessage from the watch, and the iPhone will reply with the array within the didReceiveMessag...
Hoon asked 2/2, 2016 at 18:15

1

Solved

When sending data using the WatchConnectivity framework, either from the phone to the watch or vice-versa, how big can the payload be before the framework gives me the WCErrorCodePayloadTooLarge er...
Regal asked 8/10, 2015 at 21:4

2

Solved

What is the difference between transferCurrentComplicationUserInfo and transferUserInfo? I want to send data from my AppDelegate to a clock kit complication. transferCurrentComplicationUserInfo s...

1

Solved

I wonder at what point one would call activateSession() on a WCSession object on the watch and on the iOS device. In the documentation it says: Always assign a delegate and activate your session ...
Debbiedebbra asked 16/10, 2015 at 10:37
1

© 2022 - 2024 — McMap. All rights reserved.