To help inform and improve the refund process, you can send information about a user’s In‑App Purchase (including auto-renewable subscriptions) to Apple via the Consumption API when they request a refund (fo
I made an in-app purchase and did not receive the item. I disputed the refund decision and it was deemed ineligible for a refund. I have contacted the support for the app and had no response. As it stands, I’ve paid for something that I did not receive and Apple is essentially ...
Create a great in-app purchase experience for your iPhone, iPad, Mac, and Apple Watch apps. Discover how to handle refunds, integrate new...
Apple Refund Gives Back $32.5 Million for In-App PurchasesShaer, Matthew
WWDC21 是历年来 In App Purchase(IAP,内购内购买)最大的变化,分别推出了 StoreKit 2、App Store Server API、App Store Server Notifications V2 三大特性,去年我们也编写了 《苹果iOS内购三步曲:App内退款、历史订单查询、绑定用户防掉单!--- WWDC21》 文章,所以我们本文不会再深入提及去年的更新,大家如果不...
在 Xcode 中新建Target,选择Other下的In-App Purchase Content,完成内容填充后,点击 Product -> Archive 打开Organizer,在左上角的列表中选择类型为In-App Purchases的项目,然后点击Distribute Content上传到 App Store Connect。如何处理自动续期订阅产品不同时长的情况?通过订阅管理页面让用户自己调整自动续期订阅。
Refund of in app purchase denied?My son 8year old managed to buy coins in brawl stars for a lot of money, I taught i had locked that from him! When I made a refund from apple it was denied, why and what can I do to get a refund? He is under age and should not be able to...
I have an app which is already on App Store with In-app purchase. Now I want to integrate In-app purchase in my another app for the same products as in the existing app. Both the apps are using same Apple Account. Can I reuse those Product Ids from the first app in the second one...
I have an app which is already on App Store with In-app purchase. Now I want to integrate In-app purchase in my another app for the same products as in the existing app. Both the apps are using same Apple Account. Can I reuse those Product Ids from the first app in the second one...
bundle_id: 检查是不是自家 App 产生票据(不同的 bundle_id 下是可以创建相同 product_id 内购项目,苹果验证请求只返回结果,不会做任何校验) 交易信息的检查 product_id 、purchase_date_ms : 和App端订单系统比对 IAPProductId,下单时间 transaction_id 、original_transaction_id : 标识交易的唯一性(非自动订...