简体   繁体   English

当用户购买订阅时,是否可以获得通知(例如电子邮件)?

[英]Is it possible to get notified (e.g. email) when a user purchases a subscription?

I have an Android App published on Google Play Store.我在 Google Play 商店发布了一个 Android 应用程序。 I implemented In-App purchase in the app with one subscription.我通过一个订阅在应用程序中实现了应用内购买。

Uses have started purchasing the subscription so, I was wondering if I can get an email notification whenever a user purchased the subscription.用户已经开始购买订阅,所以我想知道每当用户购买订阅时我是否可以收到 email 通知。 I am aware of the Google real-time developer notification but it requires backend API to be modified (and it's not free).我知道Google 实时开发人员通知,但它需要修改后端 API(而且它不是免费的)。

I was hoping for Google Play Console settings which would do just this.我希望 Google Play 控制台设置可以做到这一点。 If this is not possible then I would like to know how you get notified of new purchases (code).如果这是不可能的,那么我想知道您如何收到新购买的通知(代码)。

You can obtain this event in callback and send email to your adress programmatically.您可以在回调中获取此事件并以编程方式将 email 发送到您的地址。

暂无
暂无

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

相关问题 当Google Play开发者控制台收到崩溃或ANR时,是否可以收到通知(例如电子邮件)? - Is it possible to get notified (e.g. email) when the Google Play Developer Console receives a crash or ANR? 立即访问Facebook用户个人资料信息(例如姓名,电子邮件等) - Immediate access of Facebook User Profile info (e.g. name, email etc) 如何在AsyncTask / Background-Thread中获取用户反馈(例如,从AlertDialog获得)? - How to get user feedback (e.g. from AlertDialog) inside AsyncTask/Background-Thread? 保存用户创建的视图(例如按钮和文本视图)以在再次使用应用程序时恢复 - Save User-Created views (e.g. buttons and text views) to be restored when using the app again 是否可以将视图“附加”到另一个视图并指向它,例如帮助指南 - Is it possible to 'Attach' a view to another and point at it, e.g. help guides 是否有可能知道Android应用程序的来源(例如Google Play)? - Is it possible to know the source(e.g. Google Play) of Android app? 当用户从Play商店购买我的应用程序时,如何将电子邮件ID或订单ID发送到数据库 - How to get email id or order id to database when user purchases my app from play store 当用户从剪贴板粘贴时获得通知 - Get notified when user pastes from clipboard 我如何使用内部资源(例如R.id.myImage01)作为电子邮件附件? - how can I use internal resource (e.g. R.id.myImage01) as an email attachment? 在 Google In App Purchases 中取消用户订阅 - Cancellation of User Subscription in Google In App Purchases
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM