Hi Albert,
Is this the link you are looking for https://staging.fieldwire.com/apple-app-site-association? It should show you the information that you asked for.
For testings from various locations, we have people physically in those regions (except for Canada which I had to use VPN to appear as if I am there on the internet). They would simply download the app, launch it, and then tap the link outside of the app which would then bring them back to the app. In comparison, people in California or even sometimes Colorado would be presented with the options to visit the link via web browsers.
I am not sure how helpful it would be at this stage to troubleshoot on our end as we clearly see that browsing https://app-site-association.cdn-apple.com/a/v1/staging.fieldwire.com from various regions gets different content and that's making the user experience inconsistent. Let me know what you think and if you can share more insights from your investigation.
Thank you!
Post
Replies
Boosts
Views
Activity
Ran into the same issue and what are the odds that I also happen to use the same Circle() struct in my view? 🤔
Hi @eskimo thanks for your timely and helpful response! The article you shared led us to our finding which points to a third-party static library that we use. We will contact the owner of the library and see if they can look into the issue since we don't have the source code of the library.
Hi @eskimo I am following up to see if you have thoughts on my comments to your response?
Also adding more context about the crash
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Codes: 0x0000000000000001, 0x0000000000000000
One more question, based on the exception type, I am also curious if you know how to get more details about what 'exchg_registrar::exchg_registrar()' is trying to do and what arguments it's trying to dereference when it got hit with a KERN_INVALID_ADDRESS. Like I mentioned in my previous comments, even though exchg_registrar() is shown as if it's called from our app 'fieldwire', it's not written by us so I am not able to learn more about 'exchg_registrar::exchg_registrar()'.
Let me know if you need any other details about this issue, thanks!