Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on iOS 17 #118

Open
nellyAslanyan opened this issue Oct 6, 2023 · 2 comments
Open

Crash on iOS 17 #118

nellyAslanyan opened this issue Oct 6, 2023 · 2 comments

Comments

@nellyAslanyan
Copy link

App is crashing when survey is about to be presented, I suppose the issue is coming from WTRSlider where UIGraphicsBeginImageContext is used.

image

@diegoserranoa
Copy link
Contributor

Hi @nellyAslanyan can you provide more deails so I can try to reproduce this? How are you setting up the survey? (no need to provide account token or any other sensitive data)

@nellyAslanyan
Copy link
Author

nellyAslanyan commented Dec 22, 2023

Hi @diegoserranoa, I haven't done any special set ups, crash was also actual when I call Wootric.forceSurvey(true) at the very beginning. Maybe this code can help:

 private static func configureSurveyUI() {
    Wootric.skipFeedbackScreen(forPromoter: true)
    Wootric.skipFeedbackScreen(false)
    Wootric.setSliderColor(.blue)
    Wootric.setSendButtonBackgroundColor(.blue)
    Wootric.setThankYouButtonBackgroundColor(.blue)
    Wootric.setSocialSharing(. blue)
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants