shankari commented on issue #1239: URL: https://github.com/apache/cordova-ios/issues/1239#issuecomment-1148158267
I got a similar error for an app built on a platform that has been used for multiple apps before (https://github.com/e-mission/e-mission-phone/) I went through and searched for each supposedly private API listed, and all of them bar `transform` are related to the cordova libraries. - `applicationNameForUserAgent`: `CDVWebViewEngine`, `CDVWKInAppBrowser`, `CDVWKWebViewEngine` - `dataTypes`: lots of javascript, `CDVWKInAppBrowser` - `initWithFrame:configuration`: `CDVWebViewEngine`, `CDVWebViewUIDelegate`, `CDVWKInAppBrowser`, `CDVWKWebViewEngine`. There are other calls to `initWithFrame` but without the `configuration` parameter, - `isMainFrame`: `CDVWebViewUIDelegate` - `navigationType`: `CDVWebViewEngine`, `CDVIntentAndNavigationFilter`, `CDVWKWebViewEngine` - `setProcessPool`: not found - `targetFrame`: `CDVWebViewUIDelegate`, `CDVWKInAppBrowser` - `transform`: lots of javascript matches, `OIDExternalUserAgentIOSCustomBrowser` (from JWT), `GDTCORTransformer` (from GoogleDataTransport) - `userContentController`: `CDVWebViewEngine`, `CDVWKInAppBrowser`, `CDVWKWebViewEngine` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
