We have the same issue all day without resolve.
iOS sandbox works fine, macOS sandbox returns this error on authentication attempt.
Post
Replies
Boosts
Views
Activity
We experience the same too.
Sporadic ETIMEDOUT on verifyReceipt, non-sandbox environment. Our timeout is 120s which we had no problem with ever, but since Jun 14th started getting timeout responses.
Hi,
I've had the same issue just now. It seems that something is wrong with provisioning profiles, they got invalidated or something. Anyway, regenerating them helped.
If you have 'Automatically manage signing' enabled in your project then you could do the following.
Close Xcode
rm -rf ~/Library/MobileDevice/Provisioning\ Profiles/
Open Xcode and wait until it updates profiles
Try submitting the app again
In my case the issue was gone after the profiles were updated.
I also have this error. I'm using SpeechRecognizer on iPhone 11Pro, iOS 13.3.1.In my case 1107 appears when the recognizer have nothing to recognize for 30 seconds or so. Either no voice or voice in a language different from the one it was created for.