iOS窗口小部件在窗口小部件搜索中不可用(仅适用于50%的用户)?

发布于 2025-02-10 22:17:25 字数 719 浏览 1 评论 0原文

我们正在构建iOS小部件的主要问题。 iOS小部件基本上是大型信息应用图标,您可以将您可以固定在iPhone主屏幕上(什么是小部件?)。 iOS小部件是在iOS 14中引入的。

我们已经构建了iOS小部件。但是,当我们的一半用户下载我们的应用程序后尝试搜索我们的小部件时,我们的小部件并未显示在小部件搜索结果中。对于另一半,它可以正常工作。这似乎有点像Apple的错误,因为它会影响其他小部件应用程序( apple thread /a>,

它似乎与任何iOS版本(14、15等)没有绑定。由于我有iOS 15,而且效果很好。但是,一些iOS 15的用户正在获取错误。

有人遇到了无法搜索小部件的问题吗?您是如何修复的?任何资源都将受到赞赏,因为我现在是一个主要的阻止者。由于我的应用主要基于iOS小部件,因此这基本上是某些用户无法使用的。

We are running into a major issue with building an iOS Widget. iOS Widgets are basically large informational app icons you can pin to your iPhone home screen (What is a widget?). iOS widgets were introduced in iOS 14.

We’ve finished building our iOS widget. However, when half of our users attempt to search for our widget after downloading our app, our widget is not showing up in the widget search results. For the other half, it works fine. This seems to be somewhat of a bug from Apple, as it is affects other widget apps (Apple Thread, the problem exists for large widget apps also). It seems like we are having this issue far more, percentage-wise, than other widget apps. I’ve searched through nearly every resource online (StackOverflow, etc.), which is why I’m posting a question now. Things like deleting the app and reinstalling, restarting the phone, etc. have not been a fix either for these problematic users.

It doesn't seem to be tied to any iOS version (14, 15, etc.). As I have iOS 15, and it works fine. But, some users with iOS 15 are getting the bug.

Has anyone ran into this issue where a widget is not searchable? How did you fix it? Any resources are appreciated as I am at a major blocker right now. Since my app is primarily based on iOS widgets, this makes it basically unusable for certain users.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

荒芜了季节 2025-02-17 22:17:25

我想出了自己的问题。该应用程序的部署目标仅针对iOS 17。因此,每当有人拥有iOS 16时,用户就无法搜索小部件。解决方案是确保您的小部件目标iOS部署返回了几个iOS版本。否则,这些用户将永远无法使用它。

并确保检查两个目标的iOS版本(小部件和iOS应用程序)。

I figured out my own issue. The app's deployment target was only targeted at iOS 17. Therefore, whenever someone had iOS 16, the user couldn't search the widget. The solution is to make sure that your widgets target iOS deployment goes back a couple iOS versions. Otherwise, those users will never be able to use it.

And make sure to check the iOS versions of both targets (the widget and the iOS app).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文