Skip to main content
Answer

Custom Image not Displaying on Paywall in Production

  • October 16, 2025
  • 8 replies
  • 116 views

Forum|alt.badge.img+1

Hello,

Loving the product and learning new things about it daily! Recently I tried to implement the Paywall feature, and the design and SDK implementation went super smoothly. One thing though, and I’m testing this on TESTFLIGHT so maybe it could have an impact, but the images are not loading.

Here is my Paywall as previewed on the designer and in the preview app:

Paywall on the Designer

And here is how it looks in the app itself in Testflight:

Paywall on Testflight.

 

I know this has been posted before but I can’t find a resolution.

Could you help me out? 

 

Thank you!

Best answer by thomas-donadei

@abel-77ee71 I fixed it by updating the RevenueCat SDK to 5.44.1 (I was on 5.43.0). Please try it out and let me know if that works for you as well!

This post has been closed for comments

8 replies

  • New Member
  • October 17, 2025

I have the same issue. For debugging sake I saved the unedited version of this paywall.
On Android the images do show up/

On iOS simulator (iOS 18.6, iPhone 16 Plus) the carousel images don’t show up.

 

 


Forum|alt.badge.img+1

I’m pushing this version to production on the App Store soon (not doing marketing yet so that’s fine) and will see if this is a testflight/simulator issue only. This is still worrying, I might have to write a fully custom Paywall instead.


Forum|alt.badge.img+1
  • Author
  • Helper
  • Answer
  • October 18, 2025

@abel-77ee71 I fixed it by updating the RevenueCat SDK to 5.44.1 (I was on 5.43.0). Please try it out and let me know if that works for you as well!


  • New Member
  • October 20, 2025

is there an update for expo react native as i think its pinned to the older SDK.

having the same issue but can’t update the revenuecat SDK because of an older react native one.


Forum|alt.badge.img+1

I’m having the same issue with Expo (as well as a mixed currency issue in the annual package’s monthly price)

No images, no matter what I tried. 

 

Is the RevenueCat SDK 5.44.1 update coming to react-native-purchases anytime soon? 

 


Forum|alt.badge.img+1
  • New Member
  • October 23, 2025

same for me 

  • react-native-purchases: 9.5.4 (core SDK)
  • react-native-purchases-ui: 9.5.4 (paywall UI components)

    i’m using react native

 


Forum|alt.badge.img+1
  • New Member
  • October 23, 2025

upgrade to 9.6.0 works

    "react-native-purchases": "9.6.0",
    "react-native-purchases-ui": "9.6.0",

pnpm-lock.yaml
react-native-purchases:

specifier: 9.6.0

version: 9.6.0(react-native@0.81.4)(react@19.1.0)

react-native-purchases-ui:

specifier: 9.6.0

version: 9.6.0(react-native-purchases@9.6.0)(react-native@0.81.4)(react@19.1.0)


joan-cardona
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • October 30, 2025

Hi,

Thank you for sharing the working versions! This is useful for other developers too.

We keep including fixes in each release so it’s always best to test on the latest version.

 

Best,