Skip to content

Instabug-iOS SDK v7.12.6

Compare
Choose a tag to compare
@InstabugCI InstabugCI released this 09 May 11:41
· 207 commits to master since this release

Opt-in Surveys to Accept Multiple Responses and to Show Again After Dismiss

  1. Accept Multiple Responses
  • The opt-in survey can be shown again after being submitted.
  • Whenever the developer will show the survey with the manual token, it will be shown normally
  1. Show Again After Dismiss
  • Reshow API will only work the survey is targeted
  • Opt-In Surveys to Show Again After Dismiss
  • If the user will dismiss the survey and right after that in the same session the developer will call the show survey again, it shall show normally.
  • This means that setThresholdForReshowingSurveyAfterDismiss API will only be called after dismissing a ‘targetted survey’ and won’t be called after dismissing ‘opt-in survey’.

3. Show/Hide Welcome Screen from SDK:

  • API to set showing/hiding the survey welcome screen

4. Various bug fixes

  • Fix session profiler crash