Update ios-universal-links.md

This commit is contained in:
Aryaman Sharda 2024-06-18 20:11:46 -07:00 committed by GitHub
parent f294af70b1
commit 731d5170e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,13 +93,12 @@ func application(_ application: UIApplication,
Through **diligent configuration and validation**, developers can ensure that universal links enhance user experience while maintaining security and privacy standards.
## Tools
* [GetUniversal.link](https://getuniversal.link/): simplifies testing and managing universal links for your app. After entering your domain, you can use this tool to verify supported links and use a custom dashboard for triggering and creating test links. It also informs you when Apple will next index your AASA file.
## References
* [https://mas.owasp.org/MASTG/tests/ios/MASVS-PLATFORM/MASTG-TEST-0070/#static-analysis](https://mas.owasp.org/MASTG/tests/ios/MASVS-PLATFORM/MASTG-TEST-0070/#static-analysis)
* [https://mobile-security.gitbook.io/mobile-security-testing-guide/ios-testing-guide/0x06h-testing-platform-interaction#testing-object-persistence-mstg-platform-8](https://mobile-security.gitbook.io/mobile-security-testing-guide/ios-testing-guide/0x06h-testing-platform-interaction#testing-object-persistence-mstg-platform-8)
* [Universal Link & Apple App Site Association Testing Tool](https://getuniversal.link/)
<details>