Top "In-app-purchase" questions

In-app purchase (IAP) usually refers to the acquisition of a feature for an application from within the application itself or the buying of digital goods from within an application.

Can we check if a user's In App Purchase has been refunded by Apple?

Situation: - User makes an IAP and is awarded some content, we store the users device id to ensure they …

iphone ios in-app-purchase storekit
iOS Application Rejected By Apple In-App purchase Subscription

Hello Team I know lot of answer on the stack overflow but for me none of them work so please …

ios in-app-purchase appstore-approval in-app
StoreKit SKProductsRequest Crash

I use the following code to request a list of products as per the In-App Purchase Programming Guide. It used …

iphone crash delegates in-app-purchase storekit
How to Collect Charitable Donations from a Native iOS App?

I am working on an app that needs to have functionality to collect charitable donations. Apple Pay on the Web: …

in-app-purchase payment applepay donations
how to add openssl to a swift project

I am learning how to add in-app purchase receipt validation to my iOS/OSX projects. There is a nice overview …

swift openssl in-app-purchase storekit receipt-validation
iOS in-app purchase subscription get free trial period length from SKProduct

I am working on in-app purchases with subscriptions. In swift, you can get price and price locale from the SKProduct …

ios in-app-purchase storekit in-app-subscription skproduct
iOS in-app purchase's receipt string explained

I try to understand the receipt information obtained from iTunes server, but could not find relevant documentation. Particularly, what's the …

ios in-app-purchase uniqueidentifier receipt
Invalid transaction receipt returned by appStoreReceiptURL (NSData), in iOS 7

I'm using following method to get the receipt data: // Use this method instead of accessing transaction.transactionReceipt directly! - (NSData *)…

ios in-app-purchase receipt
Workaround to lack of promotional codes for in-app purchases

Apple doesn't offer promotional codes for in-app purchases. What's the best way to let users try the features or content …

iphone in-app-purchase promotions
IAPs actually validating the receipt (Swift)

I have been trying to implement receipt validation in my spritekit game. I have been following various tutorial and basically …

swift validation in-app-purchase receipt