Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论如何,当 IAP 完成(买方付款)时,服务器是否会收到有关购买的通知?
我需要这个来检查设备中的 IAP 和我的服务器数据库,以真正检查用户没有修改我的 IAP 本地数据。
没有内置方法可以向您的服务器发送有关 IAP 的通知。但是,在您的代码中 IAP 成功后,您可以将成功信息发布到您的服务器。苹果不会为你做这件事。