sku: subscription ID/
`clearTransactionIOS()` | `void` | **iOS only** Clear up the unfinished transanction which sometimes causes problem. Read more in below README.
`clearProductsIOS()` | `void` | **iOS only** Clear all products and subscriptions. Read more in below README.
`requestReceiptIOS()` | `Promise` | **iOS only** Get the current receipt.
-`requestPendingPurchasesIOS()` | `Promise` | **IOS only** Gets all the transactions which are pending to be finished.
+`getPendingPurchasesIOS()` | `Promise` | **IOS only** Gets all the transactions which are pending to be finished.
`validateReceiptIos(body: Object, devMode: boolean)`