ios_sdk
ios_sdk copied to clipboard
WKDownload Apple API not working
Hi, I have an issue. I use the apple API to download files from WebView. If I configure adjust via the
loadWKWebViewBridge method:(WKWebView *)WKWebView
wkWebViewDelegate:(id<WKNavigationDelegate>)wkWebViewDelegate
then the decidePolicyForNavigationAction method in my webView is called via adjust.
However, if I set a policy .download, this is not processed in any way inside adjust, and therefore the
public func WebView method(_: WKWebView, navigationAction _: WKNavigationAction, didBecome download: WKDownload)
is not called inside my WebView, which is needed to process the download
Hello @bezgineg. This issue should be fixed in 4.38.3. Please update and re-check.