仅当产品在应用商店获得批准时发送推送通知

发布于 2024-11-06 13:37:49 字数 296 浏览 0 评论 0原文

我们有一个销售“可下载”产品的应用程序。 场景是:

  1. 将产品添加到我们的后端(由 php 和 symfony 供电)
  2. 将产品添加到苹果商店并等待它被批准时
  3. 出售它。

它就像一个魅力。

但我想在新产品添加到我们的商店时实施推送通知。问题是我不知道该产品是否已获得批准并且可以在Apple 端使用。 当用户看到有关 1 个新产品的通知,但该通知不可用并且用户甚至在应用程序上看不到它时,他可能会感到困惑。

有没有办法获得 Apple 批准且可用的产品列表?

We have an application, which sells "downloadable" products.
Scenario is:

  1. Add product to our backend (powered on php and symfony)
  2. Add product to apple store and wait when it will be approved
  3. Sell it.

It works like a charm.

But I'd like to implement push notification, when new product is added to our store. The problem is that I don't know if the produc was approved and is available on Apple side.
It may confuse a user, when he sees the notification about 1 new product, but it is unavailable and the user doesn't even see it on application.

Is there a way to get approved and available product list from Apple?

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

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

发布评论

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

评论(2

若水般的淡然安静女子 2024-11-13 13:37:49

嘿,尝试解析新产品获得批准时从 App Store 收到的电子邮件。这将使所有通知保持最新状态,您不会错过任何用户

Hey, try parsing emails, that you get from App Store when new product is approved. This will make all notification up to date and you won't miss any user

自我难过 2024-11-13 13:37:49

只需在您的服务器上实现一个模块即可获取苹果产品以查看它是否存在。

http://developer.apple.com/news/ios/archives/2010/一月/

将客户直接吸引到您的应用
App Store 与 iTunes 链接
您可以提供的 iTunes 链接
客户可以轻松访问
直接在 App Store 上您的应用程序
从您的网站或营销
活动。创建 iTunes 链接是
简单且可直接制作
客户可以使用单个应用程序,所有
您的应用程序,或特定的应用程序
指定了您的公司名称。

将客户发送至特定的
应用:
http://itunes.com/apps/appname

发送
客户访问您拥有的应用程序列表
在应用商店:
http://itunes.com/apps/developername

将客户引导至特定应用
您的公司名称包含在
网址:
http://itunes.com/apps/developername/appname

有关创建 iTunes 的更多详细信息
链接,阅读:创建易于阅读的内容
指向您的 App Store 的链接
应用程序和公司。

或者 为您的应用程序创建指向 App Store 的易于阅读的链接公司

Jus implement on your server an module that fetches the apple product to see if it is there.

http://developer.apple.com/news/ios/archives/2010/january/

Drive Customers Directly to Your App on
the App Store with iTunes Links With
iTunes links you can provide your
customers with an easy way to access
your apps on the App Store directly
from your website or marketing
campaigns. Creating an iTunes link is
simple and can be made to direct
customers to either a single app, all
your apps, or to a specific app with
your company name specified.

To send customers to a specific
application:
http://itunes.com/apps/appname

To send
customers to a list of apps you have
on the App Store:
http://itunes.com/apps/developername

To send customers to a specific app
with your company name included in the
URL:
http://itunes.com/apps/developername/appname

For more details on creating iTunes
links, read: Creating easy-to-read
links to the App Store for your
applications and company.

Or Creating easy-to-read links to the App Store for your applications and company

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