adjust / ios_sdk

This is the iOS SDK of
http://www.adjust.com
MIT License
621 stars 290 forks source link

WKDownload Apple API not working #704

Open bezgineg opened 6 months ago

bezgineg commented 6 months ago

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

genadyb commented 5 months ago

Hello @bezgineg. This issue should be fixed in 4.38.3. Please update and re-check.