简体   繁体   English

如何使用Safari中的URL方案启动应用程序时进行调试

[英]How to debug when an app is launched with URL Scheme from Safari

我想测试我的应用程序是否使用Safari中的URL方案启动我的应用程序,如何做到这一点?

Have a look at the answer to this question: 看看这个问题的答案:

Debugging App When Launched by Push Notification 推送通知启动时调试应用程序

It's a different question but the same answer. 这是一个不同的问题,但答案相同。 In summary you select the "Start executable after starting debugger" option in XCode, but the original answer is good so I won't duplicate it entirely! 总之,您在XCode中选择“启动调试器后启动可执行文件”选项,但原始答案是好的,所以我不会完全复制它!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS URL Scheme,完成后返回Safari - iOS URL Scheme, return to Safari when done 覆盖从移动Safari tel启动的电话应用程序:链接到iOS? - Override phone app launched from mobile Safari tel: link on iOS? 如何在应用程序启动时阻止 Firebase 记录状态更新 - How to stop Firebase from logging status updates when app is launched 如何从终止状态调试应该由位置服务启动的iPhone应用程序到后台? - How do I debug an iPhone app that's supposed to be launched by location services, into the background, from a terminated state? iOS:使用URL方案从浏览器启动应用程序时加载视图控制器吗? - IOS: Load a View Controller When App is Launched from Browser using url schemes? 不进行后台处理时iOS App的自定义URL方案 - Custom URL Scheme for iOS App when not backgrounding 如何调试在Xcode上未启动的移动设备中执行的iOS应用程序? - How can I debug an iOS app executed in mobile not launched by Xcode? iOS - 从 Chrome 使用 URL Scheme 打开应用程序 - iOS - Open an app with a URL Scheme from Chrome 启动应用程序时如何从iPhone设置应用程序读取应用程序设置 - How to read the app settings (from iPhone Settings app) when app is launched 应用启动后如何运行一次? - How to run something once when the app is launched?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM