如果我希望iOSAppApp1在设备上启动App2,那么CFBundleURLName是否需要与Info.plist中的CFBundleURLTypes中的CFBundleIdentifier相匹配?例如,如果我在App1中有CFBundleIdentifiercom.foo.App1...CFBundleURLTypesCFBundleURLTypesCFBundleURLSchemesfooschemeCFBundleURLNamecom.foo.App1在上述情况下,App2可以在App1中启动“fooscheme:”url。但是,如果我将App1的Info.plist更改为包含