Same issue here. Would be nice if it could be fixed soon :-) Just writing here to get notified on updates!
Post
Replies
Boosts
Views
Activity
Same problem here on watchOS 10. When calling requestWhenInUseAuthorization (or any other version of it) nothing happens. There is no system-dialog popping up only the delegate complaining about Error Domain=kCLErrorDomain Code=1.
It must be something with the project setup though. I made a small sample app and there it is working.
I tried removing the setting my app to App is only available as a standalone watchOS app and then the popup appears. I don't want that setting though. I do have a companion app.
Edit:
I just discovered this message in the console app:
{
"msg":"#AuthPrompt #Warning Delaying authorization request placed while insufficiently in-use",
"ClientKeyPath":i<my-bundle-id>.watchkitapp:,
"requestType":0,
"inUseLevel":0
}
Exact same issue. Same crash report. Also only affecting iOS 13 devices. Which I can't even reproduce, cause Xcode won't show my iOS 13 devices as target devices.
Just posting this to subscribe to this thread here until somebody hopefully has a solution.
Did anybody of you @SantaKlaus and @araujokth find a solution to your problem? I also would like to use simple and small marker for detecting the edge of a shelf.
Seems like the documentation is online now: https://developer.apple.com/documentation/appintents/actionbuttonarticle?changes=latest_maj_5
@khm2 filed a bug-report (FB11716182)
Thx for your reply and I'll keep you posted
Hello @khm2. I was just researching on why german seems to be slower and just found your post here. I do have the exact same problem as you describe. English seems to have no noticeable delay at all and german does have a very noticeable delay before I can hear the TTS.
Did you find a solution to the problem yet? I also made sure I downloaded all languages for german, with no change in the delay.
Also... how do you get the logs you are posting? I can't see those in my console?!?
Cheers,
Georg
Sometimes the unplugging and turning off bluetooth works. Sometimes it does not. Currently I am trying again to get Xcode to open my app on my phone and it just does not want to. Really really frustrating.
So Apple... If you are reading this... there a quite a few developers here having the same issue. Please fix this! PLEASE :)
I am seeing the same error as you describe.
Error Domain=SKErrorDomain Code=0 "Ein unbekannter Fehler ist aufgetreten" UserInfo={NSLocalizedDescription=Ein unbekannter Fehler ist aufgetreten, NSUnderlyingError=0x281704f30 {Error Domain=ASDErrorDomain Code=825 "Der Vorgang konnte nicht abgeschlossen werden. (ASDErrorDomain-Fehler 825.)" UserInfo={NSLocalizedDescription=Der Vorgang konnte nicht abgeschlossen werden. (ASDErrorDomain-Fehler 825.)}}}
Error message is in german, but it's the same as you describe. Did you find out what was causing the problem?
It seems I am running into the same problem. I need to download multiple files from my server, and even when setting the max number of connections per host to 2.
let config = URLSessionConfiguration.background(withIdentifier: "background-download")
config.sessionSendsLaunchEvents = true
config.httpMaximumConnectionsPerHost = 2
config.timeoutIntervalForRequest = 120
let session = URLSession(configuration: config, delegate: self, delegateQueue: nil)
all requests are hitting our server at the same time.
Is there any update on that issue?
Same issue here... how did you solve it? I can also install it via testflight with no problems...
Same issue as well. Was working before, not it's not working any more 😟 (Xcode 11.4.1, iOS 13.4.1)Does anybody have any solution?
I have the same error popping up for some users all of a sudden. No App Update, no nothing... And the user is logged in... any other idea what the problem could be?