HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
These docs are for v8.2. Click to read the latest docs for v12.0.0.

Customizing Survey Behavior

This page covers all the aspects of the behavior of surveys that can be customized as well as related APIs.

Showing the Welcome Screen

You can show an initial welcome screen for the survey rather than show the first question immediately. To do this, you can enable it using the following method.

//iOS
IBGSurveys.ShouldShowWelcomeScreen = true;

//Android 
Surveys.SetShouldShowWelcomeScreen(true);

Surveys in Older Instabug SDK Versions

As of the release that occurred on the 25th of March, 2019, any new survey created will only be shown to applications running SDK version 8.2.

During the release, we reworked the logic of our surveys will introducing a whole host of new features that you can read up on here.

📘

In-App Surveys Are Disabled in Older Versions of the Instabug SDK

Surveys will only be shown to your users who have the updated version of your app that has SDK Version 8.2 and above.


What’s Next

Everything is customized and the survey is sure to be a hit. Since you're expecting responses, did you know you can follow up on them with the users?