1
AppJun 361 天前
Apple ,退款不成功一般都是太迟退了。
退太迟了,有些都结账给开发者了,Apple 不会给你出这个钱的。 |
2
moult 361 天前
大部分是 Apple 机审的,开发者审核的话,肯定是「全选-拒绝」了。
|
4
ChengLuffy 361 天前
开发者对于是否退款没有决定权,甚至知情权都要搞个服务器接 Apple 的信息推送
https://developer.apple.com/cn/documentation/storekit/in-app_purchase/handling_refund_notifications/ |
5
calmWei 361 天前
Apple 审核,但是会通知开发者,开发者可以提供辅助审核信息,但是有没有用的决定权完全取决于 Apple ,并且审核规则不透明
|
6
rap16 361 天前
Apple ,而且当用户被拒绝退款时,Apple 还会甩锅给开发者,说是开发者拒绝的退款
|
8
zjuster 361 天前
Apple Store 方面的人,开发者只会知道有人退款了,后来可以知道谁退款了(很多游戏也不封号,但是会倒扣游戏代币)
退款这件事情,国区差不多只有第一次能成功,以后基本都是拒绝。 ----- 如果你直接联系开发者退款,用小孩子之类的理由,大概率不会成功,就算成功也是只退 70% (那 3 成苹果拿走了) |
9
chenduke 361 天前
我上架的一个应用,会员有效期是一个月。 用户买的会员早就过期了,竟然还能退款成功,开发者只能收到苹果的退款通知消息,中间退款过程对于开发者来说完全是透明的。找苹果申诉的地方都没有。 能怎么办呢,毫无办法。
|
11
calmWei 361 天前
@gaodeng #7
App Store 服务器通知 App Store 服务器通知会提供有关 App 内购买项目相关重要活动的信息。在生产环境中实施相关设置前,如需先对这些通知设置进行测试,你可以另外设置一个沙盒环境中的服务器 URL 版本 2 涵盖更多客户生命周期活动,包括订阅项目过期、兑换优惠、退款等。要更新至 App Store 服务器通知最新版本,请选择“生产环境服务器 URL”或“沙盒环境服务器 URL”旁的“编辑”。 具体 api 可以参考以下链接 https://developer.apple.com/documentation/appstoreserverapi/send_consumption_information |
13
calmWei 361 天前
@gaodeng #12
真犟啊,链接都贴了,就不能去看看吗? The App Store uses a variety of factors to determine if a refund request is approved or denied. To help inform and improve the refund process, you can send information about a user’s consumption of an in-app purchase to the App Store when the user requests a refund. The App Store uses the consumption information you provide to inform its refund decisions. App Store 会使用多种因素来确定退款申请是被批准还是被拒绝。为了帮助告知和改进退款流程,您可以在用户申请退款时将有关用户使用 App 内购买项目的信息发送到 App Store 。App Store 使用你提供的消费信息来告知其退款决策。 When a customer initiates a refund request for a consumable in-app purchase, the App Store sends a CONSUMPTION_REQUEST notificationType to your server through your App Store Server Notifications V2 endpoint. If the customer provided consent, respond by calling this API and sending the consumption data in the ConsumptionRequest to the App Store. If not, don’t respond to the CONSUMPTION_REQUEST notification. 当客户针对消耗型 App 内购买项目发起退款请求时,App Store 会通过 App Store 服务器通知 V2 端点向你的服务器发送退款 CONSUMPTION_REQUEST notificationType 请求。如果客户同意,则通过调用此 API 并将 App Store 中的 ConsumptionRequest 消费数据发送到 App Store 进行响应。如果没有,请不要回复通知 CONSUMPTION_REQUEST 。 Respond within 12 hours of receiving the CONSUMPTION_REQUEST notification. 在收到 CONSUMPTION_REQUEST 通知后 12 小时内回复。 |
14
weeei 361 天前
Apple 和开发者结账周期是 90 天一次,购买是苹果代收然后抽 30%,剩下 70%等下个账期给开发者。购买不久后你退款就是苹果给你退。太久了苹果就拒绝你了。
|
15
chenduke 361 天前
@calmWei 只有消耗型的内购才会发送 CONSUMPTION_REQUEST 通知吧? 我们的都是非续期类型的内购,只收到过 REFUND 和 REFUND_DECLINED 这两种通知。
|
16
calmWei 360 天前
@chenduke #15 我看了一下,确实是只有消耗型,才会收到问询通知 CONSUMPTION_REQUEST
A notification type that indicates that the customer initiated a refund request for a consumable in-app purchase, and the App Store is requesting that you provide consumption data. For more information, see Send Consumption Information. |
17
caobug 342 天前
Apple 被国人薅怕了,成功退款的概率从几年前的八九十直降到二三十。
|
18
changepll 329 天前
用户退款申请发出后的主要流程
1 。苹果会审核 2 。审核期间会通知开发者 3 。开发者可以提交一些辅助审核信息 4 。苹果会稍微考虑一下开发者的提交信息(基本没什么鸟用吧) 5 。退不退苹果说了算。 大概这样吧。 不是特别准。 不懂那些薅羊毛的是怎么做到的。 普通用户一笔交易第一次申请被拒绝之后。 再针对这笔记交易再发申请。 基本上苹果都是拒绝的。 但那些薅羊毛的却能够退成功。 不太懂是怎么做到的 |