svanichkin / Feedback

This class makes it easy to send feedback from users of the application. Sending takes place either to the e-mail address or in iMessage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedback

This class makes it easy to send feedback from users of the application. Sending takes place either to the e-mail address or in iMessage.

Easy to use:

Setup with your email or/and imessage

[Feedback
 setupWithIMessage:@"my_imessage@me.com"
 email:@"my_email.me.com"];

Then do action on user button "Send feedback"

[Feedback
 sendFeedbackWithController:self
 text:@"User send feedback from App"];

About

This class makes it easy to send feedback from users of the application. Sending takes place either to the e-mail address or in iMessage.

License:Apache License 2.0


Languages

Language:Objective-C 64.7%Language:Ruby 35.3%