gpt4 book ai didi

ios - 在 iOS 中损坏的 WhatsApp 上分享

转载 作者:行者123 更新时间:2023-11-28 15:07:46 24 4
gpt4 key购买 nike

我面临着一个非常奇怪的情况。我的 iPhone 上安装了一个名为 ClubFactory 的应用程序。当我在我的应用程序上按下分享到 WhatsApp 时,它会显示一条消息,提示您的应用程序想要打开“ClubFactory”。为了确认我的代码是否有问题,我打开了 safari 并尝试了相同的 URL,它也显示打开的“ClubFactory”。早些时候一切正常。不知道这是从哪里偷偷进来的! 我已经在 2 或 3 台安装了 club factory 的设备上进行了尝试,效果相同。对于没有安装 ClubFactory 的设备,它表现正常。

let str = "your text"
let whatsappURL = NSURL(string: "whatsapp://send?text=(str)")
if UIApplication.shared.canOpenURL(whatsappURL! as URL) {
UIApplication.shared.openURL(whatsappURL! as URL)
} else {
showAlert(message: "Whatsapp is not installed on this device. Please install Whatsapp and try again.")
}

Screenshot 1 Screenshot 2 Screenshot 3

最佳答案

ClubFactory 应用程序已注册 whatsapp 处理程序。当您使用它而不是打开 WhatsApp 时,它会打开 ClubFactory。这是 ClubFactory 应用程序的一个非常阴暗的举动,您可以向 WhatsApp 和 Apple 报告。

要恢复正确的行为,请尝试删除 ClubFactory,安装 WhatsApp,打开 WhatsApp,安装 ClubFactory。

关于ios - 在 iOS 中损坏的 WhatsApp 上分享,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48230838/

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