apache / cordova-plugin-inappbrowser

Apache Cordova InAppBrowser Plugin
https://cordova.apache.org/
Apache License 2.0
1.12k stars 2.15k forks source link

not work ios13 InAppbrowser select target _blank #492

Closed megumih closed 5 years ago

megumih commented 5 years ago

Bug Report

I'm creating ios13 app.

But ios13Beta2 is not working in InAppBrowser.

so select param '_blank', this app is crash.

This is error detail. [TraitCollection] Class _UIFullscreenPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API.

My ionic environment

Ionic:

Ionic CLI : 5.0.3 (/Users/syoken/.nvm/versions/node/v12.4.0/lib/node_modules/ionic) Ionic Framework : ionic-angular 3.9.6 @ionic/app-scripts : 3.2.4

Cordova:

Cordova CLI : 9.0.0 (cordova-lib@9.0.1) Cordova Platforms : ios 5.0.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 1.2.1, (and 14 other plugins)

Utility:

cordova-res : not installed native-run : not installed

System:

ios-sim : 8.0.1 NodeJS : v12.4.0 npm : 6.9.0 OS : macOS Catalina Xcode : Xcode 11.0 Build version 11M337n

please tell me!

dlwsacrez commented 5 years ago

Following I have the same issue, using a wkwebview engine in ipadOS 13 beta 2. When opening a page with the '_blank' target it loads the page and closes (or hides?) it directly.

Code is as follows:

const authWindow = cordova.InAppBrowser.open(getAuthorizationUrl(), '_blank', 'usewkwebview=yes');

janpio commented 5 years ago

Is this reproducible in a new, plain Cordova app? A minimal reproduction repository would really help to debug and later fix this issue. More information on how to create one: https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md

dlwsacrez commented 5 years ago

@janpio Thanks for the quick reply!

Here you can find my minimal reproduction repo (even the node_modules are checked in .. woeps) in ios 13 both on Ipad or Iphone (tested with Iphone XR & Ipad Air 3th gen) it opens and closes. I hope this helps :)

(one weird sidenote, on ios 12 it is an UIWebView and not an WkWebView)

janpio commented 5 years ago

Thanks @dlwsacrez.

@megumih Did you problem also concern usage with usewkwebview=yes?

megumin-zz commented 5 years ago

@dlwsacrez and @janpio thanks!

I try this one soon☺️

megumih commented 5 years ago

please help me! @dlwsacrez @janpio

I'm using this plugin. https://ionicframework.com/docs/native/in-app-browser

how to use usewkwebview=yes? this plugin haven't usewkwebview.

megumih commented 5 years ago

not working... cordova.InAppBrowser.open(XXXXX, '_blank', 'usewkwebview=yes');

dpa99c commented 5 years ago

I've done some preliminary investigation into this use my test harness project for this plugin.

Firstly I can confirm the issue is consistently reproducible: when opening the inappbrowser using the WKWebView implementation (usewkwebview=yes), the IAB window appears (the window is animated and webpage content can be seen to be loaded) but then the window immediately disappears. There is no exception raised so the app does not crash - the window simply disappears. See this screencapture for a visual representation of the issue.

In contrast, the UIWebView implementation on iOS (usewkwebview=no) seems to work fine.

The [TraitCollection] messages in the log output appear to be warnings new to iOS 13 as opposed to errors so don't appear to be the cause of the issue.

These can be seen in the initial startup of the test app:

Xcode console output during app startup ``` 2019-06-24 11:39:41.194721+0100 InAppBrowser Test[1059:384763] [Assert] COMPATIBILITY BUG IN CLIENT OF UIKIT: Moving method canvasToolbar from UICanvas to UIWindowScene 2019-06-24 11:39:41.195032+0100 InAppBrowser Test[1059:384763] [Assert] Registering Canvas Component Class _UICanvasUserActivityManager, please update to Frame Components 2019-06-24 11:39:41.195784+0100 InAppBrowser Test[1059:384763] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///private/var/mobile/Containers/Data/Application/2CB0B19A-507F-4D02-B85A-77C88F068F69/Library/Cookies/Cookies.binarycookies 2019-06-24 11:39:41.227744+0100 InAppBrowser Test[1059:384763] [Assert] Calling deprecated SPI on UICanvas. This method and class will dissapear prior to GM 2019-06-24 11:39:41.227813+0100 InAppBrowser Test[1059:384763] [Assert] Calling deprecated SPI on UICanvas. This method and class will dissapear prior to GM 2019-06-24 11:39:41.228152+0100 InAppBrowser Test[1059:384763] [Assert] Calling deprecated SPI on UICanvas. This method and class will dissapear prior to GM 2019-06-24 11:39:41.231256+0100 InAppBrowser Test[1059:384763] Apache Cordova native platform version 5.0.0 is starting. 2019-06-24 11:39:41.231452+0100 InAppBrowser Test[1059:384763] Multi-tasking -> Device: YES, App: YES 2019-06-24 11:39:41.232656+0100 InAppBrowser Test[1059:384763] [TraitCollection] Class _UISheetPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. 2019-06-24 11:39:41.232713+0100 InAppBrowser Test[1059:384763] [TraitCollection] Class _UIRootPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. 2019-06-24 11:39:41.244330+0100 InAppBrowser Test[1059:384763] Started backup to iCloud! Please be careful. Your application might be rejected by Apple if you store too much data. For more information please read "iOS Data Storage Guidelines" at: https://developer.apple.com/icloud/documentation/data-storage/ To disable web storage backup to iCloud, set the BackupWebStorage preference to "local" in the Cordova config.xml file 2019-06-24 11:39:41.360147+0100 InAppBrowser Test[1059:384763] CDVWKWebViewEngine will reload WKWebView if required on resume 2019-06-24 11:39:41.360206+0100 InAppBrowser Test[1059:384763] Using WKWebView 2019-06-24 11:39:41.360423+0100 InAppBrowser Test[1059:384763] [CDVTimer][console] 0.061035ms 2019-06-24 11:39:41.360517+0100 InAppBrowser Test[1059:384763] [CDVTimer][handleopenurl] 0.048041ms 2019-06-24 11:39:41.361624+0100 InAppBrowser Test[1059:384763] Unlimited access to network resources 2019-06-24 11:39:41.361807+0100 InAppBrowser Test[1059:384763] [CDVTimer][intentandnavigationfilter] 1.250982ms 2019-06-24 11:39:41.361904+0100 InAppBrowser Test[1059:384763] [CDVTimer][gesturehandler] 0.056028ms 2019-06-24 11:39:41.361979+0100 InAppBrowser Test[1059:384763] [CDVTimer][inappbrowser] 0.041962ms 2019-06-24 11:39:41.362060+0100 InAppBrowser Test[1059:384763] [CDVTimer][uiinappbrowser] 0.050068ms 2019-06-24 11:39:41.362128+0100 InAppBrowser Test[1059:384763] [CDVTimer][wkinappbrowser] 0.038028ms 2019-06-24 11:39:41.366825+0100 InAppBrowser Test[1059:384763] [CDVTimer][statusbar] 4.644990ms 2019-06-24 11:39:41.366903+0100 InAppBrowser Test[1059:384763] [CDVTimer][TotalPluginStartup] 6.569028ms 2019-06-24 11:39:41.378420+0100 InAppBrowser Test[1059:384763] [TraitCollection] Class UIPopoverPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. 2019-06-24 11:39:41.466355+0100 InAppBrowser Test[1059:384763] IAB.close() called but it was already closed. 2019-06-24 11:39:41.466669+0100 InAppBrowser Test[1059:384763] IAB.close() called but it was already closed. 2019-06-24 11:39:41.584428+0100 InAppBrowser Test[1059:384763] deviceready ```

The log output when opening the IAB using both the WKWebView & UIWebView implementations also show the [TraitCollection] warning messages. The console output for the two implementations is very similar and there's nothing that hints at the observed behaviour of the WKWebView implementation:

Xcode console output using UIWebView ``` 2019-06-24 11:40:59.808148+0100 InAppBrowser Test[1059:385068] [general] Connection to daemon was invalidated 2019-06-24 11:41:01.718343+0100 InAppBrowser Test[1059:384763] Opening IAB using UIWebView with opts: location=no,toolbar=yes 2019-06-24 11:41:01.842916+0100 InAppBrowser Test[1059:384763] Setting the WebView's frame to {{0, 0}, {375, 623}} 2019-06-24 11:41:01.851357+0100 InAppBrowser Test[1059:384763] THREAD WARNING: ['InAppBrowser'] took '130.565918' ms. Plugin should use a background thread. 2019-06-24 11:41:01.858058+0100 InAppBrowser Test[1059:384763] [TraitCollection] Class _UICurrentContextPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. 2019-06-24 11:41:01.858161+0100 InAppBrowser Test[1059:384763] [TraitCollection] Class _UIFullscreenPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. 2019-06-24 11:41:01.885963+0100 InAppBrowser Test[1059:385061] Metal API Validation Enabled 2019-06-24 11:41:02.050925+0100 InAppBrowser Test[1059:384763] No 2019-06-24 11:41:02.058002+0100 InAppBrowser Test[1059:384763] received 'loadstart' event 2019-06-24 11:41:02.058413+0100 InAppBrowser Test[1059:384763] received 'loadstart' event for: https://dpa99c.github.io/cordova-plugin-inappbrowser-test/iab_content/iab.html 2019-06-24 11:41:02.367969+0100 InAppBrowser Test[1059:385077] WF: === Starting WebFilter logging for process InAppBrowser Test 2019-06-24 11:41:02.368135+0100 InAppBrowser Test[1059:385077] WF: _userSettingsForUser mobile: { filterBlacklist = ( ); filterWhitelist = ( ); restrictWeb = 1; useContentFilter = 0; useContentFilterOverrides = 0; whitelistEnabled = 0; } 2019-06-24 11:41:02.368372+0100 InAppBrowser Test[1059:385077] WF: _WebFilterIsActive returning: NO 2019-06-24 11:41:02.476355+0100 InAppBrowser Test[1059:384763] Unbalanced calls to begin/end appearance transitions for . 2019-06-24 11:41:02.699943+0100 InAppBrowser Test[1059:384763] received 'loadstop' event 2019-06-24 11:41:02.700232+0100 InAppBrowser Test[1059:384763] received 'loadstop' event for: https://dpa99c.github.io/cordova-plugin-inappbrowser-test/iab_content/iab.html ```
Xcode console output using WKWebView ``` 2019-06-24 11:42:25.323337+0100 InAppBrowser Test[1068:385641] [general] Connection to daemon was invalidated 2019-06-24 11:42:25.324083+0100 InAppBrowser Test[1068:385624] Opening IAB using WKWebView with opts: location=no,toolbar=yes,usewkwebview=yes 2019-06-24 11:42:25.336775+0100 InAppBrowser Test[1068:385624] Setting the WebView's frame to {{0, 0}, {375, 623}} 2019-06-24 11:42:25.344830+0100 InAppBrowser Test[1068:385624] THREAD WARNING: ['InAppBrowser'] took '20.516113' ms. Plugin should use a background thread. 2019-06-24 11:42:25.350982+0100 InAppBrowser Test[1068:385624] [TraitCollection] Class _UICurrentContextPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. 2019-06-24 11:42:25.351360+0100 InAppBrowser Test[1068:385624] [TraitCollection] Class _UIFullscreenPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. 2019-06-24 11:42:25.413124+0100 InAppBrowser Test[1068:385624] received 'loadstart' event 2019-06-24 11:42:25.415312+0100 InAppBrowser Test[1068:385624] received 'loadstart' event for: https://dpa99c.github.io/cordova-plugin-inappbrowser-test/iab_content/iab.html 2019-06-24 11:42:25.418286+0100 InAppBrowser Test[1068:385624] No 2019-06-24 11:42:25.418906+0100 InAppBrowser Test[1068:385624] didStartProvisionalNavigation 2019-06-24 11:42:25.443204+0100 InAppBrowser Test[1068:385624] received 'loadstop' event 2019-06-24 11:42:25.443748+0100 InAppBrowser Test[1068:385624] received 'loadstop' event for: https://dpa99c.github.io/cordova-plugin-inappbrowser-test/iab_content/iab.html 2019-06-24 11:42:25.880623+0100 InAppBrowser Test[1068:385624] Unbalanced calls to begin/end appearance transitions for . ```

The question is: is the behaviour observed with the WKWebView implementation a bug with this plugin or a bug with the iOS 13 Beta?

Here is the relevant extract from my iPhone 7 running iOS 13 Beta 2 (17A5508m) during the period where the WKWebView window is being shown then disappears:

iPhone 7 console output using WKWebView implementation (during issue) ``` default 12:04:13.055469 +0100 runningboardd Acquiring assertion targeting application from originator [daemon:55] with description attributes = { ; ; } default 12:04:13.055598 +0100 runningboardd Assertion 26-55-8265 (target:application) will be created as inactive as start-time-defining assertions exist default 12:04:13.057107 +0100 runningboardd Invalidating assertion 26-55-8265 (target:application) from originator 55 default 12:04:13.057353 +0100 runningboardd Finished acquiring assertion 26-55-8265 (target:application) default 12:04:13.143770 +0100 backboardd [HID] [MT] dispatchEvent Dispatching event with 1 children, _eventMask=0x842 _childEventMask=0x842 Cancel=0 Touching=0 inRange=1 default 12:04:13.148847 +0100 InAppBrowser Test Single tap identified. Request details on potential zoom. (0x148007800) default 12:04:13.153849 +0100 backboardd new key command registrations for pid:1135: keyCommands = { ; ; ; } default 12:04:13.186105 +0100 InAppBrowser Test Single tap recognized - commit potential tap (0x148007800) error 12:04:13.209318 +0100 InAppBrowser Test Connection to daemon was invalidated default 12:04:13.210324 +0100 InAppBrowser Test Opening IAB using WKWebView with opts: location=no,toolbar=yes,usewkwebview=yes default 12:04:13.284005 +0100 InAppBrowser Test Received configuration update from daemon (initial) default 12:04:13.284079 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::constructor: webPID = 0, pageID = 18 default 12:04:13.285263 +0100 InAppBrowser Test Setting the WebView's frame to {{0, 0}, {375, 623}} default 12:04:13.285336 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::loadRequest: webPID = 0, pageID = 18 default 12:04:13.285380 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::loadRequestWithNavigation: webPID = 0, pageID = 18 default 12:04:13.285423 +0100 InAppBrowser Test 0x1069e1790 - NavigationState is taking a process network assertion because a page load started default 12:04:13.285811 +0100 InAppBrowser Test THREAD WARNING: ['InAppBrowser'] took '19.259033' ms. Plugin should use a background thread. default 12:04:13.285846 +0100 InAppBrowser Test Synthetic click completed. (0x148007800) default 12:04:13.286214 +0100 backboardd new deferring rules for pid:1135: ( "{ -> : 3-deferDiscrete: Key Window event focus deferral}", "{ -> : 4-deferDiscrete: Key Window event focus deferral}" ) error 12:04:13.288937 +0100 InAppBrowser Test Class _UICurrentContextPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. error 12:04:13.288975 +0100 InAppBrowser Test Class _UIFullscreenPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. default 12:04:13.290816 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::updateThrottleState: UIProcess is taking a foreground assertion because the view is visible default 12:04:13.291238 +0100 backboardd new resolutions for pid:1135 default 12:04:13.291278 +0100 backboardd new deferring rules for pid:1135: { -> : 4-deferDiscrete: Key Window event focus deferral} default 12:04:13.295000 +0100 InAppBrowser Test 0x10699c000 - WebProcessLifetimeObserver::addWebPage: webPID = 1153, pageID = 18 default 12:04:13.295035 +0100 InAppBrowser Test 0x282044ab0 - WebProcessLifetimeObserver::addWebPage: webPID = 1153, pageID = 18 default 12:04:13.295069 +0100 InAppBrowser Test 0x1069889a8 - ProcessThrottler::didConnectToProcess(1153) default 12:04:13.295105 +0100 InAppBrowser Test 0x1069e6730 - ProcessAssertion() PID 1135 acquiring assertion for process with PID 1153, name 'Web content visibility' default 12:04:13.295146 +0100 InAppBrowser Test 0x106988780 - WebProcessProxy::didSetAssertionState(Foreground) taking foreground assertion for network process default 12:04:13.295348 +0100 com.apple.WebKit.WebContent Initializing connection default 12:04:13.295389 +0100 com.apple.WebKit.WebContent Removing all cached process handles default 12:04:13.295422 +0100 runningboardd _resolveProcessWithIdentifier sysctl pid 1153 is euid 501 default 12:04:13.295543 +0100 runningboardd _resolveProcessWithIdentifier pid 1153 host is euid 501 default 12:04:13.295569 +0100 runningboardd Resolved pid 1153 to [xpcservice:1153] default 12:04:13.295675 +0100 runningboardd Incoming connection from 1153, user 501 default 12:04:13.295859 +0100 runningboardd [xpcservice:1153] This process will be managed. default 12:04:13.295879 +0100 runningboardd Now tracking process: [xpcservice:1153] default 12:04:13.295910 +0100 runningboardd Calculated state for xpcservice: running-suspended (role: None) default 12:04:13.296111 +0100 runningboardd Acquiring assertion targeting xpcservice from originator [application:1135] with description attributes = { ; ; } default 12:04:13.296136 +0100 runningboardd Assertion 26-1135-8266 (target:xpcservice) will be created as active default 12:04:13.296663 +0100 runningboardd [xpcservice:1153] Set jetsam priority to 10 [0] flag[0] default 12:04:13.296739 +0100 runningboardd [xpcservice:1153] Resuming task. default 12:04:13.296829 +0100 runningboardd [xpcservice:1153] Error 45 setting darwin role to NonUserInteractive: Operation not supported, falling back to setting priority default 12:04:13.296921 +0100 runningboardd [xpcservice:1153] Set darwin priority to: PRIO_DEFAULT default 12:04:13.296999 +0100 runningboardd Finished acquiring assertion 26-1135-8266 (target:xpcservice) default 12:04:13.297129 +0100 runningboardd [xpcservice:1153] Set GPU priority to "allow" default 12:04:13.297174 +0100 runningboardd Received handshake request from 1153 with 0 assertion descriptors default 12:04:13.297215 +0100 runningboardd Handshake successful with 1153; sending response default 12:04:13.297259 +0100 runningboardd Calculated state for xpcservice: running-active (role: NonUserInteractive) default 12:04:13.297570 +0100 com.apple.WebKit.WebContent Sending handshake request attempt #1 to server default 12:04:13.297600 +0100 com.apple.WebKit.WebContent Creating connection to com.apple.runningboard default 12:04:13.297660 +0100 com.apple.WebKit.WebContent Handshake succeeded default 12:04:13.297981 +0100 runningboardd Acquired process power assertion with ID 40897 for pid 1153 default 12:04:13.298293 +0100 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client com.apple.WebKit.WebContent with pid '1153' is now Background Suspended. Background entitlement: YES ActiveLongFormVideoSession: NO WhitelistedLongFormVideoApp NO default 12:04:13.298349 +0100 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Sending stop command to com.apple.WebKit.WebContent with pid '1153' because client is background suspended and there is no AirPlay video session for it default 12:04:13.298371 +0100 mediaserverd 1179: pid 1153(com.apple.WebKit) default 12:04:13.298507 +0100 com.apple.WebKit.WebContent Identity resolved as xpcservice default 12:04:13.298559 +0100 com.apple.WebKit.WebContent 0x10030dd90 - ProcessTaskStateObserver::ProcessTaskStateObserver(), m_process(0x10030d5a0) default 12:04:13.298576 +0100 com.apple.WebKit.WebContent Updating configuration of monitor { predicates = { { predicate = ; }; } descriptor = ; } default 12:04:13.300189 +0100 runningboardd Incoming connection from 1153, user 501 default 12:04:13.300453 +0100 com.apple.WebKit.WebContent Retrieving resting unlock: 0 default 12:04:13.301366 +0100 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client com.apple.WebKit.WebContent with pid '1153' is now Background Running. Background entitlement: YES ActiveLongFormVideoSession: NO WhitelistedLongFormVideoApp NO default 12:04:13.301648 +0100 powerd Sleep revert state: 1 default 12:04:13.301745 +0100 powerd Process runningboardd.26 Created SystemIsActive "xpcservice26-1135-8266:Web content visibility(Extension)" age:00:00:00 id:51539648449 [System: SysAct] default 12:04:13.301829 +0100 com.apple.WebKit.WebContent Created context with ID -1843146065 for visibility propagation from UIProcess default 12:04:13.301995 +0100 InAppBrowser Test Created visibility propagation view 0x147e54500 for WebContent process with PID 1153 default 12:04:13.302469 +0100 runningboardd Acquiring assertion targeting xpcservice(UIHostedWindow:9223d2af) from originator [application:1135] with description "; ID: 26-1135-8267; target: 1153> attributes = { { endowmentNamespace = com.apple.boardservices.endpoint-injection; sourceEnvironment = UIScene:com.apple.frontboard.systemappservices::sceneID%3Aio.cordova.inappbrowser.test-default; }; { endowmentNamespace = com.apple.frontboard.visibility; sourceEnvironment = UIScene:com.apple.frontboard.systemappservices::sceneID%3Aio.cordova.inappbrowser.test-default; }; } default 12:04:13.302580 +0100 runningboardd Assertion 26-1135-8267 (target:xpcservice(UIHostedWindow:9223d2af)) will be created as active default 12:04:13.302884 +0100 runningboardd Finished acquiring assertion 26-1135-8267 (target:xpcservice(UIHostedWindow:9223d2af)) default 12:04:13.304269 +0100 runningboardd Calculated state for xpcservice: running-active (role: NonUserInteractive) default 12:04:13.304465 +0100 backboardd new key command registrations for pid:1135: keyCommands = { ; ; ; } default 12:04:13.306258 +0100 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client com.apple.WebKit.WebContent with pid '1153' is now Foreground Running. Background entitlement: YES ActiveLongFormVideoSession: NO WhitelistedLongFormVideoApp NO default 12:04:13.308845 +0100 webinspectord XPC Application Connection Event: 1153 - default 12:04:13.309422 +0100 com.apple.WebKit.WebContent 0x10030da90 - WebProcess::initializeWebProcess: Presenting process = 1135 default 12:04:13.310953 +0100 SpringBoard Adding: :1153> default 12:04:13.311003 +0100 SpringBoard Bootstrapping xpcservice default 12:04:13.311056 +0100 SpringBoard [xpcservice:1153] Bootstrap success! default 12:04:13.312221 +0100 SpringBoard Not creating workspace endpoint injector for process: error 12:04:13.316646 +0100 com.apple.WebKit.WebContent COMPATIBILITY BUG IN CLIENT OF UIKIT: Moving method canvasToolbar from UICanvas to UIWindowScene error 12:04:13.317473 +0100 kernel Sandbox: com.apple.WebKit(1153) deny(1) mach-lookup com.apple.fontservicesd error 12:04:13.317548 +0100 com.apple.WebKit.WebContent error 12:04:13.317575 +0100 com.apple.WebKit.WebContent default 12:04:13.317604 +0100 com.apple.WebKit.WebContent 0x103c50000 - DocumentLoader::startLoadingMainResource: Returning empty document (frame = 0x103c84000, main = 1) default 12:04:13.317634 +0100 com.apple.WebKit.WebContent 0x10100c008 - WebPage (PageID=18) - Removing a reason 1 to freeze layer tree; current reasons are 0 default 12:04:13.317664 +0100 com.apple.WebKit.WebContent 0x10100c008 - WebPage - Did complete page transition default 12:04:13.317693 +0100 com.apple.WebKit.WebContent 0x100312550 - FrameLoader::setState: main frame load completed (frame = 0x103c84000, main = 1) default 12:04:13.317721 +0100 com.apple.WebKit.WebContent Memory usage info dump at MainFrameLoadCompleted: default 12:04:13.317750 +0100 com.apple.WebKit.WebContent virtual_size: 4633788416 default 12:04:13.317779 +0100 com.apple.WebKit.WebContent internal: 5586944 default 12:04:13.318551 +0100 com.apple.WebKit.WebContent compressed: 0 default 12:04:13.318595 +0100 com.apple.WebKit.WebContent javascript_gc_heap_capacity: 65536 default 12:04:13.318666 +0100 com.apple.WebKit.WebContent pagecache_page_count: 0 default 12:04:13.318693 +0100 com.apple.WebKit.WebContent document_count: 1 default 12:04:13.318724 +0100 com.apple.WebKit.WebContent javascript_gc_heap_extra_memory_size: 0 default 12:04:13.318756 +0100 com.apple.WebKit.WebContent phys_footprint: 5751248 default 12:04:13.318793 +0100 com.apple.WebKit.WebContent resident_size: 13582336 default 12:04:13.319286 +0100 com.apple.WebKit.WebContent 0x1038a4160 - WebFrameLoaderClient::dispatchDidReachLayoutMilestone: dispatching DidFirstLayoutForFrame, page = 0x10100c008 default 12:04:13.319368 +0100 com.apple.WebKit.WebContent 0x1038a4160 - WebFrameLoaderClient::dispatchDidReachLayoutMilestone: dispatching DidReachLayoutMilestone, page = 0x10100c008, milestones = DidFirstLayout error 12:04:13.320479 +0100 webinspectord Error getting name for : Error Domain=NSOSStatusErrorDomain Code=-50 "invalid input parameters" UserInfo={NSDebugDescription=invalid input parameters, _LSLine=309, _LSFunction=-[_LSDReadClient getLocalizedNameWithBundleType:bundleIdentifier:bundleUUID:context:shortNameOnly:preferredLocalizations:validationToken:completionHandler:]} default 12:04:13.323127 +0100 webinspectord Proxy Application Connected: 1153 - PID:1153 - default 12:04:13.323286 +0100 webinspectord Proxy Application Response: 1153 - PID:1153 - default 12:04:13.323361 +0100 webinspectord Application Connected: 1153 - PID:1153 - default 12:04:13.326755 +0100 CommCenter #I BundleID: is no longer a foreground app default 12:04:13.328765 +0100 com.apple.WebKit.WebContent 0x100312550 - FrameLoader::load (FrameLoadRequest): frame load started (frame = 0x103c84000, main = 1) default 12:04:13.328827 +0100 com.apple.WebKit.WebContent 0x100312550 - FrameLoader::load (DocumentLoader): frame load started (frame = 0x103c84000, main = 1) default 12:04:13.328881 +0100 com.apple.WebKit.WebContent 0x100312550 - FrameLoader::loadWithDocumentLoader: frame load started (frame = 0x103c84000, main = 1) default 12:04:13.328971 +0100 com.apple.WebKit.WebContent 0x100312550 - FrameLoader::loadWithDocumentLoader: main frame load started (frame = 0x103c84000, main = 1) default 12:04:13.329778 +0100 com.apple.WebKit.WebContent Memory usage info dump at MainFrameLoadStarted: default 12:04:13.333556 +0100 com.apple.WebKit.WebContent virtual_size: 4634902528 default 12:04:13.333716 +0100 com.apple.WebKit.WebContent internal: 5914624 default 12:04:13.333765 +0100 com.apple.WebKit.WebContent compressed: 0 default 12:04:13.340369 +0100 com.apple.WebKit.WebContent javascript_gc_heap_capacity: 65536 default 12:04:13.340734 +0100 com.apple.WebKit.WebContent pagecache_page_count: 0 default 12:04:13.357172 +0100 com.apple.WebKit.WebContent document_count: 1 default 12:04:13.357262 +0100 com.apple.WebKit.WebContent javascript_gc_heap_extra_memory_size: 0 default 12:04:13.357320 +0100 com.apple.WebKit.WebContent phys_footprint: 6078928 default 12:04:13.357378 +0100 com.apple.WebKit.WebContent resident_size: 14483456 default 12:04:13.357428 +0100 com.apple.WebKit.WebContent [FBSDisplaySource 1-1] silently connecting default 12:04:13.357534 +0100 com.apple.WebKit.WebContent [FBSDisplaySource 1-1] initialized default 12:04:13.357727 +0100 com.apple.WebKit.WebContent 0x10100c008 - WebPage (PageID=18) - Adding a reason 1 to freeze layer tree; current reasons are 0 default 12:04:13.357765 +0100 com.apple.WebKit.WebContent 0x100312550 - FrameLoader::prepareForLoadStart: Starting frame load (frame = 0x103c84000, main = 1) default 12:04:13.357904 +0100 com.apple.WebKit.WebContent 0x103c88000 - ProgressTracker::progressStarted: frame 0x103c84000, value 0.100000, tracked frames 1, originating frame 0x103c84000, isMainLoad 1 default 12:04:13.358557 +0100 com.apple.WebKit.WebContent nw_path_evaluator_start [7B20FE50-0FA9-460B-95E8-2C5EAF89A447 generic, indefinite] path: satisfied (Path is satisfied), interface: en0, ipv4, dns default 12:04:13.358591 +0100 com.apple.WebKit.WebContent 0x103c50e00 - DocumentLoader::startLoadingMainResource: Starting load (frame = 0x103c84000, main = 1) default 12:04:13.358622 +0100 com.apple.WebKit.WebContent 0x1038a8000 - WebLoaderStrategy::scheduleLoad: Resource is being scheduled with the NetworkProcess (frame = 0x103c84000, priority = 4, pageID = 18, frameID = 1, resourceID = 1) default 12:04:13.359460 +0100 com.apple.WebKit.Networking Create activity default 12:04:13.359521 +0100 com.apple.WebKit.Networking Activated default 12:04:13.359605 +0100 com.apple.WebKit.Networking Create activity default 12:04:13.359679 +0100 com.apple.WebKit.Networking Activated with parent default 12:04:13.359711 +0100 com.apple.WebKit.Networking 0x1083fc500 - NetworkResourceLoader::start: Checking cache for resource (pageID = 18, frameID = 1, resourceID = 1, isMainResource = 1, isSynchronous = 0, parentPID = 1135) default 12:04:13.359740 +0100 InAppBrowser Test +[SOAuthorizationCore _doAKshouldProcessURL:] URL = https://dpa99c.github.io/cordova-plugin-inappbrowser-test/iab_content/iab.html, result = NO on SOAuthorizationCore default 12:04:13.359827 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::decidePolicyForNavigationAction: keep using process 1153 for navigation, reason: Process has not yet committed any provisional loads default 12:04:13.359872 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::didStartProvisionalLoadForFrame: webPID = 1153, pageID = 18, frameID = 1 default 12:04:13.360108 +0100 com.apple.WebKit.WebContent 0x1038ad650 - WebResourceLoader::didReceiveResponse: (pageID = 18, frameID = 1, resourceID = 1, status = 200) error 12:04:13.360159 +0100 com.apple.WebKit.WebContent flock failed to lock maps file: errno = 35 default 12:04:13.360685 +0100 InAppBrowser Test No default 12:04:13.360752 +0100 InAppBrowser Test didStartProvisionalNavigation default 12:04:13.360831 +0100 com.apple.WebKit.Networking 0x1083fc500 - NetworkResourceLoader::retrieveCacheEntry: Retrieved resource from cache (pageID = 18, frameID = 1, resourceID = 1, isMainResource = 1, isSynchronous = 0) default 12:04:13.360855 +0100 com.apple.WebKit.Networking complete with reason 2 (success), duration 10ms default 12:04:13.361068 +0100 com.apple.WebKit.WebContent 0x1038ad650 - WebResourceLoader::didReceiveData: Started receiving data (pageID = 18, frameID = 1, resourceID = 1) default 12:04:13.361217 +0100 InAppBrowser Test received 'loadstart' event default 12:04:13.361285 +0100 com.apple.WebKit.Networking Create activity default 12:04:13.361374 +0100 com.apple.WebKit.Networking Activated with parent default 12:04:13.361405 +0100 com.apple.WebKit.Networking 0x1083fcf00 - NetworkResourceLoader::start: Checking cache for resource (pageID = 18, frameID = 1, resourceID = 2, isMainResource = 0, isSynchronous = 0, parentPID = 1135) default 12:04:13.361425 +0100 com.apple.WebKit.Networking Create activity default 12:04:13.361470 +0100 com.apple.WebKit.Networking Activated with parent default 12:04:13.361539 +0100 com.apple.WebKit.Networking 0x1083fd900 - NetworkResourceLoader::start: Checking cache for resource (pageID = 18, frameID = 1, resourceID = 3, isMainResource = 0, isSynchronous = 0, parentPID = 1135) default 12:04:13.361566 +0100 com.apple.WebKit.Networking Create activity default 12:04:13.361628 +0100 com.apple.WebKit.Networking Activated with parent default 12:04:13.361657 +0100 com.apple.WebKit.Networking 0x1083fe300 - NetworkResourceLoader::start: Checking cache for resource (pageID = 18, frameID = 1, resourceID = 4, isMainResource = 0, isSynchronous = 0, parentPID = 1135) default 12:04:13.361698 +0100 com.apple.WebKit.Networking Create activity default 12:04:13.361779 +0100 com.apple.WebKit.WebContent 0x1038a8000 - WebLoaderStrategy::scheduleLoad: Resource is being scheduled with the NetworkProcess (frame = 0x103c84000, priority = 3, pageID = 18, frameID = 1, resourceID = 2) default 12:04:13.361824 +0100 com.apple.WebKit.WebContent 0x1038a8000 - WebLoaderStrategy::scheduleLoad: Resource is being scheduled with the NetworkProcess (frame = 0x103c84000, priority = 3, pageID = 18, frameID = 1, resourceID = 3) default 12:04:13.361850 +0100 com.apple.WebKit.WebContent 0x1038a8000 - WebLoaderStrategy::scheduleLoad: Resource is being scheduled with the NetworkProcess (frame = 0x103c84000, priority = 3, pageID = 18, frameID = 1, resourceID = 4) default 12:04:13.361876 +0100 com.apple.WebKit.Networking Activated with parent default 12:04:13.361903 +0100 com.apple.WebKit.Networking 0x1083fed00 - NetworkResourceLoader::start: Checking cache for resource (pageID = 18, frameID = 1, resourceID = 5, isMainResource = 0, isSynchronous = 0, parentPID = 1135) default 12:04:13.361929 +0100 com.apple.WebKit.Networking 0x1083fcf00 - NetworkResourceLoader::retrieveCacheEntry: Retrieved resource from cache (pageID = 18, frameID = 1, resourceID = 2, isMainResource = 0, isSynchronous = 0) default 12:04:13.361956 +0100 com.apple.WebKit.Networking complete with reason 2 (success), duration 1ms default 12:04:13.362033 +0100 com.apple.WebKit.Networking 0x1083fd900 - NetworkResourceLoader::retrieveCacheEntry: Retrieved resource from cache (pageID = 18, frameID = 1, resourceID = 3, isMainResource = 0, isSynchronous = 0) default 12:04:13.362060 +0100 com.apple.WebKit.Networking complete with reason 2 (success), duration 1ms default 12:04:13.362137 +0100 com.apple.WebKit.Networking 0x1083fe300 - NetworkResourceLoader::retrieveCacheEntry: Retrieved resource from cache (pageID = 18, frameID = 1, resourceID = 4, isMainResource = 0, isSynchronous = 0) default 12:04:13.362164 +0100 com.apple.WebKit.WebContent 0x1038a8000 - WebLoaderStrategy::scheduleLoad: Resource is being scheduled with the NetworkProcess (frame = 0x103c84000, priority = 3, pageID = 18, frameID = 1, resourceID = 5) default 12:04:13.362189 +0100 com.apple.WebKit.WebContent 0x1038ad650 - WebResourceLoader::didFinishResourceLoad: (pageID = 18, frameID = 1, resourceID = 1, length = 2003) default 12:04:13.362216 +0100 com.apple.WebKit.WebContent 0x103880000 - SubresourceLoader::didFinishLoading: (frame = 0x103c84000, frameLoader = 0x100312550, resourceID = 1) default 12:04:13.362242 +0100 com.apple.WebKit.WebContent 0x1038ae798 - WebResourceLoader::didReceiveResponse: (pageID = 18, frameID = 1, resourceID = 2, status = 200) default 12:04:13.362267 +0100 com.apple.WebKit.WebContent 0x1038ae798 - WebResourceLoader::didReceiveData: Started receiving data (pageID = 18, frameID = 1, resourceID = 2) default 12:04:13.362293 +0100 com.apple.WebKit.WebContent 0x1038ae798 - WebResourceLoader::didFinishResourceLoad: (pageID = 18, frameID = 1, resourceID = 2, length = 318) default 12:04:13.362318 +0100 com.apple.WebKit.WebContent 0x104338e00 - SubresourceLoader::didFinishLoading: (frame = 0x103c84000, frameLoader = 0x100312550, resourceID = 2) default 12:04:13.362344 +0100 com.apple.WebKit.WebContent 0x1038ae7d0 - WebResourceLoader::didReceiveResponse: (pageID = 18, frameID = 1, resourceID = 3, status = 200) default 12:04:13.362369 +0100 com.apple.WebKit.WebContent 0x1038ae7d0 - WebResourceLoader::didReceiveData: Started receiving data (pageID = 18, frameID = 1, resourceID = 3) default 12:04:13.362394 +0100 com.apple.WebKit.WebContent 0x1038ae7d0 - WebResourceLoader::didFinishResourceLoad: (pageID = 18, frameID = 1, resourceID = 3, length = 175) default 12:04:13.362420 +0100 com.apple.WebKit.WebContent 0x104339500 - SubresourceLoader::didFinishLoading: (frame = 0x103c84000, frameLoader = 0x100312550, resourceID = 3) default 12:04:13.362445 +0100 com.apple.WebKit.Networking complete with reason 2 (success), duration 1ms default 12:04:13.362471 +0100 com.apple.WebKit.WebContent 0x1038ae840 - WebResourceLoader::didReceiveResponse: (pageID = 18, frameID = 1, resourceID = 4, status = 200) default 12:04:13.362522 +0100 com.apple.WebKit.WebContent 0x1038ae840 - WebResourceLoader::didReceiveData: Started receiving data (pageID = 18, frameID = 1, resourceID = 4) default 12:04:13.362572 +0100 com.apple.WebKit.WebContent 0x1038ae840 - WebResourceLoader::didFinishResourceLoad: (pageID = 18, frameID = 1, resourceID = 4, length = 1848) default 12:04:13.362598 +0100 com.apple.WebKit.Networking 0x1083fed00 - NetworkResourceLoader::retrieveCacheEntry: Retrieved resource from cache (pageID = 18, frameID = 1, resourceID = 5, isMainResource = 0, isSynchronous = 0) default 12:04:13.362628 +0100 com.apple.WebKit.WebContent 0x104339c00 - SubresourceLoader::didFinishLoading: (frame = 0x103c84000, frameLoader = 0x100312550, resourceID = 4) default 12:04:13.362655 +0100 com.apple.WebKit.Networking complete with reason 2 (success), duration 1ms default 12:04:13.362736 +0100 com.apple.WebKit.WebContent 0x1038c4440 - PaymentCoordinator::shouldEnableApplePayAPIs() -> 1 default 12:04:13.362791 +0100 com.apple.WebKit.WebContent 0x1038c4440 - PaymentCoordinator::shouldEnableApplePayAPIs() -> 1 default 12:04:13.362818 +0100 com.apple.WebKit.WebContent 0x1038ae878 - WebResourceLoader::didReceiveResponse: (pageID = 18, frameID = 1, resourceID = 5, status = 200) default 12:04:13.362850 +0100 com.apple.WebKit.WebContent 0x1038ae878 - WebResourceLoader::didReceiveData: Started receiving data (pageID = 18, frameID = 1, resourceID = 5) default 12:04:13.362877 +0100 com.apple.WebKit.WebContent 0x1038ae878 - WebResourceLoader::didFinishResourceLoad: (pageID = 18, frameID = 1, resourceID = 5, length = 1101) default 12:04:13.362903 +0100 com.apple.WebKit.WebContent 0x10433a300 - SubresourceLoader::didFinishLoading: (frame = 0x103c84000, frameLoader = 0x100312550, resourceID = 5) default 12:04:13.362934 +0100 InAppBrowser Test received 'loadstart' event for: https://dpa99c.github.io/cordova-plugin-inappbrowser-test/iab_content/iab.html default 12:04:13.362971 +0100 InAppBrowser Test UIProcess is taking a background assertion because the WebContent process is holding locked files default 12:04:13.363036 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::didNavigateWithNavigationDataShared: webPID = 1153, pageID = 18 default 12:04:13.363094 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::didCommitLoadForFrame: webPID = 1153, pageID = 18, frameID = 1 default 12:04:13.365233 +0100 IDSRemoteURLConnectionAgent => Pid 1153 suspended! default 12:04:13.365293 +0100 IDSRemoteURLConnectionAgent PID: 1153 was suspended default 12:04:13.367145 +0100 locationd {"msg":"#CLIUA Marking unbalanced change", "clientKey":"com.apple.WebKit.WebContent", "reason":"SpringBoard Announced NotInUse", "isInUse":0} default 12:04:13.373977 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::didFinishDocumentLoadForFrame: webPID = 1153, pageID = 18, frameID = 1 default 12:04:13.378357 +0100 com.apple.WebKit.WebContent 0x103e00010 - FrameView::fireLayoutRelatedMilestonesIfNeeded() - firing first visually non-empty layout milestone on the main frame default 12:04:13.378557 +0100 com.apple.WebKit.WebContent 0x1038a4160 - WebFrameLoaderClient::dispatchDidReachLayoutMilestone: dispatching DidFirstLayoutForFrame, page = 0x10100c008 default 12:04:13.378612 +0100 com.apple.WebKit.WebContent 0x1038a4160 - WebFrameLoaderClient::dispatchDidReachLayoutMilestone: dispatching DidReachLayoutMilestone, page = 0x10100c008, milestones = DidFirstLayout, DidFirstVisuallyNonEmptyLayout default 12:04:13.378730 +0100 com.apple.WebKit.WebContent 0x1038a4160 - WebFrameLoaderClient::dispatchDidReachLayoutMilestone: dispatching didCompletePageTransition, page = 0x10100c008 default 12:04:13.378798 +0100 com.apple.WebKit.WebContent 0x10100c008 - WebPage (PageID=18) - Removing a reason 1 to freeze layer tree; current reasons are 1 default 12:04:13.378848 +0100 com.apple.WebKit.WebContent 0x10100c008 - WebPage - Did complete page transition default 12:04:13.378925 +0100 com.apple.WebKit.WebContent 0x10100c008 - WebPage (PageID=18) - Removing a reason 32 to freeze layer tree; current reasons are 0 default 12:04:13.378977 +0100 com.apple.WebKit.WebContent 0x1038a4160 - WebFrameLoaderClient::dispatchDidReachLayoutMilestone: dispatching DidFirstVisuallyNonEmptyLayoutForFrame, page = 0x10100c008 default 12:04:13.379025 +0100 com.apple.WebKit.WebContent 0x100312550 - FrameLoader::setState: main frame load completed (frame = 0x103c84000, main = 1) default 12:04:13.379072 +0100 com.apple.WebKit.WebContent Memory usage info dump at MainFrameLoadCompleted: default 12:04:13.379118 +0100 com.apple.WebKit.WebContent virtual_size: 4692230144 default 12:04:13.379164 +0100 com.apple.WebKit.WebContent internal: 10813440 default 12:04:13.379210 +0100 com.apple.WebKit.WebContent compressed: 0 default 12:04:13.379264 +0100 com.apple.WebKit.WebContent javascript_gc_heap_capacity: 761856 default 12:04:13.389704 +0100 com.apple.WebKit.WebContent pagecache_page_count: 0 default 12:04:13.389788 +0100 com.apple.WebKit.WebContent document_count: 1 default 12:04:13.389856 +0100 com.apple.WebKit.WebContent javascript_gc_heap_extra_memory_size: 0 default 12:04:13.389895 +0100 com.apple.WebKit.WebContent phys_footprint: 27361864 default 12:04:13.389926 +0100 com.apple.WebKit.WebContent resident_size: 24051712 default 12:04:13.390086 +0100 com.apple.WebKit.WebContent 0x103c88000 - ProgressTracker::progressCompleted: frame 0x103c84000, value 0.500000, tracked frames 1, originating frame 0x103c84000, isMainLoad 1 default 12:04:13.390138 +0100 com.apple.WebKit.WebContent 0x103c88000 - ProgressTracker::finalProgressComplete: value 0.500000, tracked frames 0, originating frame 0x103c84000, isMainLoad 1, isMainLoadProgressing 1 default 12:04:13.390185 +0100 com.apple.WebKit.WebContent 0x100312550 - FrameLoader::checkLoadCompleteForThisFrame: Finished frame load (frame = 0x103c84000, main = 1) error 12:04:13.390311 +0100 com.apple.WebKit.WebContent flock failed to lock maps file: errno = 35 default 12:04:13.390910 +0100 com.apple.WebKit.Networking complete with reason 1 (none), duration 37ms default 12:04:13.391118 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::didFinishLoadForFrame: webPID = 1153, pageID = 18, frameID = 1 default 12:04:13.391184 +0100 InAppBrowser Test 0x1069e1790 - NavigationState will release its process network assertion soon because the page load completed default 12:04:13.391242 +0100 InAppBrowser Test 0x14880c800 -[WKWebView _updateVisibleContentRects:] - scroll view state is non-stable, bailing (_dynamicViewportUpdateMode 0, _needsResetViewStateAfterCommitLoadForMainFrame 1, sizeChangedSinceLastVisibleContentRectUpdate 0, [_scrollView isZoomBouncing] 0, _currentlyAdjustingScrollViewInsetsForKeyboard 0) default 12:04:13.391371 +0100 InAppBrowser Test received 'loadstop' event default 12:04:13.391447 +0100 InAppBrowser Test received 'loadstop' event for: https://dpa99c.github.io/cordova-plugin-inappbrowser-test/iab_content/iab.html default 12:04:13.394549 +0100 CommCenter #I BundleID: is a foreground app default 12:04:13.400477 +0100 dasd Rescoring all 292 activities [] default 12:04:13.401923 +0100 symptomsd L2 Metrics on en0: rssi: -59 [-56,0] -> -59, snr: 33 (cca [wake/total] self/other/intf): [-1,-1]/[-1,-1]/[-1,-1]/30 (txFrames/txReTx/txFail): 20/3/0 -> (was/is) 0/0 default 12:04:13.401964 +0100 symptomsd Received Wi-Fi Assist Override along with LQM info: 0 default 12:04:13.409182 +0100 locationd {"msg":"#CLIUA Marking unbalanced change", "clientKey":"com.apple.WebKit.WebContent", "reason":"SpringBoard Announced InUse", "isInUse":1} default 12:04:13.412362 +0100 CommCenter #I BundleID: is no longer a foreground app default 12:04:13.412423 +0100 CommCenter #I BundleID: is a foreground app default 12:04:13.421678 +0100 dasd com.apple.healthd.HDWorkoutCondenser-activity:A35613:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.423502 +0100 dasd com.apple.healthd.sync.cloud.periodic:A4F3A7:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.424452 +0100 dasd com.apple.healthd.prune-database:88833D:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.424596 +0100 dasd com.apple.healthd.awd-submission-manager.differential-privacy.monthly-types:FB3616:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.426042 +0100 dasd com.apple.healthd.awd-submission-manager.heart-daily-analytics:EFE492:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.426193 +0100 dasd com.apple.healthd.awd-submission-manager.sleep-alarm-daily:8F725C:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.427562 +0100 dasd CLClientManager.loc-consumption-pruning:41159D:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.427706 +0100 dasd com.apple.webbookmarksd.xpc.backupActivity:2ADBB3:[ {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{userRequestedBackup == 0}]}} ], FinalDecision: Must Not Proceed} default 12:04:13.428299 +0100 dasd com.apple.cloudkit.scheduler.com.apple.coredatad.cloudkit.88252EB3-9643-40E4-8568-4A9B578BDD20:3A326F:[ {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{userRequestedBackup == 0}]}} ], FinalDecision: Must Not Proceed} default 12:04:13.428932 +0100 dasd com.apple.email.searchableIndex.scheduler.budgeted:86731A:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.429450 +0100 dasd com.apple.routined.persistence.mirroring.backup:5F49B5:[ {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{userRequestedBackup == 0}]}} ], FinalDecision: Must Not Proceed} default 12:04:13.430851 +0100 dasd com.apple.healthd.healthrecords.opt-in-data-upload:874FF5:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.431402 +0100 dasd com.apple.healthappd.generation.prediction:32A1B7:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.432749 +0100 dasd com.apple.message.journal-reconciliation:4A4B94:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.433136 +0100 dasd com.apple.geo.analytics:8DDCE3:[ {name: CPUUsagePolicy, policyWeight: 5.000, response: {Decision: Can Proceed, Score: 0.50, Rationale: [{cpuLevel == 50}]}} {name: DeviceActivityPolicy, policyWeight: 10.000, response: {Decision: Can Proceed, Score: 0.60}} {name: MemoryPressurePolicy, policyWeight: 5.000, response: {Decision: Can Proceed, Score: 0.50, Rationale: [{[memoryPressure]: Required:2.00, Observed:1.00},]}} {name: ChargerPluggedInPolicy, policyWeight: 10.000, response: {Decision: Can Proceed, Score: 0.50, Rationale: [{"externalConnected" == 0}]}} ] sumScores:26.459505, denominator:40.520000, FinalDecision: Can Proceed FinalScore: 0.652999} default 12:04:13.433186 +0100 dasd 'com.apple.geo.analytics:8DDCE3' CurrentScore: 0.652999, ThresholdScore: 0.658388 DecisionToRun:0 default 12:04:13.433862 +0100 dasd com.apple.healthd.healthrecords.ingestion:5F7D73:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.434468 +0100 dasd com.apple.message.fileCompressionQueueActivity:9B84CC:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.434990 +0100 symptomsd Unable to derive bundle name for uuid F16864DD-2BBC-3901-96E4-3FA9561992AF display name com.apple.WebKit.WebContent default 12:04:13.435172 +0100 dasd Unconstrained Available=1 default 12:04:13.435202 +0100 dasd com.apple.coreidvd.tss:9A0FA9:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.435766 +0100 dasd com.apple.coreidvd.gc:6304DC:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.436183 +0100 dasd Unconstrained Available=1 default 12:04:13.436451 +0100 dasd com.apple.coreidvd.lfs:101D5C:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.436682 +0100 symptomsd Unable to derive bundle name for uuid F16864DD-2BBC-3901-96E4-3FA9561992AF display name com.apple.WebKit.WebContent default 12:04:13.436986 +0100 dasd Unconstrained Available=1 default 12:04:13.437244 +0100 dasd com.apple.coreidvd.wu:A32DE7:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.437815 +0100 dasd com.apple.emaildaemon.protecteddatabasepersistence.cleanup:95A3F2:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.438372 +0100 dasd com.apple.email.ConversationDailyExporter:1C790E:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:04:13.438938 +0100 dasd Unconstrained Available=1 default 12:04:13.439329 +0100 dasd com.apple.CFNetwork-cc-113-655-Task <96A007E0-AF8F-4D9E-9A6A-F730E2E6740A>.<14>:46B99F:[ {name: NetworkQualityPolicy, policyWeight: 11.400, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{[wifiQuality]: Required:100.00, Observed:50.00},{[cellQuality]: Required:100.00, Observed:0.00},{[networkPathAvailability]: Required:1.00, Observed:1.00},]}} ], FinalDecision: Must Not Proceed} default 12:04:13.439909 +0100 dasd Setting timer (isWaking=0, activityRequiresWaking=0) between and for default 12:04:13.805707 +0100 InAppBrowser Test Unbalanced calls to begin/end appearance transitions for . default 12:04:13.807596 +0100 runningboardd Invalidating assertion 26-1135-8267 (target:xpcservice(UIHostedWindow:9223d2af)) from originator 1135 default 12:04:13.808050 +0100 InAppBrowser Test 0x14885e618 - WebPageProxy::updateThrottleState: UIProcess is releasing a foreground assertion because the view is no longer visible default 12:04:13.808140 +0100 InAppBrowser Test 0x1069889a8 - ProcessThrottler::updateAssertionNow() updating process assertion state to 1 (foregroundActivities: 0, backgroundActivities: 2) default 12:04:13.808264 +0100 InAppBrowser Test 0x1069e6730 - ProcessAssertion::setState(1) previousState: 3 default 12:04:13.809336 +0100 backboardd new deferring rules for pid:1135: { -> : 5-deferDiscrete: Key Window event focus deferral} default 12:04:13.813445 +0100 runningboardd Acquiring assertion targeting xpcservice from originator [application:1135] with description attributes = { ; ; } default 12:04:13.813634 +0100 runningboardd Assertion 26-1135-8268 (target:xpcservice) will be created as active default 12:04:13.813914 +0100 runningboardd Invalidating assertion 26-1135-8266 (target:xpcservice) from originator 1135 default 12:04:13.816243 +0100 runningboardd Finished acquiring assertion 26-1135-8268 (target:xpcservice) default 12:04:13.818571 +0100 backboardd new resolutions for pid:1135 default 12:04:13.818718 +0100 InAppBrowser Test 0x106988780 - WebProcessProxy::didSetAssertionState(Background) taking background assertion for network process default 12:04:13.819503 +0100 runningboardd Attempting to rename power assertion 40897 for target xpcservice to xpcservice;26-1135-8266:Web content visibility(Extension);26-1135-8268:Web content visibility(Extension) default 12:04:13.884978 +0100 runningboardd [xpcservice:1153] Set jetsam priority to 3 [0] flag[0] default 12:04:13.886524 +0100 runningboardd [xpcservice:1153] Error 45 setting darwin role to Background: Operation not supported, falling back to setting priority default 12:04:13.886891 +0100 runningboardd [xpcservice:1153] Set darwin priority to: PRIO_DARWIN_BG default 12:04:13.887283 +0100 runningboardd [xpcservice:1153] Set GPU priority to "deny" default 12:04:13.889246 +0100 runningboardd Attempting to rename power assertion 40897 for target xpcservice to xpcservice26-1135-8268:Web content visibility(Extension) default 12:04:13.889317 +0100 runningboardd Calculated state for xpcservice: running-active (role: Background) default 12:04:13.890261 +0100 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client com.apple.WebKit.WebContent with pid '1153' is now Background Running. Background entitlement: YES ActiveLongFormVideoSession: NO WhitelistedLongFormVideoApp NO default 12:04:13.892941 +0100 CommCenter #I BundleID: is no longer a foreground app default 12:04:13.901473 +0100 locationd {"msg":"#CLIUA Marking unbalanced change", "clientKey":"com.apple.WebKit.WebContent", "reason":"SpringBoard Announced NotInUse", "isInUse":0} default 12:04:13.912476 +0100 CommCenter #I BundleID: is no longer a foreground app default 12:04:13.914126 +0100 symptomsd Unable to derive bundle name for uuid F16864DD-2BBC-3901-96E4-3FA9561992AF display name com.apple.WebKit.WebContent default 12:04:13.980083 +0100 powerlogHelperd {"msg":"CLCopyAppsUsingLocation", "event":"activity"} error 12:04:13.981239 +0100 symptomsd SymptomAnalytics ServiceImpl: query from powerlogHelperd didn't pass rate-limit check default 12:04:14.117638 +0100 symptomsd L2 Metrics on en0: rssi: -60 [-58,0] -> -60, snr: 33 (cca [wake/total] self/other/intf): [-1,-1]/[-1,-1]/[-1,-1]/30 (txFrames/txReTx/txFail): 20/3/0 -> (was/is) 0/0 default 12:04:14.117695 +0100 symptomsd Received Wi-Fi Assist Override along with LQM info: 0 default 12:04:16.378179 +0100 InAppBrowser Test 0x1069e1790 NavigationState is releasing background process assertion because a page load completed default 12:04:18.427655 +0100 InAppBrowser Test UIProcess is releasing a background assertion because the WebContent process is no longer holding locked files default 12:04:18.427893 +0100 InAppBrowser Test 0x1069889a8 - ProcessThrottler::updateAssertion() sending PrepareToSuspend IPC default 12:04:18.428139 +0100 InAppBrowser Test 0x106988780 - WebProcessProxy::didSetAssertionState(Background) taking background assertion for network process default 12:04:18.428875 +0100 com.apple.WebKit.WebContent 0x10030da90 - WebProcess::prepareToSuspend() default 12:04:18.495611 +0100 com.apple.WebKit.WebContent MediaSessionManageriOS::resetRestrictions(0) default 12:04:18.521521 +0100 com.apple.WebKit.WebContent Memory pressure relief: Total: res = 13910016/12894208/-1015808, res+swap = 18924144/17908336/-1015808 default 12:04:18.521621 +0100 com.apple.WebKit.WebContent WebProcess 1153 is freezing all layer trees default 12:04:18.521960 +0100 com.apple.WebKit.WebContent 0x10100c008 - WebPage (PageID=18) - Adding a reason 4 to freeze layer tree; current reasons are 0 default 12:04:18.522065 +0100 com.apple.WebKit.WebContent 0x10030da90 - WebProcess::destroyRenderingResources() took 0.00ms default 12:04:18.522224 +0100 com.apple.WebKit.WebContent 0x10030da90 - WebProcess::updateFreezerStatus() isFreezable: 1, success default 12:04:18.522445 +0100 com.apple.WebKit.WebContent 0x10030da90 - WebProcess::markAllLayersVolatile() default 12:04:18.522765 +0100 com.apple.WebKit.WebContent 0x10100c008 - WebPage::markLayersVolatile() default 12:04:18.522868 +0100 com.apple.WebKit.WebContent 0x10100c008 - WebPage - Successfully marked layers as volatile default 12:04:18.522962 +0100 com.apple.WebKit.WebContent 0x10030da90 - WebProcess::markAllLayersVolatile() Successfuly marked all layers as volatile default 12:04:18.523026 +0100 com.apple.WebKit.WebContent 0x10030da90 - WebProcess::actualPrepareToSuspend() Sending ProcessReadyToSuspend IPC message default 12:04:18.524141 +0100 InAppBrowser Test 0x1069889a8 - ProcessThrottler::updateAssertionNow() updating process assertion state to 0 (foregroundActivities: 0, backgroundActivities: 0) default 12:04:18.524354 +0100 InAppBrowser Test 0x1069e6730 - ProcessAssertion::setState(0) previousState: 1 default 12:04:18.526283 +0100 runningboardd Acquiring assertion targeting xpcservice from originator [application:1135] with description attributes = { ; ; } default 12:04:18.526328 +0100 runningboardd Assertion 26-1135-8269 (target:xpcservice) will be created as active default 12:04:18.526998 +0100 runningboardd Finished acquiring assertion 26-1135-8269 (target:xpcservice) default 12:04:18.527323 +0100 runningboardd Invalidating assertion 26-1135-8268 (target:xpcservice) from originator 1135 default 12:04:18.527373 +0100 InAppBrowser Test 0x106988780 - WebProcessProxy::didSetAssertionState(Suspended) release all assertions for network process default 12:04:18.641813 +0100 runningboardd [xpcservice:1153] Set jetsam priority to 0 [0] flag[0] default 12:04:18.642592 +0100 runningboardd [xpcservice:1153] Suspending task. default 12:04:18.644433 +0100 runningboardd Released power assertion with ID 40897 default 12:04:18.645756 +0100 runningboardd Calculated state for xpcservice: running-suspended (role: None) default 12:04:18.647375 +0100 powerd Process runningboardd.26 Released SystemIsActive "xpcservice26-1135-8268:Web content visibility(Extension)" age:00:00:05 id:51539648449 [System: SysAct] default 12:04:18.648084 +0100 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client com.apple.WebKit.WebContent with pid '1153' is now Background Suspended. Background entitlement: YES ActiveLongFormVideoSession: NO WhitelistedLongFormVideoApp NO default 12:04:18.648244 +0100 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Sending stop command to com.apple.WebKit.WebContent with pid '1153' because client is background suspended and there is no AirPlay video session for it default 12:04:18.648430 +0100 mediaserverd 1179: pid 1153(com.apple.WebKit) default 12:04:18.648706 +0100 mediaserverd 3494: { "action":"application_state_changed", "session":{"ID":"0x1d519","PID":1153,"name":"com.apple.WebKit"}, "details":{"new_state":"Background Task Suspended"} } default 12:04:18.649603 +0100 runningboardd [xpcservice:1153] Shutdown sockets default 12:04:18.649728 +0100 runningboardd [xpcservice:1153] Error 45 setting darwin role to None: Operation not supported, falling back to setting priority default 12:04:18.649887 +0100 runningboardd [xpcservice:1153] Set darwin priority to: PRIO_DARWIN_BG default 12:04:18.653530 +0100 CommCenter #I BundleID: is no longer a foreground app default 12:04:18.666023 +0100 locationd {"msg":"#CLIUA Marking unbalanced change", "clientKey":"com.apple.WebKit.WebContent", "reason":"SpringBoard Announced NotInUse", "isInUse":0} default 12:04:18.667997 +0100 IDSRemoteURLConnectionAgent => Pid 1153 suspended! default 12:04:18.668474 +0100 IDSRemoteURLConnectionAgent PID: 1153 was suspended default 12:04:18.678032 +0100 CommCenter #I BundleID: is no longer a foreground app default 12:04:18.682281 +0100 symptomsd Unable to derive bundle name for uuid F16864DD-2BBC-3901-96E4-3FA9561992AF display name com.apple.WebKit.WebContent ```

