Carles Roig
Carles Roig
Also, I found out that a request is made on every event to https://graph.facebook.com/v13.0/XXXXXXXX/aem_conversion_configs?advertiser_ids=%5B%5D&debug=info&fields=&format=json&include_headers=false&sdk=ios and the response is always { "data": [ ] }
After firing the Settings configs on didBecomeActive, I manage to see events being flushed. Nevertheless, I still can not see them on Event Manager ```swift FBSDKLog: FBSDKAppEvents: Flushed @ 1653398625.000000,...
Same problem in here
is there any objective c plugin that works with sonarQube 7.0?
I solved the issue by falling back to use FoundationTransport() instead of TCPTransport(). ``` if #available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *), !useCustomEngine { self.init(request: request, engine: NativeEngine())...