expcapitaldev

Results 17 comments of expcapitaldev

+1 Fingerprint.isAvailable [{"triggered":true,"id":3816790,"threadState":{"x":[{"value":268451845},{"value":117457422},{"value":0},{"value":16384},{"value":2307},{"value":0},{"value":63491},{"value":3776},{"value":4294966207},{"value":117440526},{"value":117456910},{"value":10771401944},{"value":65280},{"value":2307},{"value":256},{"value":10771401880},{"value":18446744073709551585},{"value":8703172000,"symbolLocation":0,"symbol":"OBJC_CLASS_$_OS_dispatch_mach_msg"},{"value":0},{"value":63491},{"value":0},{"value":2307},{"value":16384},{"value":6137331936},{"value":117457422},{"value":0},{"value":117457422},{"value":268451844},{"value":4338730592,"symbolLocation":224,"symbol":"_main_thread"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":8135719716},"cpsr":{"value":536875008},"fp":{"value":6137331920},"sp":{"value":6137331840},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":8135718112,"matchesCrashFrame":1},"far":{"value":4512972833}},"queue":"la_client","frames":[{"imageOffset":5344,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":6948,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":124536,"symbol":"_dispatch_mach_send_and_wait_for_reply","symbolLocation":540,"imageIndex":1},{"imageOffset":125440,"symbol":"dispatch_mach_send_with_result_and_wait_for_reply","symbolLocation":60,"imageIndex":1},{"imageOffset":57100,"symbol":"xpc_connection_send_message_with_reply_sync","symbolLocation":240,"imageIndex":2},{"imageOffset":257052,"symbol":"__NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY__","symbolLocation":16,"imageIndex":3},{"imageOffset":281836,"symbol":"-[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]","symbolLocation":2540,"imageIndex":3},{"imageOffset":190220,"symbol":"___forwarding___","symbolLocation":1128,"imageIndex":4},{"imageOffset":186976,"symbol":"_CF_forwarding_prep_0","symbolLocation":96,"imageIndex":4},{"imageOffset":26292,"symbol":"__64-[LAClient evaluatePolicy:options:uiDelegate:synchronous:reply:]_block_invoke","symbolLocation":240,"imageIndex":5},{"imageOffset":23680,"symbol":"__47-[LAClient _performSynchronous:callId:finally:]_block_invoke","symbolLocation":584,"imageIndex":5},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":78548,"symbol":"_dispatch_sync_invoke_and_complete","symbolLocation":56,"imageIndex":1},{"imageOffset":23016,"symbol":"-[LAClient _performSynchronous:callId:finally:]","symbolLocation":220,"imageIndex":5},{"imageOffset":25980,"symbol":"-[LAClient evaluatePolicy:options:uiDelegate:synchronous:reply:]","symbolLocation":392,"imageIndex":5},{"imageOffset":52552,"symbol":"-[LAContext _evaluatePolicy:options:log:cid:synchronous:reply:]","symbolLocation":472,"imageIndex":5},{"imageOffset":9060,"symbol":"-[LAContext _evaluatePolicy:options:log:cid:error:]","symbolLocation":284,"imageIndex":5},{"imageOffset":8336,"symbol":"-[LAContext canEvaluatePolicy:error:]","symbolLocation":304,"imageIndex":5},{"imageOffset":752420,"symbol":"Fingerprint.isAvailable(_:)","symbolLocation":1284,"imageIndex":6},{"imageOffset":755224,"symbol":"@objc Fingerprint.isAvailable(_:)","symbolLocation":52,"imageIndex":6},{"imageOffset":1822124,"symbol":"-[CDVCommandQueue execute:]","symbolLocation":728,"imageIndex":6},{"imageOffset":218280,"symbol":"-[CDVWKWebViewEngine handleCordovaMessage:]","symbolLocation":176,"imageIndex":6},{"imageOffset":217972,"symbol":"-[CDVWKWebViewEngine userContentController:didReceiveScriptMessage:]","symbolLocation":152,"imageIndex":6},{"imageOffset":225184,"symbol":"-[CDVWKWeakScriptMessageHandler userContentController:didReceiveScriptMessage:]","symbolLocation":124,"imageIndex":6},{"imageOffset":2879944,"symbol":"ScriptMessageHandlerDelegate::didPostMessage(WebKit::WebPageProxy&, WebKit::FrameInfoData&&, API::ContentWorld&, WebCore::SerializedScriptValue&)","symbolLocation":208,"imageIndex":7},{"imageOffset":6344100,"symbol":"WebKit::WebUserContentControllerProxy::didPostMessage(WTF::ObjectIdentifier, WebKit::FrameInfoData&&, unsigned long long, WTF::Span const&, WTF::CompletionHandler&&)","symbolLocation":732,"imageIndex":7},{"imageOffset":9375180,"symbol":"WebKit::WebUserContentControllerProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&)","symbolLocation":2716,"imageIndex":7},{"imageOffset":3414880,"symbol":"IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&,...

for example it is fixed for me func performAsyncOnGlobal(_execure: @escaping (() -> Void)) { DispatchQueue.global().async { _execure() } } @objc(isAvailable:) func isAvailable(_ command: CDVInvokedUrlCommand){ performAsyncOnGlobal { let authenticationContext = LAContext();...

@jcesarmobile I think sample app no need it is easy case. About steps: I think you agree with me ,that if I add plugin in app and will change location...

@jcesarmobile agree with you, and thank you, but I think it is easy case , and any developer can see bug after my description, and I think you agree with...

@jcesarmobile agree with you, I've spent enough time arguing with you too. I fixed that issue in my fork, and only after that created issue here, because I want to...

@lucas-zimerman thank you for your response, but: 1. how rewrite parameter can help if rewrite parameter enabled by default (it is imformation from your documentation) ? 2. how simple app...

@lucas-zimerman hi did you check that case? You had to emulate any JS error in any JS file with relative path from root folder www. We are waiting response from...