Search results for

restore purchases

21,821 results found

Post

Replies

Boosts

Views

Activity

Reply to in app purchase
Have you read this in my earlier post:In the method which Swift calls func paymentQueue(_ queue: SKPaymentQueue, updatedTransactions transactions: [SKPaymentTransaction]) you have case .purchased: where you handle a new purchase. In that method you are able to tell which product the user purchased. In that same method you can add a case .restored that can handle a restored transaction the same as a purchased transaction. You do not want to handle the restored purchase in the method that Swift calls func paymentQueueRestoreCompletedTransactionsFinished(_ queue: SKPaymentQueue)
Topic: App & System Services SubTopic: StoreKit Tags:
Dec ’17
Reply to In-app purchase promo code (consumable product)
You don't have to test the promo code feature as all handling for the promo code is done for you by the App Store behind the scenes. The promo code feature is using the process of restoring purchases. So if the regular In App Purchase and Restore Rurchase features work, you can be sure that promo codes work too.Implement purchase and restore features in your appCreate sandbox users to make an In App PurchaseDelete and re-install the app on your deviceTry to restore your previous purchase
Sep ’17
Reply to in app purchase
Have you changed your code in response to this statement in my earlier post: You do not want to handle the restored purchase in the method that Swift calls func paymentQueueRestoreCompletedTransactionsFinished(_ queue: SKPaymentQueue)
Topic: App & System Services SubTopic: StoreKit Tags:
Dec ’17
TestFlight user cannot re-purchase expired auto-renewable subscription – only restored purchases returned
I’m testing an auto-renewable subscription on TestFlight. Now the user can't re-purchase the same product – Apple just restores the old (expired) one, and no payment sheet appears. How can I let the same TestFlight user re-subscribe to an expired product? Do I have to create a new productId for every test cycle?
3
0
153
Jul ’25