-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The app crashes when tapping the “View more plans” CTA on an Adapty Paywall built using Paywall Builder.
The crash occurs immediately after the CTA is tapped and the modal for listing more subscription plans attempts to open.
This issue does not occur on Adapty SDK v3.5.0, but is reproducible on:
- v3.10.2
- v3.11.0
Environment
- Adapty SDK version: 3.10.2 / 3.11.0
- Device: (Various devices tested, including iPhone 12, iPhone 14 , iPhone 13)
- iOS version: 26+
- Paywall created using: Adapty Paywall Builder
Expected Behavior
Tapping “View more plans” should open the bottom sheet listing all products associated with the paywall.
Actual Behavior
Tapping the CTA results in an immediate crash with no visible UI change.
Steps to reproduce
- Configure a paywall on Adapty Builder with 1 or more products.
- Integrate the paywall using AdaptyUI and present it in the app.
- Tap the “View more plans” (More Offers) CTA.
- App crashes instantly.
Minimal reproduction code
import Adapty
// Enable verbose logging before activation
Adapty.setLogLevel(.verbose)
// Activate SDK
try await Adapty.activate("YOUR_API_KEY")
// Your code that reproduces the issueRelevant log output
#ZH0Znk# presentScreen bottom-sheet-button-176276297224751-bottom-sheet
v3.10.2, AdaptyUI/AdaptyScreensViewModel.swift#50Adapty SDK Version
3.11.0, 3.10.2
SDK installation method
Swift Package Manager
Xcode Project Swift Version
No response
Xcode Version
16.2
iOS Version
26
Device Type(s)
Physical Device
StanislavMayorov
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working