如何在App Store上发布新的更新/版本时通知用户? [英] How to notify a user when new updates / version is released on the App Store?

查看:357
本文介绍了如何在App Store上发布新的更新/版本时通知用户?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我的iPhone应用程序启动时,我想通知用户是否在App Store上发布了新的更新/版本。



是否有任何想法或有其他人取得了类似的成绩吗?



谢谢

解决方案

使用Nick Lockwood的iVersion库。它的全部目的是在有新的更新时通知用户。


iVersion是一个库,用于从应用程序内动态检查Mac / iPhone App Store应用程序的更新,并通知用户有关新版本的信息。它还可以在升级后第一次启动时通知用户应用中的新功能。



用途



Mac和iOS App Store更新机制有些繁琐且与应用程序本身断开连接。用户经常无法注意到应用程序的新版本何时发布,如果他们注意到,App Store的全部下载选项意味着用户通常不会看到每个应用程序的新版本的发行说明。 / p>

虽然不允许从应用程序本身更新App Store应用程序,但没有理由为什么应用程序不应该通知用户新版本已准备就绪,并指导他们到App Store下载更新。



如果您的应用程序不在App Store上,或者因为它是一个内部/企业iOS应用程序,或者将Mac应用程序交付给商店外的客户,无论如何都不能使用App Store更新机制。



iVersion是一个简单的零配置类允许iPhone和Mac App Store应用程序可自动检查更新并通知用户新功能。



iVersion会自动检测应用程序商店上发布新版应用程序的时间和通知用户直接将其链接到应用程序下载页面。



或者,如果您的应用程序不在商店中,iVersion允许您指定远程plist文件检查新版本,以及用户可以获得最新版本的下载URL。



iVersion还有一个附加功能,即告诉用户重要的新功能首先在下载新版本后运行应用程序。


这些摘录取自Github页面在其中,您可以下载它。还有关于安装和配置iVersion的全面教程,所以我建议您查看。



希望这会有所帮助!


When my iPhone application start, I want to notify the user if there is a new updates / version released on App store.

Does anybody have any ideas or has anybody else achieved anything similar?

Thanks

解决方案

Use Nick Lockwood's iVersion library. It's whole purpose is to notify the user when new updates are available.

iVersion is a library for dynamically checking for updates to Mac/iPhone App Store apps from within the application and notifying users about the new release. It can also notify users about new features in the app the first time they launch after an upgrade.

Purpose:

The Mac and iOS App Store update mechanism is somewhat cumbersome and disconnected from the apps themselves. Users often fail to notice when new versions of an app are released, and if they do notice, the App Store's "download all" option means that users often won't see the release notes for the new versions of each of their apps.

Whilst it is not permitted to update an App Store app from within the app itself, there is no reason why an app should not inform the user that the new release is ready, and direct them to the App Store to download the update.

And if your app is not on the App Store, either because it's an in-house/enterprise iOS app, or a Mac app delivered to customers outside of the store, you can't use the App Store update mechanism anyway.

iVersion is a simple, zero-config class to allow iPhone and Mac App Store apps to automatically check for updates and inform the user about new features.

iVersion automatically detects when the new version of an app is released on the App Store and informs the user with a helpful alert that links them directly to the app download page.

Or if your app is not on the store, iVersion lets you specify a remote plist file to check for new releases, and a download URL where users can get the latest release.

iVersion has an additional function, which is to tell users about important new features when they first run an app after downloading a new version.

These excerpts were taken from the Github page here, where you can download it. There is also a comprehensive tutorial on installing and configuring iVersion, so I recommend that you check it out.

Hope this helps!

这篇关于如何在App Store上发布新的更新/版本时通知用户?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