Skip to content

Commit a429907

Browse files
committed
scheme pic
1 parent 119ecb8 commit a429907

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

README.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -117,26 +117,10 @@ func application(_ application: UIApplication, continue userActivity: NSUserActi
117117
}
118118
```
119119

120-
121-
- **openinstall完全兼容微信openSDK1.8.6以上版本的通用链接跳转功能,详情请看[iOS常见问题](https://www.openinstall.io/doc/ios_sdk_faq.html)**
122-
123120
##### scheme 配置
124-
`ios/Runner/Info.plist` 文件中,在 `CFBundleURLTypes` 数组中添加应用对应的 scheme,或者在工程“TARGETS -> Info -> URL Types” 里快速添加,图文配置请看 [Flutter接入指南](https://www.openinstall.io/doc/flutter_sdk.html "iOS集成指南")
125-
``` xml
126-
<key>CFBundleURLTypes</key>
127-
<array>
128-
<dict>
129-
<key>CFBundleTypeRole</key>
130-
<string>Editor</string>
131-
<key>CFBundleURLName</key>
132-
<string>openinstall</string>
133-
<key>CFBundleURLSchemes</key>
134-
<array>
135-
<string>"从openinstall官网后台获取应用的scheme"</string>
136-
</array>
137-
</dict>
138-
</array>
139-
```
121+
添加应用对应的 scheme,可在工程“TARGETS -> Info -> URL Types” 里快速添加,图文请看
122+
123+
![scheme配置](https://res.cdn.openinstall.io/doc/ios-scheme.png)
140124

141125
**注意:插件版本>=1.3.1开始,iOS通用链接原生代码已在插件内部完成**
142126
1) 1.3.1之前版本升级后可不做任何改动

0 commit comments

Comments
 (0)