Solved

Fatal Issue - Offerings are no longer being returned from RevenueCat

  • 22 October 2021
  • 5 replies
  • 584 views

Badge +5

Our iOS app stopped receiving responses from RevenueCat sometime in the past week. No code was changed on our end and our live app is no longer displaying any subscription options.

This call is simply not returning successfully, nor is the failure block called. It doesn't matter what "offering" is - I’ve tried several of our offerings that are registered with RC and that have worked before. Any ideas what could have broken? This has completely broken in-app purchases for us.

 

subscriptions?.fetchPackages(for: offering, onSuccess: { [weak self] (packages) in

            let sortedPackages = packages.sorted(by: { $0.product.price.compare($1.product.price) == .orderedDescending })

             ...
             //this block is not called
                        
        }, onFailure: { (error) in
            //this block is not called 

        })

The only thing I see logged in the console is “DEBUG: ℹ️ Vending Offerings from cache

I’ve verified that all of our In-App Purchases are still in the “Approved” state in App Store Connect.

icon

Best answer by jln19 22 October 2021, 04:43

View original

5 replies

Badge +5

This was due to a paid apps agreement expiring in App Store Connect. Will leave the post up in case it helps anyone in the future. Although I wonder why fetchPackages doesn’t return in this scenario.

Badge +3

Hi , i have the same issue in Android app. no code change in my side. please help!

Badge +2

Hi, 

Hi , i have the same issue in Android app. no code change in my side. please help!

Did you manage to fix it ?? I am facing the same issue :(

Badge

I’m facing the same issue but Paid agreement is actived. Any idea?

Badge

I’m facing the same issue but Paid agreement is actived. Any idea?

In my case, my subscription is rejected by localization description.

Reply