-
This package uses UIWebView, Is there a way of removing just that section?
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://dev…
-
In you project has "UIWebView" somewhere, can you please remove it
-
Hello,
The dependency of UIWebView should be removed while this will not be supported anymore by Apple anytime soon.
-
I am getting apple warning related to UIWebview is deprecated. I just replaced UIWebview and its delegate methods with WKWebview but still the issue is not resolved. Can anyone please help me for this…
-
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentati…
reimo updated
3 years ago
-
grep -r UIWebView .
Binary file ./KSYMediaPlayer_iOS/framework/live/KSYMediaPlayer.framework/KSYMediaPlayer matches
-
**mapbox-gl-js version**:
### Question
Currently using MapboxGL (0.50.0) within a Cordova (8.1.2) app ( I understand that using the iOS SDK is probably the best option, but due to time cons…
-
Hey,
I am facing the problem when submitting to Apple. I did the search with 'grep' command and have a result in RxDataSources. Could you please tell me if the problem really exists by your side?
…
-
When are UIWebView removed?
-
AFNetworking 4.0.0 required. New iOS Apps getting rejected due to UIWebview
Issue :
New iOS apps submitted to apple got rejected due to the usage of UIWebView in pod AFNetworking --> File UIWebVi…