Giter Club home page Giter Club logo

Comments (6)

mortenholmgaard avatar mortenholmgaard commented on May 17, 2024 1

I have taken a quick look at the code and to me it looks like you should be able to just use the
SKPaymentTransactionObserver.paymentQueueRestoreCompletedTransactionsFinished
Right now you don't really use it for any thing else than return .NothingToRestore

I think it could be done just iterating queue.transactions in SKPaymentTransactionObserver.paymentQueueRestoreCompletedTransactionsFinished
with the code from the .Restorecase in the method func paymentQueue(queue: SKPaymentQueue, updatedTransactions transactions: [SKPaymentTransaction]) and remove the .Restorecase from that method.

Does it make sense?

from swiftystorekit.

bizz84 avatar bizz84 commented on May 17, 2024 1

Implemented tentative solution here:
https://github.com/bizz84/SwiftyStoreKit/pull/19/files
Feedback welcome

from swiftystorekit.

bizz84 avatar bizz84 commented on May 17, 2024

I agree that this would be desirable behaviour.

The Apple documentation for SKPaymentQueue.restoreCompletedTransactions() says the following:

The payment queue will deliver a new transaction for each previously completed transaction that can be restored. Each transaction includes a copy of the original transaction.

SwiftyStoreKit uses the
SKPaymentTransactionObserver.paymentQueueRestoreCompletedTransactionsFinished method to detect when the transactions have been restored. The documentation for this method says:

This method is called after all restorable transactions have been processed by the payment queue. Your application is not required to do anything in this method.

While in theory this means that it should be possible to gather all the transactions' productIDs and return then, in practice it appears that SKPaymentTransactionObserver.paymentQueueRestoreCompletedTransactionsFinished is called once for each transaction.

If this is the actual behaviour of StoreKit, there doesn't seem to be a way of returning all restored productIDs in one callback. Worse, I'm not sure that there is a way to tell which is the last callback.

This is my interpretation though and I may have missed something. If anyone knows a way around this, please let me know.

from swiftystorekit.

bizz84 avatar bizz84 commented on May 17, 2024

Haven't investigated yet but yes. I'll try to look into it this week.

from swiftystorekit.

mortenholmgaard avatar mortenholmgaard commented on May 17, 2024

I have just tested it and it seems to work perfectly! - just as expected it restored multiple products in only one callback.
Hope you will make a pods release with this soon

from swiftystorekit.

bizz84 avatar bizz84 commented on May 17, 2024

This has now been merged and included in pod release 0.2.5

from swiftystorekit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.