Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it there's method to remove Email options, or with a default email to post form #3

Closed
Serlight opened this issue Jun 16, 2014 · 1 comment

Comments

@Serlight
Copy link

i want to add default email to post form

@mzsoliman
Copy link
Contributor

You can do this using the method [Instabug setDefaultEmail:(NSString *)defaultEmail]; to set the default email. Then you can choose whether to show the email field while reporting or not, using the method [Instabug setWillShowEmailField:(BOOL)willShowEmailField]; but in both cases the email you've set earlier(or the overridden email) will be sent with each bug report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants