bizz84 / bizz84/SwiftyStoreKit
Is it normal that purchaseProduct() sometimes doesn't open anything for minutes and somethings works within seconds?
Open
type: question
- Dominant language
- Swift
- Stars
- 6.7k
- Forks
- 801
- PR merge metrics
- No merged PRs in 30d
Description
*Sandbox Environment*
***
I've been testing auto renewable subscriptions and sometimes nothing happens when I click my purchase button, there is no purchase UI coming up.
```swift
print("subscribe pressed")
SwiftyStoreKit.purchaseProduct(IAPSingleton.s.subscriptionProductID, atomically: true) { result in
print("result") // This also doesn't appear
}
```
Is this to be expected during sandbox/ when the account has already made a few purchases or is this a library issue?
Contributor guide
Assessment
This issue has not been assessed yet.