You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Title and Close Button Overlaps on Paywall Template 7 on iPhone 15 & 16 Pro Max Devices depending on the title's length. It doesn't happen all the time. You may want to check it with the specific text is seen on the screenshot. It happens when there is no image. I don't know if it happens when there is an image. There was no such an issue a few weeks ago. Maybe something started to not working with recent SDK or iOS updates. See the attachment please.
Environment
Platform: iOS
SDK version: 5.7.0 (also main branch)
StoreKit version:
StoreKit 1 (default on versions <5.0.0. Can be enabled in versions >=5.0.0 with .with(storeKitVersion: .storeKit1))
StoreKit 2 (default on versions >=5.0.0)
OS version: 18.0 & 18.1
Xcode version: Xcode 16.0 & Xcode 16.1
Device and/or simulator:
[] Device: N/A. I don't have Pro Max devices.
Simulator: iPhone 15 & 16 Pro Max
Environment:
Sandbox
TestFlight: N/A because I can only test on the simulator.
Production: N/A because I can only test on the simulator.
How widespread is the issue. Percentage of devices affected.
Debug logs that reproduce the issue. Complete logs with Purchases.logLevel = .verbose will help us debug this issue.
I can't share logs because there are too many private information there.
Steps to reproduce, with a description of expected vs. actual behavior
Setup a paywall with Template 7. Enter the exact title as "Premium Planlarımıza Göz Atın". Don't upload any image. You will see title and X button overlaps. See the attachment.
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Additional context
Suggestion: Don't add ignoring top safe area when there is no header image. Example on Template7View.swift at line 163:
.applyIf(self.configuration.headerImageURL != nil) { view in
view.edgesIgnoringSafeArea(.top)
}
Describe the bug
Title and Close Button Overlaps on Paywall Template 7 on iPhone 15 & 16 Pro Max Devices depending on the title's length. It doesn't happen all the time. You may want to check it with the specific text is seen on the screenshot. It happens when there is no image. I don't know if it happens when there is an image. There was no such an issue a few weeks ago. Maybe something started to not working with recent SDK or iOS updates. See the attachment please.
Environment
.with(storeKitVersion: .storeKit1)
)Debug logs that reproduce the issue. Complete logs with
Purchases.logLevel = .verbose
will help us debug this issue.I can't share logs because there are too many private information there.
Steps to reproduce, with a description of expected vs. actual behavior
Setup a paywall with Template 7. Enter the exact title as "Premium Planlarımıza Göz Atın". Don't upload any image. You will see title and X button overlaps. See the attachment.
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Additional context
Suggestion: Don't add ignoring top safe area when there is no header image. Example on Template7View.swift at line 163:
Fix on my repo: Fix
The text was updated successfully, but these errors were encountered: