Hacker News 中文摘要

RSS订阅

Pocket Casts,你改变了协议,所以我将修改你的应用 -- Pocket Casts, You Altered the Deal, So I Will Alter Your App

文章摘要

Pocket Casts最初是一款付费应用,2018年被NPR收购后转向订阅模式引发用户不满,随后为老用户保留终身会员。2020年因亏损被转售,2024年将终身会员改名为"Champions"并开始植入广告。由于2022年开源了移动应用代码,用户可以通过修改代码移除广告,比如找到广告相关的功能标识进行关闭。

文章总结

以下是文章主要内容的重新陈述,重点保留了关键细节并删减了无关内容:

关于Pocket Casts广告问题的始末

Pocket Casts最初是一款"一次性付费"应用(2011年推出),用户只需为Android/iOS/网页端各支付一次即可终身使用。但经历多次所有权变更后(2018年被NPR收购,2020年转售Automattic),其商业模式不断变更:

  1. 2019年试图转向订阅制,在用户抗议后妥协,为老用户保留终身会员资格
  2. 2024年将"终身会员"改名为"冠军会员",近期突然在应用中强制插入广告

技术解决方案 由于该应用2022年已开源,用户可以通过修改代码移除广告。具体方法包括: - 找到控制广告显示的Feature.BANNER_ADS标志位 - 将默认值(defaultValue)和远程控制(hasFirebaseRemoteFlag)设为false - 或直接使用调试版本内置的功能开关暂时关闭广告

质疑与建议 作者质疑: - 为何播客服务运营成本如此高昂(提及NPR曾年亏损81万美元) - 建议开发团队提高财务透明度,并利用开源社区力量优化产品 - 推荐用户考虑替代方案(如PinePods自建服务+AntennaPod客户端)

现状评估 尽管目前可通过技术手段去广告,但作者认为随着Google对APK安装的限制,未来维护成本将增加。若非享有历史免费权益,已考虑完全迁移至其他平台。

(注:文中关于具体代码修改步骤的技术细节已简化,保留了核心解决思路;推荐播客节目等无关内容已删除)

评论总结

以下是评论内容的总结:

  1. 对广告和商业模式的不满

    • 用户批评应用添加了烦人的广告,影响使用体验,并对公司表示失望。
      • "have just been in the process of rage uninstalling this app due to the ads" (zmmmmm)
      • "they are obnoxiously in the main active screen while things are playing" (zmmmmm)
    • 有人认为一次性付费模式难以维持长期运营,公司需要收入来覆盖成本。
      • "clearly there are hosting costs and maintenance costs beyond a one time mobile app payment" (wmichelin)
      • "lifetime, no-ads deals that are supposed to sustain a for-profit company are mostly a scam" (alanfranz)
  2. 对运营成本的质疑

    • 部分用户不理解为何一个播客应用需要高昂的运营成本。
      • "idk why it even costs money to run this app. Just developer cost?" (mtoner23)
      • "$800,000 net loss? What in the mismanaged business world are you even doing?" (donatj)
  3. 替代应用的推荐

    • 用户推荐其他播客应用,如Overcast和Antenna Pod,认为它们更值得信赖或更经济。
      • "Overcast is written and maintained by one person... non scammy ad platform" (scarface_74)
      • "use Antenna Pod... It's smooth, seamless, and FOSS" (rito)
  4. 对UI和链接样式的批评

    • 有用户对网站的链接样式提出批评,认为其影响可读性。
      • "the link style where the underline partially overlaps the baseline of the text harms readability" (rmunn)
      • "having the non-hovered link underline be fat... harms readability" (rmunn)
  5. 对免费长期支持的质疑

    • 部分用户认为对一款多年前低价购买的应用要求长期免费更新是不合理的。
      • "righteous fury over an app which literally costs money to run didn’t provide free updates for literally decades" (forrestthewoods)
      • "why does the author here feel so entitled to something that clearly the company feels unreasonable to continuously maintain?" (wmichelin)