kasketis / netfox

A lightweight, one line setup, iOS / OSX network debugging library! 🦊
MIT License
3.67k stars 374 forks source link

This repository uses UIWebview instead of using WKWebview which is not supported by Apple appstore guildlines #197

Closed arjungupta0107 closed 2 years ago

arjungupta0107 commented 4 years ago

When i am searching for UIWebView then i found there is UIWebView in WebViewController.swift file which is not supported by Apple app store guide lines. see this

Screenshot 2020-03-20 at 6 32 57 PM

Any workaround for this?

jnevesjunior commented 4 years ago

I have this problem too

tommy19970714 commented 4 years ago

I made a sample code for WKWebView. Please check my repository. https://github.com/tommy19970714/WebKitURLProtocol/tree/master

ankitgarg1mg commented 4 years ago

I think you should not send this code in production. For this you can add basic check while installing pod

pod 'netfox', '1.19', :configurations => ['Staging', 'Dev']

vGubriienko commented 2 years ago

UIWebView present only in the demo app. There is no mentions inside the framework.