gpt4 book ai didi

ios - 如何使用 URL Scheme 修复 iOS 13 中的 'sharing to instagram stories'

转载 作者:行者123 更新时间:2023-11-28 13:26:08 27 4
gpt4 key购买 nike

我已经实现了分享到 insta 故事,这些故事在 iOS 12 上运行良好,但在 iOS 13 上运行不佳。

我已经尝试/验证了以下几点

  • 经过验证的 URL 方案
  • 检查对 UIPasteBoard 的更改
  • 经过验证的 Assets 网址

一切都按照文档:https://developers.facebook.com/docs/instagram/sharing-to-stories/

if schemeAvailable(scheme: "instagram-stories://share"){
let pasteboardItems = ["com.instagram.sharedSticker.backgroundImage":UIImagePNGRepresentation(postImage!)!,
"com.instagram.sharedSticker.contentURL":"http://google.com"] as [String : Any]
UIPasteboard.general.setItems([pasteboardItems])
UIApplication.shared.open(URL(string: "instagram-stories://share")!, options: [:], completionHandler: { (finished) in
print("")
})
}else{
print("Can't open URL")
}

最佳答案

我解决了我的问题,但我弄乱了 info.plist。

确保您在 LSApplicationQueriesSchemes 而不是 URL Schemes 中添加了 instagram-stories

关于ios - 如何使用 URL Scheme 修复 iOS 13 中的 'sharing to instagram stories',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58336717/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com