自2022年6月2日以来,我们在哨兵日志中面临代码中的引用错误。而且这只发生在iOS (iphone)设备上。
请找到下面的链接查看错误:https://sentry.io/share/issue/876e86524c96471b9524f70afb16faf7/
我们使用stripe
和react-js
来创建我们的应用程序,可以而不是在我们的应用程序或条纹代码中找到任何这样的方法。
我们不知道它可能是什么,加上搜索getValuesOfAutofillInputs
或PaymentAutofillConfig
在谷歌上也给出零结果…
在我们的理解中,这似乎是Facebook webview的问题(当我们打开instagram或Facebook应用程序中的链接时)
期待听到是否有人面临这个问题,或者让我们知道在哪里报告或创建这个问题?
由于您已经搜索了getValuesOfAutofillInputs和PaymentAutofillConfig而没有任何结果,因此可能此问题可能与Facebook的webview如何处理支付信息的自动填充功能有关。
试试下面的步骤:
- Replicate the issue: Try to reproduce the issue on multiple iOS devices and different versions of the Facebook and Instagram apps.
- Test in other webviews: Test your app in other webview environments on iOS, such as within the Twitter app
- Debug in the iOS Simulator: You can use the iOS Simulator, available in Xcode, to debug the issue in a simulated iOS environment
- Report the issue to Facebook
同时,考虑向你的用户提供指导,告诉他们如何在Facebook或Instagram的webviews之外打开你的应用链接,以避免遇到错误。
祝你好运!