Browse Source

Clarification about completeTransactions behaviour (#187)

Andrea Bizzotto 8 years ago
parent
commit
6a284dc7fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -48,6 +48,8 @@ func application(application: UIApplication, didFinishLaunchingWithOptions launc
 
 
 If there are any pending transactions at this point, these will be reported by the completion block so that the app state and UI can be updated.
 If there are any pending transactions at this point, these will be reported by the completion block so that the app state and UI can be updated.
 
 
+If there are no pending transactions, the completion block will **not** be called.
+
 ## Purchases
 ## Purchases
 
 
 ### Retrieve products info
 ### Retrieve products info