Posts

Post not yet marked as solved
27 Replies
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 }
Post marked as Apple Recommended
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.
Post not yet marked as solved
3 Replies
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.
Post marked as solved
4 Replies
Seems like the documentation is online now: https://developer.apple.com/documentation/appintents/actionbuttonarticle?changes=latest_maj_5
Post not yet marked as solved
7 Replies
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
Post not yet marked as solved
111 Replies
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 :)
Post not yet marked as solved
2 Replies
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?
Post not yet marked as solved
20 Replies
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?
Post not yet marked as solved
13 Replies
Same issue here... how did you solve it? I can also install it via testflight with no problems...
Post not yet marked as solved
4 Replies
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?
Post not yet marked as solved
3 Replies
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?
Post not yet marked as solved
94 Replies
I would be super happy if somebody has a working config and could post it here.Are you guys using the Document Types? Or the Imported UTIs?For me it was working for a while, but now with no change to my code it's not working any more.And what's also super strange. Even the filepicker is not displaying gpx files correctly.UIDocumentPickerViewController(documentTypes: ["public.xml", "com.topografix.gpx"], in: .import)This used to properly highlight all gpx files for me. Now it's not any more.Our users are really frustrated but we have no idea how to solve the problem.So any hint on how you guys got it working is extremly appreciated!!!
Post not yet marked as solved
94 Replies
For our app it's still not working for all users.We tried hunderts of variations of our Document Types and Imported UTIs ... no change...