简体   繁体   English

带有ZooZ应用内付款系统的Android应用

[英]Android Application With ZooZ In-app payment system

i'm going to integrate ZooZ payment processor to my app. 我将把ZooZ付款处理器集成到我的应用程序中。 It's gonna be DEMO and FULL version of my app. 这将是我的应用程序的演示版和完整版。 What could be best way to determine if user has bought application, i think if would be insecure to check for boolean in SharedPreferences if's demo or not. 确定用户是否已购买应用程序的最佳方法是什么,我认为如果不演示,则在SharedPreferences中检查布尔值是否不安全。

ZooZ (a company which I'm CTO and co-founder of) have a server API to check payment status by email address. ZooZ(我是CTO兼联合创始人)拥有服务器API,可通过电子邮件地址检查付款状态。 You can use that API and the user's email address to match a historical payment. 您可以使用该API和用户的电子邮件地址来匹配历史付款。

Also, it's always best to have a server of your own to manage that. 另外,最好拥有自己的服务器来管理它。

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

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