In the documentation of deferQueryRequestToNetwork method which is used to do a network request on message filter extension.
There is no mention of timeout period applied to network requests.
https://developer.apple.com/documentation/sms_and_call_reporting/ilmessagefilterextensioncontext/2880240-deferqueryrequesttonetwork
So my question is what is the timeout period of the deferQueryRequestToNetwork method?
And is there some changelog to know has this value changed in some iOS version.
Post
Replies
Boosts
Views
Activity
In the documentation of deferQueryRequestToNetwork method which is used to do a network request on message filter extension.
There is no mention of timeout period applied to network requests.
https://developer.apple.com/documentation/sms_and_call_reporting/ilmessagefilterextensioncontext/2880240-deferqueryrequesttonetwork
So my question is what is the timeout period of the deferQueryRequestToNetwork method?
And is there a changelog that this timeout has changed at some point during iOS update?