Skip to content

Crash when tapping “View more plans” CTA on Paywall Builder (v3.10.2 / v3.11.0) #138

@sagar-singh07

Description

@sagar-singh07

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.

Image Image

com.a1.authentication_issue_e8854e981908b562c3ee17d460ff1473_crash_session_bc882ed39bdd4f8caf787ba5a3e2b2ac_DNE_0_v2_stacktrace.txt

Image

Steps to reproduce

  1. Configure a paywall on Adapty Builder with 1 or more products.
  2. Integrate the paywall using AdaptyUI and present it in the app.
  3. Tap the “View more plans” (More Offers) CTA.
  4. 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 issue

Relevant log output

#ZH0Znk# presentScreen bottom-sheet-button-176276297224751-bottom-sheet
v3.10.2, AdaptyUI/AdaptyScreensViewModel.swift#50

Adapty 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions