简体   繁体   English

在服务器端为 Android 寻找订阅应用程序购买验证的平台

[英]Looking for platform for subscription in app purchase verification on server side for Android

Im trying to implement server side verification for subscription in app purchase.我正在尝试为应用购买中的订阅实施服务器端验证。 What platform is better to use for that purpose.什么平台更适合用于该目的。 I have found end points in google cloud platform but its deprecated.我在谷歌云平台中找到了端点,但它已被弃用。 Im using firebase for this project maybe there Is a solution for both of them.我在这个项目中使用 firebase 也许他们两个都有解决方案。

I have found that question on stack and it helped me the high level overview for this process but still not enough information how to start and where i can start.我在堆栈上找到了这个问题,它帮助我了解了这个过程的高级概述,但仍然没有足够的信息如何开始以及我可以从哪里开始。 How to verify purchase for android app in server side (google play in app billing v3) 如何在服务器端验证购买 android 应用程序(谷歌在应用程序计费 v3 中播放)

When Google recommends server-side verification, it means verifying the purchase signature on an external server that could be hosted on simple web hosting.当 Google 推荐服务器端验证时,这意味着在可以托管在简单 web 主机上的外部服务器上验证购买签名。 https://developer.android.com/google/play/billing/billing_best_practices https://developer.android.com/google/play/billing/billing_best_practices

Here is an example of how to implement: https://stackoverflow.com/a/48645216/7690376以下是如何实现的示例: https://stackoverflow.com/a/48645216/7690376

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

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