Instabug / Instabug-iOS

In-app feedback and bug reporting tool for apps.
https://instabug.com/
Other
290 stars 67 forks source link

Question: Customise message in dialog prompt displayed in bug reporting section. #501

Closed parvez-keeptruckin closed 2 weeks ago

parvez-keeptruckin commented 1 month ago

Is it possible to customise the dialog box text that shows up when one tries to submit a bug report without entering anything in the textbox provided? Include commentFieldRequired as one of the IBGBugReportingOption option and also call method setCommentMinimumCharacterCountForReportTypes to set the minimum characters that must be entered in the report by the user. Can we update the text of the message displayed as visible in below screenshot.

Screenshot 2024-08-10 at 2 17 58 AM

SDK Version

13.1.1

stale[bot] commented 3 weeks ago

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

IslamElgaafary commented 3 weeks ago

Hello @parvez-keeptruckin, Yes, You can use methods:

Check Instabug Docs for more details.

parvez-keeptruckin commented 3 weeks ago

Thanks @IslamElgaafary for the response. Will this also support languages other than English for ex: French and Spanish?

IslamElgaafary commented 3 weeks ago

Yes, but you will need to handle the localization part on your end and pass the strings for other languages explicitly to the method.

stale[bot] commented 2 weeks ago

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.