bizz84 / bizz84/SwiftyStoreKit
mac app, SwiftyStoreKit.purchaseProduct, callback has never been executed
- Dominant language
- Swift
- Stars
- 6.7k
- Forks
- 801
- PR merge metrics
- No merged PRs in 30d
Description
hi, i use the following code to purchase non consumable product for my mac app, at the beginning, everything is ok: i fill the test account and password, click confirmation buttons and so on, but after I confirm the last dialog, i wait and wait and wait, but nothing is happend, the callback has never been executed. i try again and again and again, but every time is the same. what should i do? did I do something wrong? thanks.
```
SwiftyStoreKit.purchaseProduct(productIdentifier) { (result) in
print(result) //the code here has never been executed
}
```
-----------
Now i found that i should use a new test account to purchase the product, if the account has purchased the product already, the callback will not be executed. what should i do if i want the callback always be executed?
Contributor guide
Assessment
This issue has not been assessed yet.