简体   繁体   English

如何管理我的应用的用户IOS应用内订阅

[英]How I can manage the users IOS in-app subscription for my app

I have done some research but I can't find if apple has a way to manage my customer in-app subscription to do refund and cancel. 我已经进行了一些研究,但是我找不到苹果是否可以管理客户的应用内订阅以进行退款和取消。

I look in itunes connect but I can't find any menus or informations about it. 我在iTunes连接上查看,但找不到任何菜单或信息。

In the developper documentation, I found that a user can manage is subscription in itunes by openning the link : https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions 在开发人员文档中,我发现用户可以通过打开以下链接来在iTunes中管理订阅: https : //buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions

I also found that to do a refund the users need to contact the Apple customer service in the working with subcription cancellation part. 我还发现,要进行退款,用户需要在使用取消订阅部分中与Apple客户服务联系。 https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Subscriptions.html https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Subscriptions.html

In the android console, there is menu to manage the order for the app and cancel or refund an order. 在android控制台中,有菜单来管理应用程序的订单以及取消或退款订单。 So, if a customer call us we can do the refund on our side. 因此,如果有客户致电我们,我们可以为您退款。

订单管理 删除订阅

You are correct that you are not able to directly refund customers of in-app purchases on Apple's iOS platform. 您是正确的,您无法直接在Apple的iOS平台上退款给应用内购买的客户。 However if you are looking to be able to manage your in-app purchase subscription customers, there are services like SubPanel that allow you to identify who your subscribers are and see their payment history. 但是,如果您希望能够管理您的应用内购买订阅客户,则可以使用SubPanel之类的服务来识别您的订阅者并查看他们的付款历史。

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

相关问题 如何获得低于 iOS 11.2 的应用内购买订阅期? - How can I get in-app purchase subscription period below iOS 11.2? 在iOS上取消应用内订阅 - Cancelling in-app subscription on iOS 如何在iOS中的同一设备中为不同用户处理应用内购买自动续订? - How to handle In-App Purchases auto renewal subscription for different users in same device in ios? 我如何从Apple的应用程序内购买中获得报酬? (iOS iTunesConnect) - How can I get paid for my app's in-app purchase from Apple? (iOS iTunesConnect) 如何知道用户是否在iOS上取消了应用内购买的自动续订订阅? - How do I know if a user cancels an auto renewing subscription with In-App Purchases on iOS? iOS:如果用户仍有资格免费试用应用内购买订阅,我该如何查明? - iOS: How do I find out, if a user is still eligible for a free trial of an in-app purchase subscription? 将iOS In-App订阅链接到MySQL数据库 - Linking iOS In-App Subscription to MySQL database 如何在iOS上重置沙盒应用内购买以进行测试? - How can I reset sandboxed in-app purchases on iOS for testing? iOS如何加载多个应用内商品 - iOS How I can load multiple in-app items 我如何计算iOS中应用内购买的失败率 - How can i count the failure rate of in-app purchase in iOS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM