Tag

In-App Purchase

0 views collected around this technical thread.

NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Mar 1, 2024 · Game Development

Payment Testing Practices and Pitfalls for Mobile Games: Domestic Channels, Overseas Google Play, and Web Third‑Party Payments

This article reviews a year of payment testing for mobile games, outlining the end‑to‑end payment flow, configuration tips for billing platforms, overseas Google Play integration, domestic Android channel specifics, web third‑party payment challenges, and key takeaways for improving test coverage and user experience.

ConfigurationGoogle PlayIn-App Purchase
0 likes · 17 min read
Payment Testing Practices and Pitfalls for Mobile Games: Domestic Channels, Overseas Google Play, and Web Third‑Party Payments
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
May 18, 2023 · Mobile Development

In‑App Purchase (IAP) Overview and Implementation Guide for iOS

The guide explains Apple’s four in‑app purchase types, how to create and configure products in App Store Connect, implements the StoreKit purchase flow (including product request, payment, transaction observation, and receipt verification on server), addresses common pitfalls, and introduces NetEase’s NEStoreKit wrapper for easier integration.

In-App PurchaseObjective-CReceipt Verification
0 likes · 15 min read
In‑App Purchase (IAP) Overview and Implementation Guide for iOS
Liulishuo Tech Team
Liulishuo Tech Team
Jan 6, 2023 · Mobile Development

Migrating In‑App Purchase Integration from StoreKit 1 to StoreKit 2 on iOS

This article explains the transition from StoreKit 1 to StoreKit 2 for iOS in‑app purchases, detailing the limitations of applicationUsername, the new appAccountToken mechanism, updated purchase and order‑recovery flows, enhanced notification handling, and references to Apple’s server APIs.

App Store Server APIIn-App PurchaseStoreKit
0 likes · 10 min read
Migrating In‑App Purchase Integration from StoreKit 1 to StoreKit 2 on iOS
php中文网 Courses
php中文网 Courses
Nov 8, 2022 · Backend Development

Implementing iOS In‑App Purchase Subscription Verification and Renewal Handling in PHP

This article walks through the server‑side implementation of iOS In‑App Purchase (IAP) subscription verification, order creation, and automatic renewal handling using PHP, including detailed code for receipt validation, sandbox/production switching, and processing Apple server notifications.

AppleIn-App PurchasePHP
0 likes · 7 min read
Implementing iOS In‑App Purchase Subscription Verification and Renewal Handling in PHP
37 Interactive Technology Team
37 Interactive Technology Team
Dec 13, 2019 · Game Development

Guide to Apple In-App Purchase Integration for Game SDK Development

This guide walks game SDK developers through Apple’s In‑App Purchase integration, detailing product types, the three‑step purchase flow, receipt acquisition and server‑side verification, order binding and retry mechanisms, duplicate handling, subscription restoration, and comprehensive error handling to ensure reliable revenue management.

Apple IAPGame developmentIn-App Purchase
0 likes · 10 min read
Guide to Apple In-App Purchase Integration for Game SDK Development