Android 订阅无需 Google Play 处理付款流程

标签 android google-play in-app-billing subscription android-billing

是否可以在不链接到应用计费中的 Google Play 的情况下构建 Android 应用订阅系统?如果在应用结算中使用 Google Play,Google Play 将收取 30% 的交易费用。如果可以在不链接到 Google Play 的情况下实现应用程序订阅,有人有很好的教程吗?谢谢!

最佳答案

是的,您可以使用 paypal api,但您无法将其发布到 Play 商店。

Developers charging for apps and downloads from Google Play must do so by using Google Play's payment system. In-app purchases: Developers offering virtual goods or currencies within a game downloaded from Google Play must use Google Play's in-app billing service as the method of payment. Developers offering additional content, services or functionality within another category of app downloaded from Google Play must use Google Play's in-app billing service as the method of payment, except: where payment is primarily for physical goods or services (e.g., buying movie tickets, or buying a publication where the price also includes a hard copy subscription); or where payment is for digital content or goods that may be consumed outside of the app itself (e.g., buying songs that can be played on other music players).

来源:Are there alternatives to using Google's in-app-billing , as a way to avoid publishing private info?

关于Android 订阅无需 Google Play 处理付款流程,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45069944/

相关文章:

android - 如何在 Android 的新地点自动完成中设置位置偏差?

android - 是否可以让用户从非市场版本的应用程序更新到市场版本?

c# - Xamarin Google Play map 服务错误 400 错误请求

Android - 从 Google Play 商店下载的应用程序在开发过程中无法正常运行

Android InApp Billing v3 - 测试多台设备问题

android - 将支持库布局属性提取到样式中

java - 如何为Android ListView中的每个Item设置唯一ID?

android - 如何使 ListView header 静态化

Android - BillingClient 返回空的购买 list

带订阅的 Android 应用内计费