Skip to main content
Solved

Fatal Issue - Offerings are no longer being returned from RevenueCat

  • October 22, 2021
  • 5 replies
  • 658 views

Forum|alt.badge.img+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.

Best answer by jln19

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.

View original
Did this post help you find an answer to your question?

5 replies

Forum|alt.badge.img+5
  • Author
  • Helper
  • 1 reply
  • Answer
  • October 22, 2021

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.


Forum|alt.badge.img+3
  • New Member
  • 1 reply
  • February 3, 2022

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


Forum|alt.badge.img+2
  • New Member
  • 1 reply
  • February 10, 2022

Hi, 

asd wrote:

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 :(


Forum|alt.badge.img

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


Forum|alt.badge.img
MisterMind Digital wrote:

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

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


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings