arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.
http://arashpayan.com/blog/2009/09/07/presenting-appirater/
4.62k stars 856 forks source link

Allow for more buttons like an email us button #70

Closed tkrones closed 7 years ago

tkrones commented 12 years ago

One of the biggest complaints I have with apple's app store is that as a developer I can't respond to user's reviews. It would be nice if appirater would give users an option to email the developer if they have complaints or suggestions. I've does something similar in some of my apps with good success. No bad reviews and useful feedback.

arashpayan commented 11 years ago

I like the spirit of this idea. I don't think Apple will ever allow a feedback mechanism on the iTunes store, so offering a mechanism in the app itself is a good idea.

The devil is in the details though. We already have 3 buttons on the UIAlertView and a 4th button would make the alert too busy and not as easy for the user to parse and respond to. I'm open to suggestions on how to handle the workflow on this though.

Additionally, I'm not working on iOS much anymore, so if I'd need somebody to actually handle the implementation of this as well.

lewis-smith commented 11 years ago

I agree with the OP, this would be a great addition. Perhaps the buttons would be:

You could hit not now three times and then it would stop asking

arashpayan commented 7 years ago

After further reflection, I think this is outside of the scope of Appirater. There are more sophisticated app review mechanisms that help you with this kind of thing (apptentive et al.).