3

I want to add free subscriptions to a newsstand app i've been working on, the only problem I can find out how to do this is from this guide. However as helpful as that is you have to use urban airship, where it cost $0.10 per subscribe, so for a free app, it'd be costing me, which i couldn't afford to do every month.

Are there any other ways; How would i set up a server my self? Would it be the same for any IAP stuff?

Thank you in advance.

4

2 回答 2

0

Apple 要求报亭应用程序使用 iTunes 托管订阅提供其内容。这意味着您必须运行一个托管报亭内容的服务器,该服务器不是免费的。

您唯一的选择是将您的应用程序作为非报亭应用程序发布,将内容构建到您的应用程序中,并在需要发布新问题时发布 App Store 更新。这并不理想,因为只有 Newsstand 应用程序具有后台下载功能。

所以......获得一些资金,或者找一个拥有报亭应用程序的人免费托管您的内容:)

于 2012-07-01T04:38:23.713 回答
0

我在同一条船上。现在我正在考虑使用 JavaPNS API 来发送推送通知。(本地通知不起作用,因为它们在应用不活动时不会唤醒应用)。就托管而言……出于某种未知原因,Google AppEngine 不支持 JavaPNS。我正在考虑编写一个 JavaPNS 程序并每天在我自己的笔记本电脑上运行它以发送推送通知。

我唯一还没有弄清楚的是如何获取订阅了我的应用程序的用户列表。如果用户必须在我的服务器上注册设备令牌,那么这意味着我的服务器必须一直在运行,这是我做不到的。伙计,我希望我不必使用城市飞艇。

应该有一种免费的方式来做到这一点。希望我们能解决这个问题...

于 2012-08-22T06:21:53.737 回答