Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-49327

Qt Purchasing: Add finished signals when registering a product and restoring purchased items.

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 5.6.0 Alpha
    • Other

    Description

      That would be useful to known when the registering and restore process finished.
      Actually the registration get productRegistered / productUnknown, and we have to connect both signal to check process success.
      Will be fine to have a final productRegistrationFinished(productId, bool success);
      The restorePurchase() also is a bit limited - we can't known when the process is finished, meaning we can start the restore but don't known when it finished.
      Again, here a restorePurchasesFinished() will be welcome.
      I did checked iOS/OSX and Android do get informations about finished restore purchases.
      See https://developer.apple.com/library/mac/documentation/StoreKit/Reference/SKPaymentTransactionObserver_Protocol/index.html#//apple_ref/occ/intfm/SKPaymentTransactionObserver/paymentQueueRestoreCompletedTransactionsFinished: for OSX.
      Those signal would also help a bit when some people would want to use QtIAP synchronously.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            filipe.azevedo Filipe Azevedo
            filipe.azevedo Filipe Azevedo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes