Closed omridan159 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.57%. Comparing base (
5af7cbf
) to head (22f5cf0
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Explanation
This PR refines the existing setupDeeplinkHandling function to enhance the handling of deep links for the MetaMask SDK on iOS. The updated logic ensures that only valid URLs with the expected host (mmsdk) are processed, while malformed or unexpected URLs are ignored with appropriate warnings. The changes improve the robustness and reliability of deep link handling, making it more resilient to potential errors. This refactor does not introduce new functionality but optimizes the current implementation for better performance and error handling.
References
Checklist