breautek commented on issue #630:
URL: 
https://github.com/apache/cordova-plugin-file/issues/630#issuecomment-2256243273

   It's crashing on 
https://github.com/apache/cordova-plugin-file/blob/master/src/ios/CDVFile.m#L309
   
   `[NSURLProtocol registerClass:[CDVFilesystemURLProtocol class]];`
   
   Presumably the Apple-implementation ends up calling one of those bugsnag 
overridden APIs to get the default (shared?) session and must not be adhering 
to Apple's original behaviour.
   
   Cordova does not manipulate, change or replace any Apple APIs, so I don't 
see how there is a conflict. Cordova uses an API as documented. There is 
nothing actionable here that Cordova can do if bugsnag is replacing and 
changing the behaviour of an API.


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

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

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


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

Reply via email to