You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/04/15 19:20:32 UTC

[GitHub] [cordova-ios] DuaneQ opened a new issue #1099: ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView

DuaneQ opened a new issue #1099:
URL: https://github.com/apache/cordova-ios/issues/1099


   I've posted help requests on Stack and tagged Cordova, I've used your slack channel and Ionic and even apple but can't get any help.
   
   I have no idea how to resolve this issue that's causing me to get rejected by Apple.  I've upgraded all of the Cordova plugins.  I've upgraded to cordova ios@5.1.x
   I upgraded inAppBrowser to the latest version but I'm still seeing this in xCode:
   
   `#ifdef __CORDOVA_4_0_0
       #import <Cordova/CDVUIWebViewDelegate.h>
   #else
       #import <Cordova/CDVWebViewDelegate.h>
   #endif
   
   @class CDVUIInAppBrowserViewController;`
   
   And I can't even find out which plugin is using 
   `#if !WK_WEB_VIEW_ONLY
   
   #import "CDVUIWebViewEngine.h"
   #import "CDVUIWebViewDelegate.h"
   #import "CDVUIWebViewNavigationDelegate.h"
   #import "NSDictionary+CordovaPreferences.h"
   
   #import <objc/message.h>
   
   @interface CDVUIWebViewEngine `
   
   and lastly:
   
   `@interface CDVLocalStorage ()
   
   @property (nonatomic, readwrite, strong) NSMutableArray* backupInfo;  // array of CDVBackupInfo objects
   #if !WK_WEB_VIEW_ONLY
   @property (nonatomic, readwrite, weak) id <UIWebViewDelegate> webviewDelegate;
   #endif`
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] timbru31 commented on issue #1099: ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #1099:
URL: https://github.com/apache/cordova-ios/issues/1099#issuecomment-820773929


   Thanks a lot for your issue, however this channel is for bug and feature requests, not for support. 😊  
   You can try asking on [StackOverflow](https://stackoverflow.com/questions/tagged/cordova) or in our [Slack community](http://slack.cordova.io).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] NiklasMerz commented on issue #1099: ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on issue #1099:
URL: https://github.com/apache/cordova-ios/issues/1099#issuecomment-821149286


   You should use the latest version of cordova-ios and follow all steps to make you app ready for WKWebView. Most information should be here: https://cordova.apache.org/howto/2020/07/18/uiwebview-warning.html
   
   As Tim said this is a support request and you should find help through different channels.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] timbru31 closed issue #1099: ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #1099:
URL: https://github.com/apache/cordova-ios/issues/1099


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org