gpt4 book ai didi

ios - 突然 UIUserNotificationActionResponseTypedTextKey 不可用

转载 作者:行者123 更新时间:2023-11-29 12:10:54 28 4
gpt4 key购买 nike

我不明白这个。突然之间,我无法使用 iOS 9.0 中引入的 UIUserNotificationActionResponseTypedTextKey 标识符来访问通知中的文本输入消息。 Xcode 7.1 说:“UIUserNotificationActionResponseTypedTextKey 不可用”。

但是我可以在 UIUserNotificationeSettings.h 中看到这个值。

在watchos2.0我有这个值。

有什么想法吗?

enter image description here

最佳答案

我在 Xcode 7.2 的发行版中看到了完全相同的情况。我没有使用 key UIUserNotificationActionResponseTypedTextKey,而是使用字符串版本“UIUserNotificationActionResponseTypedTextKey”让它工作。

所以对我来说这就是诀窍:

if let response = responseInfo["UIUserNotificationActionResponseTypedTextKey"] as? String {
// Your code here
}

关于ios - 突然 UIUserNotificationActionResponseTypedTextKey 不可用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33456204/

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