I can see no obvious cause indicated in that log, although several errors are logged.

For comparison here's the iPhone console output while opening the IAB using the UIWebView implementation:

iPhone 7 console output using UIWebView implementation ``` default 12:21:06.868781 +0100 backboardd [HID] [MT] dispatchEvent Dispatching event with 1 children, _eventMask=0x802 _childEventMask=0x802 Cancel=0 Touching=0 inRange=1 default 12:21:06.893838 +0100 InAppBrowser Test Single tap identified. Request details on potential zoom. (0x130002600) default 12:21:06.895835 +0100 InAppBrowser Test Single tap recognized - commit potential tap (0x130002600) default 12:21:06.915599 +0100 InAppBrowser Test Opening IAB using UIWebView with opts: location=no,toolbar=yes default 12:21:06.982193 +0100 InAppBrowser Test nw_path_evaluator_start [3CB23C24-7A28-4020-A62A-8E3DE467F5F9 generic, indefinite] path: satisfied (Path is satisfied), interface: en0, ipv4, dns default 12:21:06.984829 +0100 InAppBrowser Test 0x1053ac000 - DocumentLoader::startLoadingMainResource: Returning empty document (frame = 0x1053e8000, main = 1) default 12:21:06.985234 +0100 InAppBrowser Test 0x12fe21fc0 - FrameLoader::setState: main frame load completed (frame = 0x1053e8000, main = 1) default 12:21:06.985452 +0100 InAppBrowser Test Memory usage info dump at MainFrameLoadCompleted: default 12:21:06.985599 +0100 InAppBrowser Test virtual_size: 4936630272 default 12:21:06.985679 +0100 InAppBrowser Test internal: 21970944 default 12:21:06.985862 +0100 InAppBrowser Test compressed: 0 default 12:21:06.986050 +0100 InAppBrowser Test javascript_gc_heap_capacity: 32768 default 12:21:06.986241 +0100 InAppBrowser Test pagecache_page_count: 0 default 12:21:06.986561 +0100 InAppBrowser Test document_count: 1 default 12:21:06.986875 +0100 InAppBrowser Test javascript_gc_heap_extra_memory_size: 0 default 12:21:06.987060 +0100 InAppBrowser Test phys_footprint: 22217408 default 12:21:06.987309 +0100 InAppBrowser Test resident_size: 98205696 default 12:21:07.026018 +0100 InAppBrowser Test Setting the WebView's frame to {{0, 0}, {375, 623}} default 12:21:07.028934 +0100 InAppBrowser Test THREAD WARNING: ['InAppBrowser'] took '123.805908' ms. Plugin should use a background thread. default 12:21:07.068669 +0100 backboardd new deferring rules for pid:1160: ( "{ -> : 3-deferDiscrete: Key Window event focus deferral}", "{ -> : 4-deferDiscrete: Key Window event focus deferral}" ) error 12:21:07.074556 +0100 InAppBrowser Test Class _UICurrentContextPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. error 12:21:07.074617 +0100 InAppBrowser Test Class _UIFullscreenPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. default 12:21:07.078372 +0100 backboardd new resolutions for pid:1160 default 12:21:07.078455 +0100 backboardd new deferring rules for pid:1160: { -> : 4-deferDiscrete: Key Window event focus deferral} default 12:21:07.078654 +0100 InAppBrowser Test Synthetic click completed. (0x130002600) default 12:21:07.084340 +0100 backboardd new key command registrations for pid:1160: keyCommands = { ; ; ; } default 12:21:07.085658 +0100 InAppBrowser Test Metal API Validation Enabled default 12:21:07.173075 +0100 dasd Trigger: is now [0] default 12:21:07.230408 +0100 InAppBrowser Test 0x12fe21fc0 - FrameLoader::load (FrameLoadRequest): frame load started (frame = 0x1053e8000, main = 1) default 12:21:07.230543 +0100 InAppBrowser Test 0x12fe21fc0 - FrameLoader::load (DocumentLoader): frame load started (frame = 0x1053e8000, main = 1) default 12:21:07.231269 +0100 InAppBrowser Test 0x12fe21fc0 - FrameLoader::loadWithDocumentLoader: frame load started (frame = 0x1053e8000, main = 1) default 12:21:07.231349 +0100 InAppBrowser Test 0x12fe21fc0 - FrameLoader::loadWithDocumentLoader: main frame load started (frame = 0x1053e8000, main = 1) default 12:21:07.232192 +0100 InAppBrowser Test Memory usage info dump at MainFrameLoadStarted: default 12:21:07.232346 +0100 InAppBrowser Test virtual_size: 4972642304 default 12:21:07.232565 +0100 InAppBrowser Test internal: 25559040 default 12:21:07.232753 +0100 InAppBrowser Test compressed: 0 default 12:21:07.232984 +0100 InAppBrowser Test javascript_gc_heap_capacity: 32768 default 12:21:07.233074 +0100 InAppBrowser Test pagecache_page_count: 0 default 12:21:07.233165 +0100 InAppBrowser Test document_count: 1 default 12:21:07.233241 +0100 InAppBrowser Test javascript_gc_heap_extra_memory_size: 0 default 12:21:07.233316 +0100 InAppBrowser Test phys_footprint: 36913936 default 12:21:07.233401 +0100 InAppBrowser Test resident_size: 107642880 default 12:21:07.281017 +0100 InAppBrowser Test 0x12fe21fc0 - FrameLoader::prepareForLoadStart: Starting frame load (frame = 0x1053e8000, main = 1) default 12:21:07.281284 +0100 InAppBrowser Test 0x1053a41e0 - ProgressTracker::progressStarted: frame 0x1053e8000, value 0.100000, tracked frames 1, originating frame 0x1053e8000, isMainLoad 1 default 12:21:07.282280 +0100 InAppBrowser Test No default 12:21:07.283541 +0100 InAppBrowser Test nw_path_evaluator_start [3CB23C24-7A28-4020-A62A-8E3DE467F5F9 generic, indefinite] path: satisfied (Path is satisfied), interface: en0, ipv4, dns default 12:21:07.284687 +0100 InAppBrowser Test 0x10536c000 - DocumentLoader::startLoadingMainResource: Starting load (frame = 0x1053e8000, main = 1) default 12:21:07.290589 +0100 InAppBrowser Test Task <1C2880A3-875B-4FBC-AFB5-F2F7C541FEC3>.<0> {strength 0, tls 4, ct 0, sub 0, sig 1, ciphers 0, bundle 0, builtin 0} default 12:21:07.293306 +0100 InAppBrowser Test received 'loadstart' event default 12:21:07.294266 +0100 InAppBrowser Test received 'loadstart' event for: https://dpa99c.github.io/cordova-plugin-inappbrowser-test/iab_content/iab.html default 12:21:07.295460 +0100 InAppBrowser Test Connection 1: enabling TLS default 12:21:07.295554 +0100 InAppBrowser Test Connection 1: starting, TC(0x0) default 12:21:07.295626 +0100 InAppBrowser Test [C1 C7CE321A-06D6-4FC9-ACBD-87FA10AE3194 dpa99c.github.io:443 tcp, url hash: f01b03d0, tls] start default 12:21:07.297151 +0100 InAppBrowser Test nw_connection_report_state_with_handler_on_nw_queue [C1] reporting state preparing error 12:21:07.297405 +0100 mDNSResponder [R5717] Result code socket 13 created 00000000 00000001 default 12:21:07.297851 +0100 InAppBrowser Test Task <1C2880A3-875B-4FBC-AFB5-F2F7C541FEC3>.<0> setting up Connection 1 default 12:21:07.327554 +0100 InAppBrowser Test tcp_output [C1.1:3] flags=[S] seq=586159319, ack=0, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=586159319 default 12:21:07.328919 +0100 symptomsd WiFi observer _foregroundCounts.currentCombinedFlags is 0x10101010101 default 12:21:07.337231 +0100 powerlogHelperd {"msg":"CLCopyAppsUsingLocation", "event":"activity"} default 12:21:07.339672 +0100 symptomsd WiFi observer _backgroundCounts.currentCombinedFlags is 0x111141414141 default 12:21:07.367898 +0100 InAppBrowser Test tcp_input [C1.1:3] flags=[S.] seq=3279747710, ack=586159320, win=28120 state=SYN_SENT rcv_nxt=0, snd_una=586159319 default 12:21:07.368218 +0100 InAppBrowser Test nw_flow_connected [C1.1 185.199.109.153:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0, ipv4, dns)] Transport protocol connected default 12:21:07.369809 +0100 InAppBrowser Test boringssl_context_set_handshake_config(1559) [0x12fd56160] set tls_handshake_config_standard default 12:21:07.369919 +0100 InAppBrowser Test boringssl_context_set_min_version(332) [0x12fd56160] set 0x0301 default 12:21:07.370026 +0100 InAppBrowser Test boringssl_context_set_max_version(316) [0x12fd56160] set 0x0304 default 12:21:07.370184 +0100 InAppBrowser Test boringssl_context_set_cipher_suites(950) [0x12fd56160] Ciphersuite string: AEAD-AES128-GCM-SHA256:AEAD-AES256-GCM-SHA384:AEAD-CHACHA20-POLY1305-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-CHACHA20-POLY1305:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES256-SHA:AES128-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:DES-CBC3-SHA default 12:21:07.370270 +0100 InAppBrowser Test boringssl_session_install_association_state(1257) [0x12fd56160] Client session cache miss default 12:21:07.370428 +0100 InAppBrowser Test boringssl_session_set_peer_hostname(1208) [0x12fd56160] SNI dpa99c.github.io default 12:21:07.370530 +0100 InAppBrowser Test boringssl_context_set_min_version(332) [C1.1:2][0x12fd56160] set 0x0301 default 12:21:07.370668 +0100 InAppBrowser Test boringssl_context_set_session_ticket_enabled(447) [C1.1:2][0x12fd56160] set false default 12:21:07.370827 +0100 InAppBrowser Test boringssl_context_set_false_start(417) [C1.1:2][0x12fd56160] set false default 12:21:07.370956 +0100 InAppBrowser Test boringssl_context_set_enforce_ev(407) [C1.1:2][0x12fd56160] set false default 12:21:07.371097 +0100 InAppBrowser Test boringssl_context_set_ats_enforced(1280) [C1.1:2][0x12fd56160] set false default 12:21:07.371244 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_rsa_key_size(1289) [C1.1:2][0x12fd56160] set 0 default 12:21:07.371451 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_ecdsa_key_size(1298) [C1.1:2][0x12fd56160] set 0 default 12:21:07.371562 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_signature_algorithm(1308) [C1.1:2][0x12fd56160] set 0 default 12:21:07.371660 +0100 InAppBrowser Test boringssl_session_set_peer_hostname(1208) [C1.1:2][0x12fd56160] SNI dpa99c.github.io default 12:21:07.371839 +0100 InAppBrowser Test boringssl_context_set_cipher_suites(950) [C1.1:2][0x12fd56160] Ciphersuite string: AEAD-AES128-GCM-SHA256:AEAD-AES256-GCM-SHA384:AEAD-CHACHA20-POLY1305-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-CHACHA20-POLY1305:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES256-SHA:AES128-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:DES-CBC3-SHA default 12:21:07.371981 +0100 InAppBrowser Test nw_protocol_boringssl_begin_connection(456) [C1.1:2][0x12fd56160] early data disabled default 12:21:07.372117 +0100 InAppBrowser Test boringssl_context_info_handler(2064) [C1.1:2][0x12fd56160] Client handshake started default 12:21:07.372298 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Writing SSL3_RT_HANDSHAKE default 12:21:07.372407 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client enter_early_data default 12:21:07.372538 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C1.1:2][0x12fd56160] Adding message(1) default 12:21:07.372638 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client read_server_hello default 12:21:07.372735 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C1.1:2][0x12fd56160] Adding message(2) default 12:21:07.372895 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.373005 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.373113 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.373208 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.410416 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.410507 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.411262 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Reading SSL3_RT_HANDSHAKE default 12:21:07.411421 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client read_server_certificate default 12:21:07.411624 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C1.1:2][0x12fd56160] Adding message(2) default 12:21:07.411720 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.412340 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.412980 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Reading SSL3_RT_HANDSHAKE default 12:21:07.413047 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client read_certificate_status default 12:21:07.413088 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Reading SSL3_RT_HANDSHAKE default 12:21:07.413126 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client verify_server_certificate default 12:21:07.413162 +0100 InAppBrowser Test boringssl_context_copy_peer_sct_list(1140) [C1.1:2][0x12fd56160] SSL_get0_signed_cert_timestamp_list returned no SCT extension data default 12:21:07.413893 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(607) [C1.1:2][0x12fd56160] SecTrustCreateWithCertificates result: 0 default 12:21:07.413932 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(612) [C1.1:2][0x12fd56160] SecTrustSetOCSPResponse result: 0 default 12:21:07.413969 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(621) [C1.1:2][0x12fd56160] No TLS-provided SCTs default 12:21:07.414095 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback(2160) [C1.1:2][0x12fd56160] Asyncing for verify block default 12:21:07.414303 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_CERTIFICATE_VERIFY [16] default 12:21:07.414511 +0100 InAppBrowser Test Connection 1: asked to evaluate TLS Trust default 12:21:07.419138 +0100 trustd ocsp responder: (null) did not include status of requested cert default 12:21:07.421311 +0100 InAppBrowser Test Connection 1: TLS Trust result 0 default 12:21:07.421647 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback_block_invoke_3(2169) [C1.1:2][0x12fd56160] Returning from verify block default 12:21:07.421802 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback(2137) [C1.1:2][0x12fd56160] Setting trust result to ssl_verify_ok default 12:21:07.421856 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client read_server_key_exchange default 12:21:07.421895 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Reading SSL3_RT_HANDSHAKE default 12:21:07.422019 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client read_certificate_request default 12:21:07.422152 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Reading SSL3_RT_HANDSHAKE default 12:21:07.422252 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client read_server_hello_done default 12:21:07.422452 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client send_client_certificate default 12:21:07.422579 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C1.1:2][0x12fd56160] Adding message(14) default 12:21:07.422709 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client send_client_key_exchange default 12:21:07.423006 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Writing SSL3_RT_HANDSHAKE default 12:21:07.423115 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client send_client_certificate_verify default 12:21:07.423386 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client send_client_finished default 12:21:07.423533 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Writing SSL3_RT_CHANGE_CIPHER_SPEC default 12:21:07.423775 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Writing SSL3_RT_HANDSHAKE default 12:21:07.424026 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client finish_flight default 12:21:07.424090 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client read_session_ticket default 12:21:07.424392 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client process_change_cipher_spec default 12:21:07.424459 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.424734 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C1.1:2][0x12fd56160] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.449265 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Reading SSL3_RT_CHANGE_CIPHER_SPEC default 12:21:07.449591 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client read_server_finished default 12:21:07.449870 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C1.1:2][0x12fd56160] Reading SSL3_RT_HANDSHAKE default 12:21:07.450104 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client finish_client_handshake default 12:21:07.450463 +0100 InAppBrowser Test boringssl_context_new_session_handler(1201) [C1.1:2][0x12fd56160] New session available default 12:21:07.450918 +0100 InAppBrowser Test boringssl_context_new_session_handler(1233) Session not resumed default 12:21:07.451449 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C1.1:2][0x12fd56160] Client handshake state: TLS client done default 12:21:07.451975 +0100 InAppBrowser Test boringssl_context_copy_peer_sct_list(1140) [C1.1:2][0x12fd56160] SSL_get0_signed_cert_timestamp_list returned no SCT extension data default 12:21:07.452822 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(607) [C1.1:2][0x12fd56160] SecTrustCreateWithCertificates result: 0 default 12:21:07.453307 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(612) [C1.1:2][0x12fd56160] SecTrustSetOCSPResponse result: 0 default 12:21:07.453640 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(621) [C1.1:2][0x12fd56160] No TLS-provided SCTs default 12:21:07.454431 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C1.1:2][0x12fd56160] Adding message(20) default 12:21:07.454732 +0100 InAppBrowser Test boringssl_context_info_handler(2068) [C1.1:2][0x12fd56160] Client handshake done default 12:21:07.454987 +0100 InAppBrowser Test nw_protocol_boringssl_signal_connected(659) [C1.1:2][0x12fd56160] TLS connected [version(0x0303) ciphersuite(0xc02f) group(0x001d) peer_key(0x0601) alpn(http/1.1) resumed(0) offered_ticket(0) false_started(0) ocsp(0) sct(0)] default 12:21:07.455372 +0100 InAppBrowser Test nw_flow_connected [C1.1 185.199.109.153:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0, ipv4, dns)] Output protocol connected default 12:21:07.456600 +0100 InAppBrowser Test nw_connection_report_state_with_handler_on_nw_queue [C1] reporting state ready default 12:21:07.457832 +0100 InAppBrowser Test Connection 1: connected successfully default 12:21:07.458075 +0100 InAppBrowser Test Connection 1: TLS handshake complete default 12:21:07.458137 +0100 InAppBrowser Test Connection 1: ready C(N) E(N) default 12:21:07.458485 +0100 InAppBrowser Test Task <1C2880A3-875B-4FBC-AFB5-F2F7C541FEC3>.<0> now using Connection 1 default 12:21:07.458673 +0100 InAppBrowser Test Connection 1: received viability advisory(Y) default 12:21:07.458865 +0100 InAppBrowser Test Task <1C2880A3-875B-4FBC-AFB5-F2F7C541FEC3>.<0> sent request, body N 0 default 12:21:07.580808 +0100 InAppBrowser Test Task <1C2880A3-875B-4FBC-AFB5-F2F7C541FEC3>.<0> received response, status 200 content K default 12:21:07.581648 +0100 InAppBrowser Test Task <1C2880A3-875B-4FBC-AFB5-F2F7C541FEC3>.<0> response ended default 12:21:07.582260 +0100 InAppBrowser Test Task <1C2880A3-875B-4FBC-AFB5-F2F7C541FEC3>.<0> done using Connection 1 default 12:21:07.582459 +0100 InAppBrowser Test Task <1C2880A3-875B-4FBC-AFB5-F2F7C541FEC3>.<0> summary for task success {transaction_duration_ms=295, response_status=200, connection=1, protocol="http/1.1", domain_lookup_duration_ms=27, connect_duration_ms=128, secure_connection_duration_ms=80, request_start_ms=171, request_duration_ms=0, response_start_ms=294, response_duration_ms=0, request_bytes=375, response_bytes=1323, cache_hit=0} default 12:21:07.587739 +0100 syncdefaultsd Connection 13: is being canceled default 12:21:07.588284 +0100 syncdefaultsd [C13 81D20B8F-0818-4D2A-8796-466D771DD705 Hostname#8a24bc20:443 tcp, url hash: 06704874, traffic class: 200, tls] cancel default 12:21:07.589126 +0100 syncdefaultsd [C13 81D20B8F-0818-4D2A-8796-466D771DD705 Hostname#8a24bc20:443 tcp, url hash: 06704874, traffic class: 200, tls] cancelled [C13.1 B122D9B3-1A4B-448D-BCA8-25122D6388D6 192.168.1.105:58932<->IPv4#c3f51cce:443] Connected Path: satisfied (Path is satisfied), interface: en0, ipv4, dns Duration: 235.145s, DNS @0.002s took 0.021s, TCP @0.029s took 0.039s, TLS took 0.057s bytes in/out: 1923798/2968855, packets in/out: 1359/2345, rtt: 0.234s, retransmitted packets: 37, out-of-order packets: 44 default 12:21:07.589267 +0100 syncdefaultsd 0.000s [C13 3FD34144-4225-425F-8122-6713801DAAFE Hostname#8a24bc20:443 resolver path=satisfied (Path is satisfied), interface: en0, ipv4, dns] path:start default 12:21:07.589394 +0100 syncdefaultsd 0.001s [C13 3FD34144-4225-425F-8122-6713801DAAFE Hostname#8a24bc20:443 resolver path=satisfied (Path is satisfied), interface: en0, ipv4, dns] path:satisfied default 12:21:07.589697 +0100 trustd ocsp responder: (null) did not include status of requested cert default 12:21:07.589910 +0100 syncdefaultsd 0.002s [C13 3FD34144-4225-425F-8122-6713801DAAFE Hostname#8a24bc20:443 resolver path=satisfied (Path is satisfied), interface: en0, ipv4, dns] resolver:start_dns default 12:21:07.589990 +0100 syncdefaultsd 0.023s [C13 3FD34144-4225-425F-8122-6713801DAAFE Hostname#8a24bc20:443 resolver path=satisfied (Path is satisfied), interface: en0, ipv4, dns] resolver:receive_dns default 12:21:07.590077 +0100 syncdefaultsd 0.024s [C13.1 B122D9B3-1A4B-448D-BCA8-25122D6388D6 192.168.1.105:58932<->IPv4#c3f51cce:443 channel-flow path=satisfied (Path is satisfied), interface: en0, ipv4, dns] path:start default 12:21:07.590149 +0100 syncdefaultsd 0.025s [C13.1 B122D9B3-1A4B-448D-BCA8-25122D6388D6 192.168.1.105:58932<->IPv4#c3f51cce:443 channel-flow path=satisfied (Path is satisfied), interface: en0, ipv4, dns] path:satisfied default 12:21:07.590608 +0100 syncdefaultsd 0.026s [C13.1 B122D9B3-1A4B-448D-BCA8-25122D6388D6 192.168.1.105:58932<->IPv4#c3f51cce:443 channel-flow path=satisfied (Path is satisfied), interface: en0, ipv4, dns] flow:start_nexus default 12:21:07.590796 +0100 syncdefaultsd 0.027s [C13.1 B122D9B3-1A4B-448D-BCA8-25122D6388D6 192.168.1.105:58932<->IPv4#c3f51cce:443 channel-flow path=satisfied (Path is satisfied), interface: en0, ipv4, dns] flow:receive_nexus default 12:21:07.590932 +0100 syncdefaultsd 0.029s [C13.1 B122D9B3-1A4B-448D-BCA8-25122D6388D6 192.168.1.105:58932<->IPv4#c3f51cce:443 channel-flow path=satisfied (Path is satisfied), interface: en0, ipv4, dns] flow:start_connect default 12:21:07.591059 +0100 syncdefaultsd 0.068s [C13.1 B122D9B3-1A4B-448D-BCA8-25122D6388D6 192.168.1.105:58932<->IPv4#c3f51cce:443 channel-flow path=satisfied (Path is satisfied), interface: en0, ipv4, dns] flow:finish_transport default 12:21:07.591205 +0100 syncdefaultsd 0.068s [C13 3FD34144-4225-425F-8122-6713801DAAFE Hostname#8a24bc20:443 resolver path=satisfied (Path is satisfied), interface: en0, ipv4, dns] flow:finish_transport default 12:21:07.591328 +0100 syncdefaultsd 0.125s [C13.1 B122D9B3-1A4B-448D-BCA8-25122D6388D6 192.168.1.105:58932<->IPv4#c3f51cce:443 channel-flow path=satisfied (Path is satisfied), interface: en0, ipv4, dns] flow:finish_connect default 12:21:07.591461 +0100 syncdefaultsd 0.125s [C13 3FD34144-4225-425F-8122-6713801DAAFE Hostname#8a24bc20:443 resolver path=satisfied (Path is satisfied), interface: en0, ipv4, dns] flow:finish_connect default 12:21:07.591833 +0100 syncdefaultsd 0.125s [C13.1 B122D9B3-1A4B-448D-BCA8-25122D6388D6 192.168.1.105:58932<->IPv4#c3f51cce:443 channel-flow path=satisfied (Path is satisfied), interface: en0, ipv4, dns] flow:changed_viability default 12:21:07.593079 +0100 syncdefaultsd 0.126s [C13 3FD34144-4225-425F-8122-6713801DAAFE Hostname#8a24bc20:443 resolver path=satisfied (Path is satisfied), interface: en0, ipv4, dns] flow:changed_viability default 12:21:07.593490 +0100 syncdefaultsd 235.145s [C13] path:cancel default 12:21:07.594786 +0100 syncdefaultsd boringssl_context_message_handler(2347) [C13.1:2][0x123d5eea0] Writing SSL3_RT_ALERT default 12:21:07.594881 +0100 syncdefaultsd boringssl_context_handle_warning_alert(1991) [C13.1:2][0x123d5eea0] alert, level: warning, description: close notify default 12:21:07.594932 +0100 syncdefaultsd boringssl_session_disconnect(539) [C13.1:2][0x123d5eea0] SSL_shutdown 0 default 12:21:07.595245 +0100 syncdefaultsd nw_protocol_tcp_log_summary [C13.1:3] [F8932223-4814-40C9-8601-A93C31896BD3 :58932<->:443] Init: 1, Conn_Time: 37.747ms, Syn's: 1, WR_T: 0/0, RD_T: 0/0, TFO: 0/0/0, ECN: 0/0/0, TS: 1 RTT_Cache: none, rtt_upd: 2550, rtt: 234.187ms, rtt_var: 7.625ms rtt_nc: 234.187ms, rtt_var_nc: 7.625ms default 12:21:07.595357 +0100 syncdefaultsd nw_flow_disconnected [C13.1 IPv4#c3f51cce:443 cancelled channel-flow ((null))] Output protocol disconnected default 12:21:07.598294 +0100 syncdefaultsd nw_connection_report_state_with_handler_on_nw_queue [C13] reporting state cancelled default 12:21:07.598450 +0100 syncdefaultsd Connection 13: destroyed default 12:21:07.598687 +0100 syncdefaultsd tcp_output [C13.1:3] flags=[F.] seq=1266979915, ack=2249684710, win=1024 state=FIN_WAIT_1 rcv_nxt=2249684710, snd_una=1266979884 default 12:21:07.598859 +0100 syncdefaultsd nw_protocol_boringssl_remove_input_handler(970) [C13.1:2][0x123d5eea0] nw_protocol_boringssl_remove_input_handler forced true default 12:21:07.599022 +0100 syncdefaultsd nw_protocol_boringssl_remove_input_handler(988) [C13.1:2][0x123d5eea0] Transferring nw_protocol_boringssl_t handle back into ARC for autorelease default 12:21:07.632515 +0100 syncdefaultsd tcp_input [C13.1:3] flags=[F.] seq=2249684710, ack=1266979915, win=16384 state=FIN_WAIT_1 rcv_nxt=2249684710, snd_una=1266979915 default 12:21:07.632858 +0100 syncdefaultsd tcp_output [C13.1:3] flags=[F.] seq=1266979915, ack=2249684711, win=1024 state=CLOSING rcv_nxt=2249684711, snd_una=1266979915 default 12:21:07.640419 +0100 symptomsd defusing ticker tickerFatal having seen progress by flow for syncdefaultsd, rxbytes 2190186 duration 235.164 seconds started at time: Mon Jun 24 12:17:12 2019 default 12:21:07.668886 +0100 InAppBrowser Test Unbalanced calls to begin/end appearance transitions for . default 12:21:07.675472 +0100 InAppBrowser Test Task <3EDB2735-112A-4F45-994E-B215FE479077>.<0> {strength 0, tls 4, ct 0, sub 0, sig 1, ciphers 0, bundle 0, builtin 0} default 12:21:07.675735 +0100 InAppBrowser Test Task <3EDB2735-112A-4F45-994E-B215FE479077>.<0> now using Connection 1 default 12:21:07.675809 +0100 InAppBrowser Test Task <48482EB0-29EE-4C6C-9707-818C15502708>.<0> {strength 0, tls 4, ct 0, sub 0, sig 1, ciphers 0, bundle 0, builtin 0} default 12:21:07.675925 +0100 InAppBrowser Test Task <3EDB2735-112A-4F45-994E-B215FE479077>.<0> sent request, body N 0 default 12:21:07.678139 +0100 InAppBrowser Test Connection 2: enabling TLS default 12:21:07.678237 +0100 InAppBrowser Test Connection 2: starting, TC(0x0) default 12:21:07.678299 +0100 InAppBrowser Test [C2 7A9F824B-3E22-453E-B257-14B905C255DE dpa99c.github.io:443 tcp, url hash: f815ebc8, tls] start default 12:21:07.679040 +0100 InAppBrowser Test nw_connection_report_state_with_handler_on_nw_queue [C2] reporting state preparing default 12:21:07.679666 +0100 InAppBrowser Test Task <48482EB0-29EE-4C6C-9707-818C15502708>.<0> setting up Connection 2 default 12:21:07.683599 +0100 InAppBrowser Test tcp_output [C2.1:3] flags=[S] seq=2706505833, ack=0, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=2706505833 default 12:21:07.685534 +0100 InAppBrowser Test Task <052723EF-2F40-4608-BF78-6CFB48004036>.<0> {strength 0, tls 4, ct 0, sub 0, sig 1, ciphers 0, bundle 0, builtin 0} default 12:21:07.688346 +0100 InAppBrowser Test Connection 3: enabling TLS default 12:21:07.688404 +0100 InAppBrowser Test Connection 3: starting, TC(0x0) default 12:21:07.689674 +0100 InAppBrowser Test [C3 C8EE4782-B37A-4368-AD0F-6F8232195BC1 dpa99c.github.io:443 tcp, url hash: cd0bebf9, tls] start default 12:21:07.691001 +0100 InAppBrowser Test nw_connection_report_state_with_handler_on_nw_queue [C3] reporting state preparing default 12:21:07.691227 +0100 InAppBrowser Test Task <052723EF-2F40-4608-BF78-6CFB48004036>.<0> setting up Connection 3 default 12:21:07.693702 +0100 InAppBrowser Test tcp_output [C3.1:3] flags=[S] seq=50408915, ack=0, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=50408915 default 12:21:07.694329 +0100 InAppBrowser Test Task <79A4D60A-A778-4FCE-91AF-1DF40E8A54D4>.<0> {strength 0, tls 4, ct 0, sub 0, sig 1, ciphers 0, bundle 0, builtin 0} default 12:21:07.694454 +0100 InAppBrowser Test Connection 4: enabling TLS default 12:21:07.694525 +0100 InAppBrowser Test Connection 4: starting, TC(0x0) default 12:21:07.694609 +0100 InAppBrowser Test [C4 3F7C5FCD-5D5E-4616-A4AF-66623592E462 dpa99c.github.io:443 tcp, url hash: b59abc52, tls] start default 12:21:07.695829 +0100 InAppBrowser Test 0x105344000 - SubresourceLoader::didFinishLoading: (frame = 0x1053e8000, frameLoader = 0x12fe21fc0, resourceID = 1) default 12:21:07.696149 +0100 InAppBrowser Test nw_connection_report_state_with_handler_on_nw_queue [C4] reporting state preparing default 12:21:07.696565 +0100 InAppBrowser Test Task <79A4D60A-A778-4FCE-91AF-1DF40E8A54D4>.<0> setting up Connection 4 default 12:21:07.703532 +0100 InAppBrowser Test tcp_output [C4.1:3] flags=[S] seq=702357602, ack=0, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=702357602 default 12:21:07.718023 +0100 InAppBrowser Test tcp_input [C2.1:3] flags=[S.] seq=2035668951, ack=2706505834, win=28120 state=SYN_SENT rcv_nxt=0, snd_una=2706505833 default 12:21:07.718245 +0100 InAppBrowser Test nw_flow_connected [C2.1 185.199.109.153:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0, ipv4, dns)] Transport protocol connected default 12:21:07.718832 +0100 InAppBrowser Test boringssl_context_set_handshake_config(1559) [0x12fd5bfa0] set tls_handshake_config_standard default 12:21:07.719016 +0100 InAppBrowser Test boringssl_context_set_min_version(332) [0x12fd5bfa0] set 0x0301 default 12:21:07.719093 +0100 InAppBrowser Test boringssl_context_set_max_version(316) [0x12fd5bfa0] set 0x0304 default 12:21:07.719152 +0100 InAppBrowser Test boringssl_context_set_cipher_suites(950) [0x12fd5bfa0] Ciphersuite string: AEAD-AES128-GCM-SHA256:AEAD-AES256-GCM-SHA384:AEAD-CHACHA20-POLY1305-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-CHACHA20-POLY1305:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES256-SHA:AES128-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:DES-CBC3-SHA default 12:21:07.719272 +0100 InAppBrowser Test boringssl_session_install_association_state(1253) [0x12fd5bfa0] Client session cache hit default 12:21:07.719458 +0100 InAppBrowser Test boringssl_session_set_peer_hostname(1208) [0x12fd5bfa0] SNI dpa99c.github.io default 12:21:07.719552 +0100 InAppBrowser Test boringssl_context_set_min_version(332) [C2.1:2][0x12fd5bfa0] set 0x0301 default 12:21:07.719669 +0100 InAppBrowser Test boringssl_context_set_session_ticket_enabled(447) [C2.1:2][0x12fd5bfa0] set false default 12:21:07.719728 +0100 InAppBrowser Test boringssl_context_set_false_start(417) [C2.1:2][0x12fd5bfa0] set false default 12:21:07.719919 +0100 InAppBrowser Test boringssl_context_set_enforce_ev(407) [C2.1:2][0x12fd5bfa0] set false default 12:21:07.720151 +0100 InAppBrowser Test boringssl_context_set_ats_enforced(1280) [C2.1:2][0x12fd5bfa0] set false default 12:21:07.720284 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_rsa_key_size(1289) [C2.1:2][0x12fd5bfa0] set 0 default 12:21:07.720350 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_ecdsa_key_size(1298) [C2.1:2][0x12fd5bfa0] set 0 default 12:21:07.720409 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_signature_algorithm(1308) [C2.1:2][0x12fd5bfa0] set 0 default 12:21:07.720517 +0100 InAppBrowser Test boringssl_session_set_peer_hostname(1208) [C2.1:2][0x12fd5bfa0] SNI dpa99c.github.io default 12:21:07.720651 +0100 InAppBrowser Test boringssl_context_set_cipher_suites(950) [C2.1:2][0x12fd5bfa0] Ciphersuite string: AEAD-AES128-GCM-SHA256:AEAD-AES256-GCM-SHA384:AEAD-CHACHA20-POLY1305-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-CHACHA20-POLY1305:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES256-SHA:AES128-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:DES-CBC3-SHA default 12:21:07.720722 +0100 InAppBrowser Test nw_protocol_boringssl_begin_connection(456) [C2.1:2][0x12fd5bfa0] early data disabled default 12:21:07.720957 +0100 InAppBrowser Test boringssl_context_info_handler(2064) [C2.1:2][0x12fd5bfa0] Client handshake started default 12:21:07.721047 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C2.1:2][0x12fd5bfa0] Writing SSL3_RT_HANDSHAKE default 12:21:07.721126 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C2.1:2][0x12fd5bfa0] Client handshake state: TLS client enter_early_data default 12:21:07.721214 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C2.1:2][0x12fd5bfa0] Adding message(1) default 12:21:07.721290 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C2.1:2][0x12fd5bfa0] Client handshake state: TLS client read_server_hello default 12:21:07.721474 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C2.1:2][0x12fd5bfa0] Adding message(2) default 12:21:07.721741 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C2.1:2][0x12fd5bfa0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.721868 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C2.1:2][0x12fd5bfa0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.722037 +0100 InAppBrowser Test tcp_input [C3.1:3] flags=[S.] seq=4194783988, ack=50408916, win=28120 state=SYN_SENT rcv_nxt=0, snd_una=50408915 default 12:21:07.722116 +0100 InAppBrowser Test nw_flow_connected [C3.1 185.199.109.153:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0, ipv4, dns)] Transport protocol connected default 12:21:07.723481 +0100 InAppBrowser Test boringssl_context_set_handshake_config(1559) [0x12fe4bba0] set tls_handshake_config_standard default 12:21:07.723801 +0100 InAppBrowser Test boringssl_context_set_min_version(332) [0x12fe4bba0] set 0x0301 default 12:21:07.724190 +0100 InAppBrowser Test boringssl_context_set_max_version(316) [0x12fe4bba0] set 0x0304 default 12:21:07.724345 +0100 InAppBrowser Test boringssl_context_set_cipher_suites(950) [0x12fe4bba0] Ciphersuite string: AEAD-AES128-GCM-SHA256:AEAD-AES256-GCM-SHA384:AEAD-CHACHA20-POLY1305-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-CHACHA20-POLY1305:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES256-SHA:AES128-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:DES-CBC3-SHA default 12:21:07.724459 +0100 InAppBrowser Test boringssl_session_install_association_state(1257) [0x12fe4bba0] Client session cache miss default 12:21:07.724727 +0100 InAppBrowser Test boringssl_session_set_peer_hostname(1208) [0x12fe4bba0] SNI dpa99c.github.io default 12:21:07.724805 +0100 InAppBrowser Test boringssl_context_set_min_version(332) [C3.1:2][0x12fe4bba0] set 0x0301 default 12:21:07.724914 +0100 InAppBrowser Test boringssl_context_set_session_ticket_enabled(447) [C3.1:2][0x12fe4bba0] set false default 12:21:07.724955 +0100 InAppBrowser Test boringssl_context_set_false_start(417) [C3.1:2][0x12fe4bba0] set false default 12:21:07.724988 +0100 InAppBrowser Test boringssl_context_set_enforce_ev(407) [C3.1:2][0x12fe4bba0] set false default 12:21:07.725044 +0100 InAppBrowser Test boringssl_context_set_ats_enforced(1280) [C3.1:2][0x12fe4bba0] set false default 12:21:07.725134 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_rsa_key_size(1289) [C3.1:2][0x12fe4bba0] set 0 default 12:21:07.725201 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_ecdsa_key_size(1298) [C3.1:2][0x12fe4bba0] set 0 default 12:21:07.725266 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_signature_algorithm(1308) [C3.1:2][0x12fe4bba0] set 0 default 12:21:07.725329 +0100 InAppBrowser Test boringssl_session_set_peer_hostname(1208) [C3.1:2][0x12fe4bba0] SNI dpa99c.github.io default 12:21:07.725393 +0100 InAppBrowser Test boringssl_context_set_cipher_suites(950) [C3.1:2][0x12fe4bba0] Ciphersuite string: AEAD-AES128-GCM-SHA256:AEAD-AES256-GCM-SHA384:AEAD-CHACHA20-POLY1305-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-CHACHA20-POLY1305:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES256-SHA:AES128-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:DES-CBC3-SHA default 12:21:07.725461 +0100 InAppBrowser Test nw_protocol_boringssl_begin_connection(456) [C3.1:2][0x12fe4bba0] early data disabled default 12:21:07.725523 +0100 InAppBrowser Test boringssl_context_info_handler(2064) [C3.1:2][0x12fe4bba0] Client handshake started default 12:21:07.725586 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Writing SSL3_RT_HANDSHAKE default 12:21:07.725651 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client enter_early_data default 12:21:07.725720 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C3.1:2][0x12fe4bba0] Adding message(1) default 12:21:07.725758 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client read_server_hello default 12:21:07.725790 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C3.1:2][0x12fe4bba0] Adding message(2) default 12:21:07.725822 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C3.1:2][0x12fe4bba0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.725929 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C3.1:2][0x12fe4bba0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.726018 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C2.1:2][0x12fd5bfa0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.726083 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C2.1:2][0x12fd5bfa0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.726121 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C3.1:2][0x12fe4bba0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.726174 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C3.1:2][0x12fe4bba0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.738312 +0100 InAppBrowser Test tcp_input [C4.1:3] flags=[S.] seq=2843418002, ack=702357603, win=28120 state=SYN_SENT rcv_nxt=0, snd_una=702357602 default 12:21:07.738399 +0100 InAppBrowser Test nw_flow_connected [C4.1 185.199.109.153:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0, ipv4, dns)] Transport protocol connected default 12:21:07.739548 +0100 InAppBrowser Test boringssl_context_set_handshake_config(1559) [0x12fd50a60] set tls_handshake_config_standard default 12:21:07.739724 +0100 InAppBrowser Test boringssl_context_set_min_version(332) [0x12fd50a60] set 0x0301 default 12:21:07.739781 +0100 InAppBrowser Test boringssl_context_set_max_version(316) [0x12fd50a60] set 0x0304 default 12:21:07.739857 +0100 InAppBrowser Test boringssl_context_set_cipher_suites(950) [0x12fd50a60] Ciphersuite string: AEAD-AES128-GCM-SHA256:AEAD-AES256-GCM-SHA384:AEAD-CHACHA20-POLY1305-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-CHACHA20-POLY1305:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES256-SHA:AES128-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:DES-CBC3-SHA default 12:21:07.740046 +0100 InAppBrowser Test boringssl_session_install_association_state(1257) [0x12fd50a60] Client session cache miss default 12:21:07.740111 +0100 InAppBrowser Test boringssl_session_set_peer_hostname(1208) [0x12fd50a60] SNI dpa99c.github.io default 12:21:07.740243 +0100 InAppBrowser Test boringssl_context_set_min_version(332) [C4.1:2][0x12fd50a60] set 0x0301 default 12:21:07.740466 +0100 InAppBrowser Test boringssl_context_set_session_ticket_enabled(447) [C4.1:2][0x12fd50a60] set false default 12:21:07.740619 +0100 InAppBrowser Test boringssl_context_set_false_start(417) [C4.1:2][0x12fd50a60] set false default 12:21:07.740936 +0100 InAppBrowser Test boringssl_context_set_enforce_ev(407) [C4.1:2][0x12fd50a60] set false default 12:21:07.741128 +0100 InAppBrowser Test boringssl_context_set_ats_enforced(1280) [C4.1:2][0x12fd50a60] set false default 12:21:07.741283 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_rsa_key_size(1289) [C4.1:2][0x12fd50a60] set 0 default 12:21:07.741510 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_ecdsa_key_size(1298) [C4.1:2][0x12fd50a60] set 0 default 12:21:07.741603 +0100 InAppBrowser Test boringssl_context_set_ats_minimum_signature_algorithm(1308) [C4.1:2][0x12fd50a60] set 0 default 12:21:07.741680 +0100 InAppBrowser Test boringssl_session_set_peer_hostname(1208) [C4.1:2][0x12fd50a60] SNI dpa99c.github.io default 12:21:07.741744 +0100 InAppBrowser Test boringssl_context_set_cipher_suites(950) [C4.1:2][0x12fd50a60] Ciphersuite string: AEAD-AES128-GCM-SHA256:AEAD-AES256-GCM-SHA384:AEAD-CHACHA20-POLY1305-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-CHACHA20-POLY1305:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES256-SHA:AES128-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:DES-CBC3-SHA default 12:21:07.742023 +0100 InAppBrowser Test nw_protocol_boringssl_begin_connection(456) [C4.1:2][0x12fd50a60] early data disabled default 12:21:07.742085 +0100 InAppBrowser Test boringssl_context_info_handler(2064) [C4.1:2][0x12fd50a60] Client handshake started default 12:21:07.742123 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Writing SSL3_RT_HANDSHAKE default 12:21:07.742209 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client enter_early_data default 12:21:07.742253 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C4.1:2][0x12fd50a60] Adding message(1) default 12:21:07.742311 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client read_server_hello default 12:21:07.742361 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C4.1:2][0x12fd50a60] Adding message(2) default 12:21:07.742411 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.742449 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.742502 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.742551 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.761123 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C2.1:2][0x12fd5bfa0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.761211 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C2.1:2][0x12fd5bfa0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.763395 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C2.1:2][0x12fd5bfa0] Reading SSL3_RT_HANDSHAKE default 12:21:07.763486 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C2.1:2][0x12fd5bfa0] Client handshake state: TLS client read_session_ticket default 12:21:07.763570 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C2.1:2][0x12fd5bfa0] Adding message(2) default 12:21:07.763714 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C2.1:2][0x12fd5bfa0] Client handshake state: TLS client process_change_cipher_spec default 12:21:07.763938 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C2.1:2][0x12fd5bfa0] Reading SSL3_RT_CHANGE_CIPHER_SPEC default 12:21:07.764022 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C2.1:2][0x12fd5bfa0] Client handshake state: TLS client read_server_finished default 12:21:07.764171 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C2.1:2][0x12fd5bfa0] Reading SSL3_RT_HANDSHAKE default 12:21:07.764342 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C2.1:2][0x12fd5bfa0] Client handshake state: TLS client send_client_finished default 12:21:07.764421 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C2.1:2][0x12fd5bfa0] Writing SSL3_RT_CHANGE_CIPHER_SPEC default 12:21:07.764556 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C2.1:2][0x12fd5bfa0] Writing SSL3_RT_HANDSHAKE default 12:21:07.764690 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C2.1:2][0x12fd5bfa0] Client handshake state: TLS client finish_flight default 12:21:07.764768 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C2.1:2][0x12fd5bfa0] Client handshake state: TLS client finish_client_handshake default 12:21:07.765676 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C2.1:2][0x12fd5bfa0] Client handshake state: TLS client done default 12:21:07.765799 +0100 InAppBrowser Test boringssl_context_copy_peer_sct_list(1140) [C2.1:2][0x12fd5bfa0] SSL_get0_signed_cert_timestamp_list returned no SCT extension data default 12:21:07.766000 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(607) [C2.1:2][0x12fd5bfa0] SecTrustCreateWithCertificates result: 0 default 12:21:07.766070 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(612) [C2.1:2][0x12fd5bfa0] SecTrustSetOCSPResponse result: 0 default 12:21:07.766331 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(621) [C2.1:2][0x12fd5bfa0] No TLS-provided SCTs default 12:21:07.766581 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C2.1:2][0x12fd5bfa0] Adding message(20) default 12:21:07.766756 +0100 InAppBrowser Test boringssl_context_info_handler(2068) [C2.1:2][0x12fd5bfa0] Client handshake done default 12:21:07.766822 +0100 InAppBrowser Test nw_protocol_boringssl_signal_connected(659) [C2.1:2][0x12fd5bfa0] TLS connected [version(0x0303) ciphersuite(0xc02f) group(0x001d) peer_key(0x0601) alpn(http/1.1) resumed(1) offered_ticket(0) false_started(0) ocsp(0) sct(0)] default 12:21:07.767183 +0100 InAppBrowser Test nw_flow_connected [C2.1 185.199.109.153:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0, ipv4, dns)] Output protocol connected default 12:21:07.768493 +0100 InAppBrowser Test nw_connection_report_state_with_handler_on_nw_queue [C2] reporting state ready default 12:21:07.769137 +0100 InAppBrowser Test Connection 2: connected successfully default 12:21:07.769194 +0100 InAppBrowser Test Connection 2: TLS handshake complete default 12:21:07.769256 +0100 InAppBrowser Test Connection 2: ready C(N) E(N) default 12:21:07.769366 +0100 InAppBrowser Test Task <48482EB0-29EE-4C6C-9707-818C15502708>.<0> now using Connection 2 default 12:21:07.769435 +0100 InAppBrowser Test Connection 2: received viability advisory(Y) default 12:21:07.769489 +0100 InAppBrowser Test Task <48482EB0-29EE-4C6C-9707-818C15502708>.<0> sent request, body N 0 default 12:21:07.769795 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Reading SSL3_RT_HANDSHAKE default 12:21:07.769869 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client read_server_certificate default 12:21:07.769982 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C3.1:2][0x12fe4bba0] Adding message(2) default 12:21:07.770038 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Reading SSL3_RT_HANDSHAKE default 12:21:07.770102 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client read_certificate_status default 12:21:07.770171 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Reading SSL3_RT_HANDSHAKE default 12:21:07.770233 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client verify_server_certificate default 12:21:07.770291 +0100 InAppBrowser Test boringssl_context_copy_peer_sct_list(1140) [C3.1:2][0x12fe4bba0] SSL_get0_signed_cert_timestamp_list returned no SCT extension data default 12:21:07.770536 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(607) [C3.1:2][0x12fe4bba0] SecTrustCreateWithCertificates result: 0 default 12:21:07.770673 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(612) [C3.1:2][0x12fe4bba0] SecTrustSetOCSPResponse result: 0 default 12:21:07.770774 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(621) [C3.1:2][0x12fe4bba0] No TLS-provided SCTs default 12:21:07.770923 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback(2160) [C3.1:2][0x12fe4bba0] Asyncing for verify block default 12:21:07.770987 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C3.1:2][0x12fe4bba0] Early handshake return caused by SSL_ERROR_WANT_CERTIFICATE_VERIFY [16] default 12:21:07.771575 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback(2130) [C3.1:2][0x12fe4bba0] Verification already in progress. default 12:21:07.771685 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C3.1:2][0x12fe4bba0] Early handshake return caused by SSL_ERROR_WANT_CERTIFICATE_VERIFY [16] default 12:21:07.771771 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback(2130) [C3.1:2][0x12fe4bba0] Verification already in progress. default 12:21:07.771837 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C3.1:2][0x12fe4bba0] Early handshake return caused by SSL_ERROR_WANT_CERTIFICATE_VERIFY [16] default 12:21:07.771902 +0100 InAppBrowser Test Connection 3: asked to evaluate TLS Trust default 12:21:07.772965 +0100 trustd ocsp responder: (null) did not include status of requested cert default 12:21:07.775586 +0100 InAppBrowser Test Connection 3: TLS Trust result 0 default 12:21:07.775655 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback_block_invoke_3(2169) [C3.1:2][0x12fe4bba0] Returning from verify block default 12:21:07.776437 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback(2137) [C3.1:2][0x12fe4bba0] Setting trust result to ssl_verify_ok default 12:21:07.776551 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client read_server_key_exchange default 12:21:07.776634 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Reading SSL3_RT_HANDSHAKE default 12:21:07.776728 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client read_certificate_request default 12:21:07.776798 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Reading SSL3_RT_HANDSHAKE default 12:21:07.776887 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client read_server_hello_done default 12:21:07.776939 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client send_client_certificate default 12:21:07.777000 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C3.1:2][0x12fe4bba0] Adding message(14) default 12:21:07.777062 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client send_client_key_exchange default 12:21:07.777148 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Writing SSL3_RT_HANDSHAKE default 12:21:07.777269 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client send_client_certificate_verify default 12:21:07.777325 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client send_client_finished default 12:21:07.777437 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Writing SSL3_RT_CHANGE_CIPHER_SPEC default 12:21:07.777598 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Writing SSL3_RT_HANDSHAKE default 12:21:07.777745 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client finish_flight default 12:21:07.777857 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client read_session_ticket default 12:21:07.778168 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client process_change_cipher_spec default 12:21:07.778221 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C3.1:2][0x12fe4bba0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.778273 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C3.1:2][0x12fe4bba0] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.778357 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Reading SSL3_RT_HANDSHAKE default 12:21:07.778415 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client read_server_certificate default 12:21:07.778454 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C4.1:2][0x12fd50a60] Adding message(2) default 12:21:07.778489 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.778585 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.778682 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.778834 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.779346 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Reading SSL3_RT_HANDSHAKE default 12:21:07.779438 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client read_certificate_status default 12:21:07.779623 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Reading SSL3_RT_HANDSHAKE default 12:21:07.780535 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client verify_server_certificate default 12:21:07.780618 +0100 InAppBrowser Test boringssl_context_copy_peer_sct_list(1140) [C4.1:2][0x12fd50a60] SSL_get0_signed_cert_timestamp_list returned no SCT extension data default 12:21:07.780765 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(607) [C4.1:2][0x12fd50a60] SecTrustCreateWithCertificates result: 0 default 12:21:07.780830 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(612) [C4.1:2][0x12fd50a60] SecTrustSetOCSPResponse result: 0 default 12:21:07.780896 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(621) [C4.1:2][0x12fd50a60] No TLS-provided SCTs default 12:21:07.781030 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback(2160) [C4.1:2][0x12fd50a60] Asyncing for verify block default 12:21:07.781094 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_CERTIFICATE_VERIFY [16] default 12:21:07.781154 +0100 InAppBrowser Test Connection 4: asked to evaluate TLS Trust default 12:21:07.782184 +0100 trustd ocsp responder: (null) did not include status of requested cert default 12:21:07.787195 +0100 InAppBrowser Test Task <3EDB2735-112A-4F45-994E-B215FE479077>.<0> received response, status 200 content K default 12:21:07.787264 +0100 InAppBrowser Test Task <3EDB2735-112A-4F45-994E-B215FE479077>.<0> response ended default 12:21:07.787329 +0100 InAppBrowser Test Task <3EDB2735-112A-4F45-994E-B215FE479077>.<0> done using Connection 1 default 12:21:07.787413 +0100 InAppBrowser Test Task <3EDB2735-112A-4F45-994E-B215FE479077>.<0> summary for task success {transaction_duration_ms=109, response_status=200, connection=1, reused=1, request_start_ms=1, request_duration_ms=0, response_start_ms=109, response_duration_ms=0, request_bytes=418, response_bytes=824, cache_hit=0} default 12:21:07.787498 +0100 InAppBrowser Test Connection 4: TLS Trust result 0 default 12:21:07.787553 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback_block_invoke_3(2169) [C4.1:2][0x12fd50a60] Returning from verify block default 12:21:07.787745 +0100 InAppBrowser Test boringssl_context_certificate_verify_callback(2137) [C4.1:2][0x12fd50a60] Setting trust result to ssl_verify_ok default 12:21:07.787803 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client read_server_key_exchange default 12:21:07.787956 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Reading SSL3_RT_HANDSHAKE default 12:21:07.788008 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client read_certificate_request default 12:21:07.788082 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Reading SSL3_RT_HANDSHAKE default 12:21:07.788239 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client read_server_hello_done default 12:21:07.788413 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client send_client_certificate default 12:21:07.788481 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C4.1:2][0x12fd50a60] Adding message(14) default 12:21:07.788558 +0100 InAppBrowser Test 0x108654e00 - SubresourceLoader::didFinishLoading: (frame = 0x1053e8000, frameLoader = 0x12fe21fc0, resourceID = 2) default 12:21:07.788681 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client send_client_key_exchange default 12:21:07.788747 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Writing SSL3_RT_HANDSHAKE default 12:21:07.788860 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client send_client_certificate_verify default 12:21:07.789159 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client send_client_finished default 12:21:07.789283 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Writing SSL3_RT_CHANGE_CIPHER_SPEC default 12:21:07.789326 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Writing SSL3_RT_HANDSHAKE default 12:21:07.789383 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client finish_flight default 12:21:07.789432 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client read_session_ticket default 12:21:07.789474 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client process_change_cipher_spec default 12:21:07.789560 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.789614 +0100 InAppBrowser Test boringssl_session_handshake_incomplete(192) [C4.1:2][0x12fd50a60] Early handshake return caused by SSL_ERROR_WANT_READ [2] default 12:21:07.799692 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Reading SSL3_RT_CHANGE_CIPHER_SPEC default 12:21:07.799877 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client read_server_finished default 12:21:07.799957 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C3.1:2][0x12fe4bba0] Reading SSL3_RT_HANDSHAKE default 12:21:07.800201 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client finish_client_handshake default 12:21:07.800761 +0100 InAppBrowser Test boringssl_context_new_session_handler(1201) [C3.1:2][0x12fe4bba0] New session available default 12:21:07.800898 +0100 InAppBrowser Test boringssl_context_new_session_handler(1233) Session not resumed default 12:21:07.801029 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C3.1:2][0x12fe4bba0] Client handshake state: TLS client done default 12:21:07.801106 +0100 InAppBrowser Test boringssl_context_copy_peer_sct_list(1140) [C3.1:2][0x12fe4bba0] SSL_get0_signed_cert_timestamp_list returned no SCT extension data default 12:21:07.801346 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(607) [C3.1:2][0x12fe4bba0] SecTrustCreateWithCertificates result: 0 default 12:21:07.801730 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(612) [C3.1:2][0x12fe4bba0] SecTrustSetOCSPResponse result: 0 default 12:21:07.801951 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(621) [C3.1:2][0x12fe4bba0] No TLS-provided SCTs default 12:21:07.802177 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C3.1:2][0x12fe4bba0] Adding message(20) default 12:21:07.802286 +0100 InAppBrowser Test boringssl_context_info_handler(2068) [C3.1:2][0x12fe4bba0] Client handshake done default 12:21:07.802358 +0100 InAppBrowser Test nw_protocol_boringssl_signal_connected(659) [C3.1:2][0x12fe4bba0] TLS connected [version(0x0303) ciphersuite(0xc02f) group(0x001d) peer_key(0x0601) alpn(http/1.1) resumed(0) offered_ticket(0) false_started(0) ocsp(0) sct(0)] default 12:21:07.802553 +0100 InAppBrowser Test nw_flow_connected [C3.1 185.199.109.153:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0, ipv4, dns)] Output protocol connected default 12:21:07.802954 +0100 InAppBrowser Test nw_connection_report_state_with_handler_on_nw_queue [C3] reporting state ready default 12:21:07.803579 +0100 InAppBrowser Test Connection 3: connected successfully default 12:21:07.803673 +0100 InAppBrowser Test Connection 3: TLS handshake complete default 12:21:07.803765 +0100 InAppBrowser Test Connection 3: ready C(N) E(N) default 12:21:07.803960 +0100 InAppBrowser Test Task <052723EF-2F40-4608-BF78-6CFB48004036>.<0> now using Connection 3 default 12:21:07.804139 +0100 InAppBrowser Test Connection 3: received viability advisory(Y) default 12:21:07.804255 +0100 InAppBrowser Test Task <052723EF-2F40-4608-BF78-6CFB48004036>.<0> sent request, body N 0 default 12:21:07.812886 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Reading SSL3_RT_CHANGE_CIPHER_SPEC default 12:21:07.813117 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client read_server_finished default 12:21:07.813326 +0100 InAppBrowser Test boringssl_context_message_handler(2347) [C4.1:2][0x12fd50a60] Reading SSL3_RT_HANDSHAKE default 12:21:07.813577 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client finish_client_handshake default 12:21:07.813816 +0100 InAppBrowser Test boringssl_context_new_session_handler(1201) [C4.1:2][0x12fd50a60] New session available default 12:21:07.813924 +0100 InAppBrowser Test boringssl_context_new_session_handler(1233) Session not resumed default 12:21:07.814184 +0100 InAppBrowser Test boringssl_context_info_handler(2077) [C4.1:2][0x12fd50a60] Client handshake state: TLS client done default 12:21:07.814369 +0100 InAppBrowser Test boringssl_context_copy_peer_sct_list(1140) [C4.1:2][0x12fd50a60] SSL_get0_signed_cert_timestamp_list returned no SCT extension data default 12:21:07.814816 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(607) [C4.1:2][0x12fd50a60] SecTrustCreateWithCertificates result: 0 default 12:21:07.815101 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(612) [C4.1:2][0x12fd50a60] SecTrustSetOCSPResponse result: 0 default 12:21:07.815263 +0100 InAppBrowser Test boringssl_helper_create_sec_trust_with_certificates(621) [C4.1:2][0x12fd50a60] No TLS-provided SCTs default 12:21:07.815717 +0100 InAppBrowser Test boringssl_context_add_handshake_message_pending(585) [C4.1:2][0x12fd50a60] Adding message(20) default 12:21:07.815994 +0100 InAppBrowser Test boringssl_context_info_handler(2068) [C4.1:2][0x12fd50a60] Client handshake done default 12:21:07.816231 +0100 InAppBrowser Test nw_protocol_boringssl_signal_connected(659) [C4.1:2][0x12fd50a60] TLS connected [version(0x0303) ciphersuite(0xc02f) group(0x001d) peer_key(0x0601) alpn(http/1.1) resumed(0) offered_ticket(0) false_started(0) ocsp(0) sct(0)] default 12:21:07.816696 +0100 InAppBrowser Test nw_flow_connected [C4.1 185.199.109.153:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0, ipv4, dns)] Output protocol connected default 12:21:07.817995 +0100 InAppBrowser Test nw_connection_report_state_with_handler_on_nw_queue [C4] reporting state ready default 12:21:07.819360 +0100 InAppBrowser Test Connection 4: connected successfully default 12:21:07.819532 +0100 InAppBrowser Test Connection 4: TLS handshake complete default 12:21:07.819808 +0100 InAppBrowser Test Connection 4: ready C(N) E(N) default 12:21:07.820027 +0100 InAppBrowser Test Task <79A4D60A-A778-4FCE-91AF-1DF40E8A54D4>.<0> now using Connection 4 default 12:21:07.820320 +0100 InAppBrowser Test Connection 4: received viability advisory(Y) default 12:21:07.820387 +0100 InAppBrowser Test Task <79A4D60A-A778-4FCE-91AF-1DF40E8A54D4>.<0> sent request, body N 0 default 12:21:07.875355 +0100 InAppBrowser Test Task <48482EB0-29EE-4C6C-9707-818C15502708>.<0> received response, status 200 content K default 12:21:07.875674 +0100 InAppBrowser Test Task <48482EB0-29EE-4C6C-9707-818C15502708>.<0> response ended default 12:21:07.875756 +0100 InAppBrowser Test Task <48482EB0-29EE-4C6C-9707-818C15502708>.<0> done using Connection 2 default 12:21:07.875871 +0100 InAppBrowser Test Task <48482EB0-29EE-4C6C-9707-818C15502708>.<0> summary for task success {transaction_duration_ms=200, response_status=200, connection=2, protocol="http/1.1", domain_lookup_duration_ms=1, connect_duration_ms=85, secure_connection_duration_ms=45, request_start_ms=93, request_duration_ms=0, response_start_ms=199, response_duration_ms=0, request_bytes=421, response_bytes=793, cache_hit=0} default 12:21:07.877058 +0100 InAppBrowser Test 0x108655500 - SubresourceLoader::didFinishLoading: (frame = 0x1053e8000, frameLoader = 0x12fe21fc0, resourceID = 3) default 12:21:07.878691 +0100 symptomsd L2 Metrics on en0: rssi: -59 [-59,-64] -> -59, snr: 29 (cca [wake/total] self/other/intf): [-1,-1]/[-1,-1]/[-1,-1]/37 (txFrames/txReTx/txFail): 0/0/0 -> (was/is) 0/0 default 12:21:07.878768 +0100 symptomsd Received Wi-Fi Assist Override along with LQM info: 0 default 12:21:07.916438 +0100 InAppBrowser Test Task <052723EF-2F40-4608-BF78-6CFB48004036>.<0> received response, status 200 content K default 12:21:07.917108 +0100 InAppBrowser Test Task <052723EF-2F40-4608-BF78-6CFB48004036>.<0> response ended default 12:21:07.917467 +0100 InAppBrowser Test Task <052723EF-2F40-4608-BF78-6CFB48004036>.<0> done using Connection 3 default 12:21:07.917813 +0100 InAppBrowser Test Task <052723EF-2F40-4608-BF78-6CFB48004036>.<0> summary for task success {transaction_duration_ms=231, response_status=200, connection=3, protocol="http/1.1", domain_lookup_duration_ms=1, connect_duration_ms=112, secure_connection_duration_ms=76, request_start_ms=118, request_duration_ms=0, response_start_ms=231, response_duration_ms=0, request_bytes=402, response_bytes=1315, cache_hit=0} default 12:21:07.919430 +0100 InAppBrowser Test 0x108655c00 - SubresourceLoader::didFinishLoading: (frame = 0x1053e8000, frameLoader = 0x12fe21fc0, resourceID = 4) default 12:21:07.926088 +0100 InAppBrowser Test Task <79A4D60A-A778-4FCE-91AF-1DF40E8A54D4>.<0> received response, status 200 content K default 12:21:07.926568 +0100 InAppBrowser Test Task <79A4D60A-A778-4FCE-91AF-1DF40E8A54D4>.<0> response ended default 12:21:07.926932 +0100 InAppBrowser Test Task <79A4D60A-A778-4FCE-91AF-1DF40E8A54D4>.<0> done using Connection 4 default 12:21:07.927232 +0100 InAppBrowser Test Task <79A4D60A-A778-4FCE-91AF-1DF40E8A54D4>.<0> summary for task success {transaction_duration_ms=233, response_status=200, connection=4, protocol="http/1.1", domain_lookup_duration_ms=2, connect_duration_ms=116, secure_connection_duration_ms=74, request_start_ms=126, request_duration_ms=0, response_start_ms=233, response_duration_ms=0, request_bytes=405, response_bytes=1149, cache_hit=0} default 12:21:07.928798 +0100 InAppBrowser Test 0x108656300 - SubresourceLoader::didFinishLoading: (frame = 0x1053e8000, frameLoader = 0x12fe21fc0, resourceID = 5) default 12:21:07.935614 +0100 InAppBrowser Test 0x106400010 - FrameView::fireLayoutRelatedMilestonesIfNeeded() - firing first visually non-empty layout milestone on the main frame default 12:21:07.936328 +0100 InAppBrowser Test 0x12fe21fc0 - FrameLoader::setState: main frame load completed (frame = 0x1053e8000, main = 1) default 12:21:07.937757 +0100 InAppBrowser Test Memory usage info dump at MainFrameLoadCompleted: default 12:21:07.937918 +0100 InAppBrowser Test virtual_size: 4997857280 default 12:21:07.938045 +0100 InAppBrowser Test internal: 29786112 default 12:21:07.938143 +0100 InAppBrowser Test compressed: 0 default 12:21:07.938228 +0100 InAppBrowser Test javascript_gc_heap_capacity: 729088 default 12:21:07.938319 +0100 InAppBrowser Test pagecache_page_count: 0 default 12:21:07.938608 +0100 InAppBrowser Test document_count: 1 default 12:21:07.938665 +0100 InAppBrowser Test javascript_gc_heap_extra_memory_size: 0 default 12:21:07.938706 +0100 InAppBrowser Test phys_footprint: 40878864 default 12:21:07.938789 +0100 InAppBrowser Test resident_size: 113033216 default 12:21:07.938916 +0100 InAppBrowser Test 0x1053a41e0 - ProgressTracker::progressCompleted: frame 0x1053e8000, value 0.548163, tracked frames 1, originating frame 0x1053e8000, isMainLoad 1 default 12:21:07.938993 +0100 InAppBrowser Test 0x1053a41e0 - ProgressTracker::finalProgressComplete: value 0.548163, tracked frames 0, originating frame 0x1053e8000, isMainLoad 1, isMainLoadProgressing 1 default 12:21:07.939070 +0100 InAppBrowser Test 0x12fe21fc0 - FrameLoader::checkLoadCompleteForThisFrame: Finished frame load (frame = 0x1053e8000, main = 1) default 12:21:07.941739 +0100 InAppBrowser Test 0x1053acf00 - DocumentLoader::startLoadingMainResource: Returning empty document (frame = 0x1053e83e0, main = 0) default 12:21:07.942172 +0100 InAppBrowser Test 0x12fe21fc0 - FrameLoader::loadURLIntoChildFrame: frame load started (frame = 0x1053e8000, main = 1) default 12:21:07.942452 +0100 InAppBrowser Test 0x12fd05110 - FrameLoader::loadURL: frame load started (frame = 0x1053e83e0, main = 0) default 12:21:07.942715 +0100 InAppBrowser Test 0x12fd05110 - FrameLoader::loadWithNavigationAction: frame load started (frame = 0x1053e83e0, main = 0) default 12:21:07.943126 +0100 InAppBrowser Test 0x12fd05110 - FrameLoader::loadWithDocumentLoader: frame load started (frame = 0x1053e83e0, main = 0) default 12:21:07.943387 +0100 InAppBrowser Test 0x12fd05110 - FrameLoader::prepareForLoadStart: Starting frame load (frame = 0x1053e83e0, main = 0) default 12:21:07.943683 +0100 InAppBrowser Test 0x1053a41e0 - ProgressTracker::progressStarted: frame 0x1053e83e0, value 0.100000, tracked frames 1, originating frame 0x1053e83e0, isMainLoad 1 default 12:21:07.944275 +0100 InAppBrowser Test 0x1053a41e0 - ProgressTracker::progressCompleted: frame 0x1053e83e0, value 0.100000, tracked frames 1, originating frame 0x1053e83e0, isMainLoad 1 default 12:21:07.944608 +0100 InAppBrowser Test 0x1053a41e0 - ProgressTracker::finalProgressComplete: value 0.100000, tracked frames 0, originating frame 0x1053e83e0, isMainLoad 1, isMainLoadProgressing 1 default 12:21:07.944848 +0100 InAppBrowser Test 0x12fd05110 - FrameLoader::checkLoadCompleteForThisFrame: Finished frame load (frame = 0x1053e83e0, main = 0) default 12:21:07.945051 +0100 InAppBrowser Test 0x1053ade00 - DocumentLoader::startLoadingMainResource: Returning empty document (frame = 0x1053e83e0, main = 0) default 12:21:07.948919 +0100 InAppBrowser Test received 'loadstop' event default 12:21:07.950193 +0100 InAppBrowser Test received 'loadstop' event for: https://dpa99c.github.io/cordova-plugin-inappbrowser-test/iab_content/iab.html default 12:21:08.138034 +0100 com.apple.WebKit.WebContent 0x106364000 - PerformanceMonitor::measurePostLoadCPUUsage: Process was using 0.6% CPU after the page load. default 12:21:08.224754 +0100 amsaccountsd AMSKeepAliveSession: [38E9875E] (Log Timer) Assertions still active: [ com.apple.AppleMediaServices.AMSTask, ] default 12:21:08.355525 +0100 powerlogHelperd {"msg":"CLCopyAppsUsingLocation", "event":"activity"} default 12:21:09.005834 +0100 locationd {"msg":"adapter details", "adapterDescription":"usb charger", "batteryChargerType":"kChargerTypeUsb", "level":86} default 12:21:09.034163 +0100 dasd Trigger: is now [] default 12:21:09.042383 +0100 PowerUIAgent Handling data dictionary: default 12:21:09.045395 +0100 PowerUIAgent Called for battery level=86, externalConnected=0 default 12:21:09.358868 +0100 powerlogHelperd {"msg":"CLCopyAppsUsingLocation", "event":"activity"} default 12:21:09.365576 +0100 dasd Attempting to suspend based on triggers: ( "com.apple.duetactivityscheduler.cpuusagepolicy.cpuusagelevelchange", "com.apple.duetactivityscheduler.pluggedinpolicy.batteryStatus" ) default 12:21:09.369025 +0100 dasd Ignoring trigger com.apple.duetactivityscheduler.pluggedinpolicy.batteryStatus because conditions are deteriorating default 12:21:09.369485 +0100 dasd Evaluating 59 activities based on triggers default 12:21:09.376312 +0100 dasd com.apple.healthd.HDWorkoutCondenser-activity:A35613:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:21:09.381772 +0100 dasd com.apple.healthd.sync.cloud.periodic:A4F3A7:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:21:09.387307 +0100 dasd com.apple.cloudkit.scheduler.com.apple.coredatad.cloudkit.88252EB3-9643-40E4-8568-4A9B578BDD20:3A326F:[ {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{userRequestedBackup == 0}]}} ], FinalDecision: Must Not Proceed} default 12:21:09.391956 +0100 dasd com.apple.email.searchableIndex.scheduler.budgeted:86731A:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:21:09.396434 +0100 dasd com.apple.routined.persistence.mirroring.backup:5F49B5:[ {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{userRequestedBackup == 0}]}} ], FinalDecision: Must Not Proceed} default 12:21:09.400494 +0100 dasd com.apple.healthd.healthrecords.opt-in-data-upload:874FF5:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:21:09.406395 +0100 dasd com.apple.healthappd.generation.prediction:32A1B7:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:21:09.413283 +0100 dasd com.apple.message.journal-reconciliation:4A4B94:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:21:09.420348 +0100 dasd com.apple.knowledgestore.sync:FF531A:[ {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}} ], FinalDecision: Must Not Proceed} default 12:21:09.427631 +0100 dasd com.apple.healthd.healthrecords.opt-in-data-collection:7EE68E:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:21:09.430314 +0100 dasd com.apple.healthd.healthrecords-analytics-activity:E0376F:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:21:09.433408 +0100 dasd com.apple.healthd.healthrecords.ingestion:5F7D73:[ {name: FileProtectionPolicy, policyWeight: 0.010, response: {Decision: Absolutely Must Not Proceed, Score: 0.00, Rationale: [{classALocked == 1 AND activityFileProtection == }]}} ], FinalDecision: Absolutely Must Not Proceed} default 12:21:09.953862 +0100 appstored AMSKeepAliveSession: [F66E1C3E] (Log Timer) Assertions still active: [ com.apple.AppleMediaServices.AMSTask, ] ```
xinhuadian commented 5 years ago

