Skip to main content

I just tried out the amazing Paywall v2 editor on my RC-Account. In the editor my Paywall looks fine but neither my native iOS nor Android-App are showing it correctly. On iOS I see a big red warning (see below).
I have the latest SDK version iOS: 5.20.3 and Android: 8.15.1. I added a german localization to my Paywall.
For iOS I’m using Xcode 16.3 and run the App on physical device or simulator with iOS version 18.3.2.

Has anyone seen similar issues and has a solution.

 

 

Got it, thanks to the log messages in Android Studio! The background for the paywall was set to ‘Image’ without having an image being set. This leads to JSON-parsing crash and a fallback to the old paywal. Setting the background to ‘Color’ fixed the issue as maybe setting an image in ‘Image’ mode would do as well.