I want to add a comments section to my iPhone app and i wondered if anyone have any ideas of how to that?
Thanks.
UPDATE I'm sorry it was my first time asking.. I rephrased myself here
|
I want to add a comments section to my iPhone app and i wondered if anyone have any ideas of how to that? Thanks. UPDATE I'm sorry it was my first time asking.. I rephrased myself here |
|||||||
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I assume you're wanting to give your users a way of writing comments about your apps, for you to receive feedback. One good way to do this is by allowing to user to compose an email which is addressed to you. Use a FMailComposeViewController to present the email interface.
Include the MessageUI.framework in your project.
|
|||
|
|