Any update on this issue? I have also met the same issue using wkwebview

dpa99c commented 5 years ago

Just regression tested on iOS 13 Beta 3 (17A5508m) (note the build number is the same as Beta 2) and the issue is still present.

xinhuadian commented 5 years ago

oh.... Who will fix this issue , Plugin side or Apple side?

yoldar commented 5 years ago

Just regression tested on iOS 13 Beta 3 (17A5508m) (note the build number is the same as Beta 2) and the issue is still present.

I have the same issue on iOS 12.4 :( Anyone can fix it?

yoldar commented 5 years ago

How to push this issue on top? :(

yoldar commented 5 years ago

BTW I have noticed that there is no bug when you use https://github.com/ionic-team/cordova-plugin-ionic-webview. But when you use https://github.com/apache/cordova-plugin-wkwebview-engine bug exists.

dpa99c commented 5 years ago

@yoldar That's good to know. So maybe the underlying WKWebView implementation (rather than this plugin itself) is the cause of this. Also can be a workaround.

dlwsacrez commented 5 years ago

@yoldar I can't reproduce the issue on ios 12.4, can you make a demo repo? Also still have the issue in IOS 13 beta 5..

megumih commented 5 years ago

now,I'm working IOS 13 beta 5. InAppbrowser version in 3.1.1.

yoldar commented 5 years ago

I have found very strange behavior. My application based on VueJs framework. I tried to debug this bug and have found that using VueJs and InAppBrowser + cordova-plugin-wkwebview-engine is always behave like this. If I run cordova.InAppBrowser.open('https://google.com', '_blank', 'location=no') from Safari developer console it works fine. But when calling from VueJs is always immediately closes :(

yoldar commented 5 years ago

OMG Finally I have found solution. Thanks to @oarsheo https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/140

So I removed cordova-plugin-wkwebview-engine and cordova-plugin-wkwebview-file-xhr. Than installed cordova-plugin-ionic-webview(Because with this implementation of WKWebView InAppBrowser works normally). Than forked cordova-plugin-wkwebview-file-xhr(I need this plugin to resolve CORS) and removed this row <dependency id="cordova-plugin-wkwebview-engine" /> and finally installed my fork of cordova-plugin-wkwebview-file-xhr

ankypant commented 5 years ago

Downgrading the WKView might solve this issue. It's one of the temporary solutions until we are able to get a concrete one.

https://ionicframework.com/docs/v3/wkwebview/

you can do it by adding this in config.xml

<platform name="ios"> <preference name="CordovaWebViewEngine" value="CDVUIWebViewEngine" /> It's working for me. Just give it a try.

RikdeVos commented 5 years ago

Has anyone got any update on this? Downgrading to use CDVUIWebViewEngine is not really a permanent solution.

RikdeVos commented 5 years ago

Setting usewkwebview=no or yes didn't make a difference for me.

Eventually I found out that it seems to work when starting a new (blank) project, which made me realise that there must be a conflict with another plugin installed OR I simply didn't have the latest version installed. The latter turned out to be the case. I managed to fix it as follows:

  1. Update to "cordova-plugin-inappbrowser": "^3.1.0" in the package.json AND config.xml
  2. Remove the ./node_modules ./plugins ./platforms folders
  3. When opening the browser, set usewkwebview to no as option: const authWindow = cordova.InAppBrowser.open('http://example.com', '_blank', { usewkwebview: 'no');
  4. ionic cordova build ios and try it out in a iOS 13 sim, and it should work!

Btw, the browser does still crash when setting usewkwebview=yes, so if that's a requirement then this won't work. There is also Enterprise Support available from Ionic for this plugin which might work if you don't want to wait: https://ionicframework.com/docs/enterprise/inappbrowser#inappbrowser

DevArenaCN commented 5 years ago

@RikdeVos Interestingly for mine, before following your step, it wasn't crashing but rather the inappbrowser will pop up for less than a sec, then disappeared.

After those 4 steps, app starts crashing during open. Wondering how you install the 3.1.0 for inappbrowser? I just use the github link. What's weird is the current prod version of my app is build on top of inappbrowser 3.0.0 and Cordova 3, which has no issues at all. Tested on both iOS 13.0 beta and 13.1 beta.

NiklasMerz commented 5 years ago

I can reproduce this with cordova-plugin-ionic-webview as well.

This is my simple demo app: https://github.com/NiklasMerz/repro-ios13iab The IAB closes on iOs 13 and stays open on iOS 12.

@yoldar How did you get Ionic WKWebView with IAB and usewkwebview working?

DevArenaCN commented 5 years ago

Alrighty, found my solution. So, I'm not running with WKWebKit, but I'm running a combination of Cordova iOS 4.5 + inappbrowser 3.0.0, which was the cause of my issue. Upgrading to Cordova iOS 5.0.0 solves it.

NiklasMerz commented 5 years ago

This is probably releated to some changes in iOS 13 regarding ViewControllers.

Some links I found: https://medium.com/@hacknicity/view-controller-presentation-changes-in-ios-13-ac8c901ebc4e https://twitter.com/arekholko/status/1137756105050918912 https://developer.apple.com/videos/play/wwdc2019/224/ around 15 minutes

NiklasMerz commented 5 years ago

Does anybody have an idea where to look? @dpa99c I have been debugging this for hours and still don't have a clue what happens.

NiklasMerz commented 5 years ago

I found a soltution (partially) ! Honestly it's more of a workaround.

Like found in my links iOS 13 brings some changes to how modals work. These changes are in effect if the app is built using Xcode 11. So I tried building the app with Xcode 10 and uploaded it to testflight. Et voilà the app works on a iOS 13 device with this build from Xcode 10!

Looks like some of the changes affect the IAB modal. I still don't know which one because I couldn't find a viewctrl that has the presentationstyle automatic that has changed. I will keep looking for a solution.

jcesarmobile commented 5 years ago

The problem seems to be related to the tmpWindow used to present the InAppBrowser being destroyed right after presenting it. Can be fixed by having a reusable tmpWindow instead of generating it every time show is called.

Not really sure why the show method code involving the tmpWindow is so different from the UIWebView implementation to the WKWebView implementation

NiklasMerz commented 5 years ago

Thank you very much. Sounds like that's it. I will try that tomorrow and put together a PR if possible.

NiklasMerz commented 5 years ago

@jcesarmobile You saved me again. It works! I am not really sure why it was different, too. My tests worked and hidden as well.

jordins commented 5 years ago

Hi there! Thanks for taking care! Any idea on when the PR (https://github.com/apache/cordova-plugin-inappbrowser/pull/534) that fixes it is going to be merged?

NiklasMerz commented 5 years ago

534 is not ready to be merged! There is still no working solution for this. I am working on this but any help is appreciated.

mojocakes commented 5 years ago

Thanks @NiklasMerz - #534 fixes this for me on iOS 13. I'm using "cordova-plugin-wkwebview-engine" 🙏

adityak74 commented 5 years ago

@dpa99c - Will there be a new version published soon on npm with this fix?

dpa99c commented 5 years ago

@adityak74 that's above my pay grade 😀 for now install the plugin directly off the repo master branch.

adityak74 commented 5 years ago

@dpa99c - haha cool.

hthetiot commented 5 years ago

that's above my pay grade

You mean changing the version in package.json and typing npm publish is above you pay grade?

YouCantFixStupid

dpa99c commented 5 years ago

@hthetiot by which I mean I have neither the authority nor the npm credentials required to perform a release.

You need to moderate your attitude, my friend. You are sailing close to (if not already) having breached the code of conduct. If this were my own repo, you'd already be banned.

hthetiot commented 5 years ago

I have neither the authority nor the npm credentials required to perform a release.

That better explanation than "above my pay grade". I thought was laziness, sorry if i offended you.

dpa99c commented 5 years ago

Apology accepted - "above my pay grade" was my euphemism for "I don't have the authority"

manusis commented 5 years ago

I tried building my PhoneGap app with the plugin directly from the repo master branch - {spec: 'https://github.com/apache/cordova-plugin-inappbrowser.git'}

Got the following error:

Cannot read property 'variables' of undefined

dylan-westbury commented 5 years ago

Any estimation for when a fix will be released? We use this plugin to help authenticate users for our Azure backend, which they can't do at the moment. Luckily we are still in development :)

GroupeBEL commented 5 years ago

Hi,

Please is there anyone who can told us when this fix will be available, it's really urgent :/ we are going soon to publish the app and we have some feature that doesn't work.

Thanks in advance.

yoldar commented 5 years ago

Hi,

Please is there anyone who can told us when this fix will be available, it's really urgent :/ we are going soon to publish the app and we have some feature that doesn't work.

Thanks in advance.

Try to add plugin directly from repo:

cordova plugin rm cordova-plugin-inappbrowser cordova plugin add https://github.com/apache/cordova-plugin-inappbrowser.git

adityak74 commented 5 years ago

If using package.json add the package like this:

"cordova-plugin-inappbrowser": "git://github.com/apache/cordova-plugin-inappbrowser.git#<master latest commit hash>".

rikycg commented 5 years ago

Bug Report

I'm creating ios13 app.

But ios13Beta2 is not working in InAppBrowser.

so select param '_blank', this app is crash.

This is error detail. [TraitCollection] Class _UIFullscreenPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API.

My ionic environment

Ionic:

Ionic CLI : 5.0.3 (/Users/syoken/.nvm/versions/node/v12.4.0/lib/node_modules/ionic) Ionic Framework : ionic-angular 3.9.6 @ionic/app-scripts : 3.2.4

Cordova:

Cordova CLI : 9.0.0 (cordova-lib@9.0.1) Cordova Platforms : ios 5.0.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 1.2.1, (and 14 other plugins)

Utility:

cordova-res : not installed native-run : not installed

System:

ios-sim : 8.0.1 NodeJS : v12.4.0 npm : 6.9.0 OS : macOS Catalina Xcode : Xcode 11.0 Build version 11M337n

please tell me!

I only updated my plugin to 3.1.0 version and It works good. Regards

gravyplaya commented 5 years ago

Try to add plugin directly from repo:

cordova plugin rm cordova-plugin-inappbrowser cordova plugin add https://github.com/apache/cordova-plugin-inappbrowser.git

This absolutely worked for me. 3.1.0 is the winner.

amit777 commented 5 years ago

cordova plugin add https://github.com/apache/cordova-plugin-inappbrowser.git worked for me too. Thanks for the fix and immediate workaround!

ambr89 commented 5 years ago

Hi @amit777 I have try to use cordova plugin add https://github.com/apache/cordova-plugin-inappbrowser.git

But for me doesn't work.

I use this code: cordova.InAppBrowser.open(myURL, "_blank","")

How can I do? How do you use this?

My plugin version is: 3.1.1-dev And I haven't cordova-plugin-wkwebview-engine installed.