I am new in in-app purchase. I am using RevenueCat. I restore purchase like this:
Purchases.shared.restoreTransactions { (purchaserInfo, error) in
}
When there is no purchased product, I want to show to user alert message like this:
You don't have purchases for restore
How can I determine there is no subscribed product?