Post

Replies

Boosts

Views

Activity

Reply to Watch app cannot make direct requests without having the iPhone wifi on
I think it works only when the phone is switched off and I guess it's the behaviour. So can't handle it on the developer end. Anyone who finds out this as a major problem can refer to this, If the app is not working while the phones wifi is switched off, then shutdown the phone and give a try. The app should work(It works for me). I am not quite sure this is a solution but since limited resources this would help some. And if anyone finds out a correct answer please post it in here. https://stackoverflow.com/questions/69115146/watch-app-cannot-make-direct-requests-without-having-the-iphone-wifi-on?noredirect=1#comment122156456_69115146 Thanks.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’21
Reply to WatchOS URLSession does not work without paired iPhone?
Hey I am also getting the same error. My error looks something likes this,  Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_NSURLErrorFailingURLSessionTaskErrorKey=LocalDataPDTask <284518A5-63C9-42B2-A51A-EB785693DB8F>.<1>, NSLocalizedDescription=The Internet connection appears to be offline., _kCFStreamErrorCodeKey=50, _NSURLErrorRelatedURLSessionTaskErrorKey=(     "LocalDataPDTask <284518A5-63C9-42B2-A51A-EB785693DB8F>.<1>" Did anyone solved this issue
Sep ’21
Reply to App on Apple Watch crashes when installed via TestFlight
Hey, how did you extract the crash log?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to TestFlight watchOS build crashes on Apple Watch Series 3 devices (32-bit) (Bitcode related?)
Hi, how did you get the crash logs?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to How to decrypt in swift using CommonCrypto
Ok I found the issue. Before converting it to a UInt8 Array you need to convert it to a data object and then convert it to unit8 array for feeding. So the code in swift should look like this, let str = "SJeOvypKWad9GzUD2GHRig==" let data = Data(base64Encoded: str); let buf: [UInt8] = Array(data!)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to WatchConnectivity not working on device
Any solution?? I am also facing the same issue. The phone is paired and the app is installed but when I try to send a message it gives Watch app is not reachable?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Watch app cannot make direct requests without having the iPhone wifi on
I think it works only when the phone is switched off and I guess it's the behaviour. So can't handle it on the developer end. Anyone who finds out this as a major problem can refer to this, If the app is not working while the phones wifi is switched off, then shutdown the phone and give a try. The app should work(It works for me). I am not quite sure this is a solution but since limited resources this would help some. And if anyone finds out a correct answer please post it in here. https://stackoverflow.com/questions/69115146/watch-app-cannot-make-direct-requests-without-having-the-iphone-wifi-on?noredirect=1#comment122156456_69115146 Thanks.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to WatchOS 6: The Internet connection appears to be offline.
Hey I am also facing this issue. Any soltuion?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to WatchOS URLSession does not work without paired iPhone?
Hey I am also getting the same error. My error looks something likes this,  Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_NSURLErrorFailingURLSessionTaskErrorKey=LocalDataPDTask <284518A5-63C9-42B2-A51A-EB785693DB8F>.<1>, NSLocalizedDescription=The Internet connection appears to be offline., _kCFStreamErrorCodeKey=50, _NSURLErrorRelatedURLSessionTaskErrorKey=(     "LocalDataPDTask <284518A5-63C9-42B2-A51A-EB785693DB8F>.<1>" Did anyone solved this issue
Replies
Boosts
Views
Activity
Sep ’21