瀏覽代碼

Add documentation for canMakePayments

Andrea Bizzotto 7 年之前
父節點
當前提交
297a8a02d2
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      SwiftyStoreKit/SwiftyStoreKit.swift

+ 3 - 0
SwiftyStoreKit/SwiftyStoreKit.swift

@@ -134,6 +134,9 @@ extension SwiftyStoreKit {
 
     // MARK: Public methods - Purchases
     
+    /**
+     * Return NO if this device is not able or allowed to make payments
+     */
     public class var canMakePayments: Bool {
         return SKPaymentQueue.canMakePayments()
     }