facebook / facebook/facebook-ios-sdk
Query fired: did not receive all answers in time for graph.facebook.com:443
- Dominant language
- Swift
- Stars
- 8.1k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues)
- [X] I've looked for existing answers on [Stack Overflow](https://facebook.stackoverflow.com), the [Facebook Developer Community Forum](https://developers.facebook.com/community/) and the [Facebook Developers Group](https://www.facebook.com/groups/fbdevelopers)
- [X] I've read the [Code of Conduct](https://github.com/facebook/facebook-ios-sdk/blob/main/CODE_OF_CONDUCT.md)
- [X] This issue is not security related and can safely be disclosed publicly on GitHub
### Xcode version
14.0
### Facebook iOS SDK version
15.0.0
### Dependency Manager
SPM
### SDK Framework
Core
### Goals
I would like to track app installs and send custom events to Facebook Events Manager
### Expected results
App installs tracked and custom events received in Facebook Events Manager.
### Actual results
Installs are not tracked. Neither standard nor custom app events are received in Facebook Events Manager. I see the following error in xcode logs:
```Query fired: did not receive all answers in time for graph.facebook.com:443```
Full log:
```
2022-10-02 18:35:27.271639+0200 Appname7446:2051894] [connection] nw_resolver_start_query_timer_block_invoke [C1.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
2022-10-02 18:35:27.271946+0200 Appname7446[7446:2051894] [connection] nw_resolver_start_query_timer_block_invoke [C2.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
2022-10-02 18:35:27.287321+0200 Appname7446[7446:2051894] [connection] nw_resolver_start_query_timer_block_invoke [C3.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
2022-10-02 18:35:27.360958+0200 Appname7446[7446:2051894] [connection] nw_resolver_start_query_timer_block_invoke [C1.1.2] Query fired: did not receive all answers in time for graph.facebook.com:443
2022-10-02 18:35:27.361291+0200 Appname7446[7446:2051894] [connection] nw_resolver_start_query_timer_block_invoke [C2.1.2] Query fired: did not receive all answers in time for graph.facebook.com:443
2022-10-02 18:35:27.386177+0200 Appname7446[7446:2051891] [connection] nw_resolver_start_query_timer_block_invoke [C3.1.2] Query fired: did not receive all answers in time for graph.facebook.com:443
2022-10-02 18:35:27.498069+0200 Appname7446[7446:2051894] [connection] nw_resolver_start_query_timer_block_invoke [C7.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
2022-10-02 18:35:27.498387+0200 Appname7446[7446:2051894] [connection] nw_resolver_start_query_timer_block_invoke [C8.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
2022-10-02 18:35:27.498540+0200 Appname7446[7446:2051894] [connection] nw_resolver_start_query_timer_block_invoke [C9.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443```
### Steps to reproduce
1. Create a new app in xcode.
2. Add Facebook SDK according to the installation guidelines.
3. Run app from Xcode.
### Code samples & details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.