OpenFlutter / fluwx

Flutter版微信SDK.WeChat SDK for flutter.
Apache License 2.0
3.1k stars 502 forks source link

ios分享失败 #208

Closed weiyinqing closed 4 years ago

weiyinqing commented 4 years ago

Fluwx 2.07版本:

ios可以唤起微信,并且提示app和微信连接界面,但是分享的时候不显示要分享的内容。

info.plish配置文件如下:

<key>CFBundleURLTypes</key>
    <array>
        <dict>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>CFBundleURLName</key>åå
            <string>wx51caf287c784a9f7</string>
        </dict>
    </array>
    <key>LSApplicationQueriesSchemes</key>
    <array>
        <string>weixin</string>
        <string>weixinULAPI</string>
    </array>
    <key>LSRequiresIPhoneOS</key>
    <true/>
JarvanMo commented 4 years ago

确保universal Link没问题。------------------ 原始邮件 ------------------ 发件人: "weiyinqing"notifications@github.com 发送时间: 2020年4月3日(星期五) 下午3:56 收件人: "OpenFlutter/fluwx"fluwx@noreply.github.com; 抄送: "Subscribed"subscribed@noreply.github.com; 主题: [OpenFlutter/fluwx] ios分享失败 (#208)

Fluwx 2.07版本:

ios可以唤起微信,并且提示app和微信连接界面,但是分享的时候不显示要分享的内容。

info.plish配置文件如下: CFBundleURLTypes

CFBundleTypeRole Editor CFBundleURLNameåå wx51caf287c784a9f7

LSApplicationQueriesSchemes

weixin weixinULAPI

LSRequiresIPhoneOS

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.