Skip to main content

Integration

Add the Swift Package using Swift Package Manager.

SDK initialization

Initialize the SDK as soon as possible on your App life cycle.
Appdelegate.swift

Configure a stage

On the Viewcontroller you wish to call the proactive feedback prompt, first configure your stage.
The STAGE NAME must match the on you have created on the Appinion Dashboard.
ViewController.swift

Launch Proactive feedback prompt

Launch the Proactive feedback prompt with the configuration for this stage.
ViewController.swift