E13
Results
2
issues of
E13
I hope force the user to approve the app again if they’ve already done so.What should i do?
目前的分享方法 ``` public func share(_ scence: WXScene, image: UIImage?, title: String, description: String, url: String? = "https://open.weixin.qq.com/", extInfo: String? = nil) ``` 其一是无法得到分享成功失败的回调信息, 其二是无法分享纯文本类型、图片类型、音乐类型、视频类型等信息。 我想法是把分享方法修改成如下: ``` public func share(_ scence:...
enhancement