We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
听起来像是推送通知的经典案例。无法看到将这些警报与应用程序启动或更新相关联有任何优势 - 您只需在应用程序 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).
正如你所说,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.