简体   繁体   English

iOS NewsStand现有Web订阅者

[英]iOS NewsStand Existing Web Subscribers

Our company has an existing membership model that we use for our website. 我们公司有一个现有的会员模型,我们用于我们的网站。 Members are able to view a bi-monthy periodical on the web. 会员可以在网上查看双月刊。 We are looking at converting this to an iOS Newsstand App. 我们正在考虑将其转换为iOS报亭应用程序。 How can we create a newstand app that gives our content to our members for free but doesn't allow other users to get this content? 我们如何创建一个newstand应用程序,免费向我们的会员提供我们的内容,但不允许其他用户获取此内容?

I feel like a newsstand app would have almost the same functionality as normal apps. 我觉得报摊应用程序的功能与普通应用程序几乎相同。 So I'm thinking we could show a username/password alertview and force the user to login with a webservice. 所以我想我们可以显示用户名/密码alertview并强制用户使用webservice登录。 However, will Apple reject news stand apps that do this? 但是,Apple会拒绝这样做的新闻台应用吗?

Any ideas/suggestions on how to provide content to existing web members only through newsstand would be appreciated. 关于如何仅通过报摊向现有网络成员提供内容的任何想法/建议将不胜感激。

Thanks 谢谢

In case anyone stumbles upon this question. 万一有人偶然发现这个问题。 It looks like you can do anything you want in newsstand apps. 看起来你可以在报摊应用中做任何你想做的事情。 I have seen several on the store that let you login using web credentials to unlock content. 我在商店看到过几个允许您使用Web凭据登录以解锁内容的内容。

So the short answer: 简而言之:

Just add a button for web customers. 只需为网络客户添加一个按钮即可。 Use a webservice call to authenticate the user. 使用Web服务调用来验证用户身份。 Add app side logic to determine which issues the customer has access too. 添加应用程序端逻辑以确定客户也可以访问哪些问题。

You answered to your qesution but I just want to share my experience with you. 你回答了你的问题,但我只是想和你分享一下我的经验。 You're right, you can do that, but if you don't have at least one free auto-renewal subscription Apple will reject your app. 你是对的,你可以这样做,但如果你没有至少一个免费的自动续订订阅Apple将拒绝你的应用程序。

They will let you do your own subscription inside your magazine like those giant companies that have zillion types of subscription across all the devices, but they won't let you only use newsstand kit to do that. 他们会让你在你的杂志里做自己的订阅,比如那些在所有设备上都有多种订阅方式的大公司,但他们不会让你只使用报刊亭套件来做到这一点。

You should have at least a free subscription button for your users, and if it is not free, you should do the other one which you set the price and time for it. 您的用户应该至少有一个免费的订阅按钮,如果它不是免费的,您应该执行另一个为您设置价格和时间的按钮。

Because your content is either free, so no point of using third-party solution for subscription and just put the free button there, or it's not. 因为您的内容是免费的,所以没有必要使用第三方解决方案进行订阅,只需将免费按钮放在那里,或者不是。 Therefore, Apple thinks about its 30% revenue from your selling and if you sell outside and take advantage of newsstand, Apple won't let you do it. 因此,Apple认为其30%的收入来自您的销售,如果您在外面销售并利用报摊,Apple将不会让您这样做。

Take a look at this link and definitely those two videos. 看看这个链接,绝对是那两个视频。 It explains everything in it: 它解释了其中的一切:

https://developer.apple.com/devcenter/ios/newsstand/ https://developer.apple.com/devcenter/ios/newsstand/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM