@Apple
I can now enable Live Caller ID in Settings and the OS isn't churning out any errors while doing so.
However when a call is made to the handset, I see see the OS is doing a lookup to the PIRService, but its timing out:
error = Error Domain=com.apple.CipherML Code=400 "Error Domain=com.apple.CipherML Code=401 "Unable to request data by keywords batch: The request timed out." UserInfo={NSLocalizedDescription=Unable to request data by keywords batch: The request timed out., NSUnderlyingError=0x8b4290a80 {Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={NSLocalizedDescription=The request timed out., NSErrorFailingURLKey=http://192.168.1.100:8080/.well-known/private-token-issuer-directory}}}: The request timed out." UserInfo={NSLocalizedDescription=Error Domain=com.apple.CipherML Code=401 "Unable to request data by keywords batch: The request timed out." UserInfo={NSLocalizedDescription=Unable to request data by keywords batch: The request timed out., NSUnderlyingError=0x8b4290a80 {Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={NSLocalizedDescription=The request timed out., NSErrorFailingURLKey=http://192.168.1.100:8080/.well-known/private-token-issuer-directory}}}:
The service-config.json contains:
"issuerRequestUri": "http://192.168.1.100:8080/issue",
And the extension contains:
serviceURL: URL(string: "http://192.168.1.100:8080")!,
tokenIssuerURL: URL(string: "http://192.168.1.100:8080")!,
Any suggestions what the issue might be?
Topic:
App & System Services
SubTopic:
General
Tags: