提交 c04cefa6 编写于 作者: DCloud-yyl's avatar DCloud-yyl

ios平台配置url scheme 和 scheme白名单

上级 2e93c8b9
......@@ -12,5 +12,25 @@
<string>uni API 功能演示需在后台期间访问位置信息</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>uni API 功能演示需访问位置信息</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>scheme</string>
<key>CFBundleURLSchemes</key>
<array>
<string>hellouniappx</string>
<string>uniappxhello</string>
</array>
</dict>
</array>
</dict>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>alipay</string>
<string>safepay</string>
<string>weixin</string>
</array>
</plist>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册