仅当产品在应用商店获得批准时发送推送通知
我们有一个销售“可下载”产品的应用程序。 场景是:
- 将产品添加到我们的后端(由 php 和 symfony 供电)
- 将产品添加到苹果商店并等待它被批准时
- 出售它。
它就像一个魅力。
但我想在新产品添加到我们的商店时实施推送通知。问题是我不知道该产品是否已获得批准并且可以在Apple 端使用。 当用户看到有关 1 个新产品的通知,但该通知不可用并且用户甚至在应用程序上看不到它时,他可能会感到困惑。
有没有办法获得 Apple 批准且可用的产品列表?
We have an application, which sells "downloadable" products.
Scenario is:
- Add product to our backend (powered on php and symfony)
- Add product to apple store and wait when it will be approved
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嘿,尝试解析新产品获得批准时从 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
只需在您的服务器上实现一个模块即可获取苹果产品以查看它是否存在。
http://developer.apple.com/news/ios/archives/2010/一月/
或者 为您的应用程序创建指向 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/
Or Creating easy-to-read links to the App Store for your applications and company