新/相关应用程序的应用内公告?

发布于 2025-01-03 07:39:22 字数 1539 浏览 1 评论 0原文

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

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

发布评论

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

评论(2

冷默言语 2025-01-10 07:39:22

听起来像是推送通知的经典案例。无法看到将这些警报与应用程序启动或更新相关联有任何优势 - 您只需在应用程序 B 推出时手动向应用程序 A 的所有用户发送推送通知(除非您按小时启动新应用程序)。

Sounds like a classic case for push notifications. Can't see any advantage to necessarily linking these alerts to application launches or updates - you can just manually send a push notification to all users of app A when app B comes out (unless you launch new applications by the hour).

看海 2025-01-10 07:39:22

正如你所说,iVersion 并不是为此目的,但我的另一个库 iNotify 是:

https://github.com/ nicklockwood/iNotify

iNotify 轮询远程 plist 文件中的消息,然后在应用程序启动时显示它们。它的界面与 iVersion 大致相同,并且具有关闭、提醒等按钮。

As you said, iVersion isn't intended for this, but my other library iNotify is:

https://github.com/nicklockwood/iNotify

iNotify polls a remote plist file for messages and then displays them on app launch. It has more-or-less the same interface as iVersion and has buttons to dismiss, remind, etc.

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