storekit
In app purchase for auto-renewable content prompts user to share information
I am adding the ability to purchase auto-renewable content through the iOS SDK\'s StoreKit API. When testing this in the sandbox on my iOS device, the following message appears in an alert after agre[详细]
2023-04-08 17:19 分类:问答Retrieving Information associated with IAP Product Registered on iTunes Connect
I\'ve created an eBook player application which has books that need to be sold under In-App-Purchase. Thes开发者_运维百科e books i\'ve added as Non-Consumable Product\'s under my application in iTunes[详细]
2023-04-07 09:14 分类:问答iOS in-app purchase item not returned in products but only in invalidProductIdentifiers in sandbox. How to debug?
I am adding in-app purchasing to my app.I have followed all the steps tha开发者_如何学JAVAt Apple outlines here (http://developer.apple.com/library/ios/#technotes/tn2259/_index.htmlsee Q&A #6 espe[详细]
2023-04-06 18:47 分类:问答StoreKit doesn't call paymentQueue when a transaction updates
I am trying to do a transaction using this code: SKPayment *payment = [SKPayment paymentWithProductIdentifier:@\"com.this.is.where.the.identifier.is\"];[详细]
2023-04-03 10:47 分类:问答ios InApp purchases: When and why does SKPaymentTransactionStateRestored get sent back as status of a transaction?
iOS In-App purchases: When and why does SKPaymentTransactionStateRestored get sent back as status of a transaction?[详细]
2023-04-02 01:27 分类:问答Is it possible to use StoreKit (In App Purchase) inside a static library?
I\'m working on an SDK, distributed as a static library, for iOS developers to use in their apps. I\'m interested in offering non-consumable downloadable and built-in content directly to users via an[详细]
2023-03-31 00:09 分类:问答AppStore Subscriptions - Question
I have read in the Apple Documentation that StoreKit will not restore subscriptions on its own. I need to handle this myself instead by storing the transaction data on my server. That\'s fine, but am[详细]
2023-03-28 02:03 分类:问答Can I use PayPal in iPhone/iPad apps?
I am working on an application that through which I want to sell some event Tickets. Can I use PayPal for this purpose, and will Apple approve the app using other that StoreKit Framework.[详细]
2023-03-25 01:01 分类:问答Questions about in-app purchasing: auto-renewable subscriptions
Here’s my situation: I have a free app which I plan to provide access to through a $0.99 monthly (auto-renewable) subscription.[详细]
2023-03-23 22:09 分类:问答finishTransaction: isn't removing the transaction from queue...
I have several non-consumable inApps. The payment is done once (correctly: SKPaymentTransactionStatePurchased), then the download of the inApp is correctly done (and finished) and finnaly I call[详细]
2023-03-23 19:35 分类:问答