Discussions

Ask a Question
ANSWERED

in iOS SDK we are getting a freeze while presenting a survey from VC, Is there any solution to this?

**Tech Stack** Platform: iOS Swift Version: 4.21.0 Usage: SPM We are using a V2 method as below: ``` func tracking(from vc: UIViewController?) { let eventPayload: EventPayload = .init( eventName: "someEventName", properties: someProps ) { [weak vc] state in guard let viewController = vc else { return } DispatchQueue.global(qos: .userInitiated).async { presentSurvey(from: viewController, state: state) } } UserLeapKit.Sprig.shared.track(payload: eventPayload) } private func myPresentSurvey(from vc: UIViewController, state: SurveyState) { guard case .ready = state else { return } DispatchQueue.main.async { UserLeapKit.Sprig.shared.presentSurvey(from: vc) } } ``` Please let us know if we are missing any usage instruction or there is some recent issue in the SDK itself
ANSWERED

Change the share tab copy?

When a user is asked to share their tab to record their screen, the name of the tab does not match what Sprig tells them to look for. Does anyone know how to change that copy so they match?
ANSWERED

Any plan for enrich filters for `who to send to` audiences?

We are sending some parameters associated with events so that the same event could receive different parameters. But, we are only able to use those parameters in the section `when to send` but not in `who to send`. It forces us to include artificial events for making these distinguishing we could do based on parameters. Any plan in your roadmap for enabling "advanced" filters for filtering based on parameters such as `when to` such as in `who to`? Thanks!
ANSWERED

Use sprig for in-app rating

How to proceed, we don't want user to go outside of the application.
ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED