标签: ios
在iOS中的应用程序间通信期间,如果我使用bundleUrlScheme调用app1到app2,并且app2在后台进程中打开,则app2从后台唤醒并切换到前台。
如何避免从后台唤醒应用程序?是否可以先从后台进程终止应用程序,然后使用URL打开应用程序?
根据当前文档和行为,如果已在后台进程中打开了应用程序,然后发送了打开该应用程序的请求,则该应用程序从后台切换到了前台。
https://developer.apple.com/library/archive/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Inter-AppCommunication/Inter-AppCommunication.html#//apple_ref/doc/uid/TP40007072-CH6-SW2
处理URL请求部分。