Bondar Yaroslav
Bondar Yaroslav
Do you have any plans to fix it? I think it is very important.
same here for iOS 9, 10 "BOOL succeeded = CFHostStartInfoResolution(hostRef, kCFHostNames, &error);" returns false
> If someone found something on this please let me know so I can integrate it on the lib nothing found yet
> @bonyadmitr Thanks for your PR. How could I reproduce this case? Using "Toggle in-call Status bar" doesn't seem to trigger the function call? I'm a little bit confused. It...
i have added timer to monitor finish state: ```swift Timer.scheduledTimer(withTimeInterval: 1, repeats: true) { [weak self] timer in if movieFile.videoEncodingIsFinished, movieFile.audioEncodingIsFinished { timer.invalidate() } } ```
Also there is warning "Warning: Unable to create restoration in progress marker file"
Same issue on installing as dynamic framework with Cocoapods. not visible in privacy report
@orbitekk checked for with Xcode 15.3 with 6.14.1 version of the SDK, cocoapods 1.15.2. there is no AppsFlyer framework under Device ID section of privacy report. ``` use_frameworks! # :linkage...