简体   繁体   中英

Universal Links on iOS Simulator

Can I test the implementation of universal links for my ios-application, on the simulator, without uploading Association File? I'm using 'xcrun simctl openurl' to open link.

you can check using URL Schemes like add your prefix in URL schemes. Open safari add your prefix + add "://" at last and then check like "prefix://" you can check also below link

https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM