只需要在项目工程中Info.plist加入如下内容<key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleURLSchemes</key> <array> <string>test</string> </array> </dict>在Xcode中加入如下内容之后通过Safari调用test://就可以拉起App了 iOS Last Modified: April 19, 2020