arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MESSAGE_TITLE and RATE_BUTTON refer to the same localized string.

AndrewRoz opened this issue · comments

Since APPIRATER_LOCALIZED_MESSAGE_TITLE and APPIRATER_LOCALIZED_RATE_BUTTON both refer to the same key ("Rate %@") in the strings file, you can't set separate text for these without editing the class. There may be some cases where you prefer to have the title and rate button differ.

Can you give an example of a time when you would want them to be different?

Yes. I like the alert to appear as such:
Like This App?
Rate it!
Remind Me Later
No, Thanks
screen shot 2013-12-16 at 12 16 30 pm

I think it should have as few words as possible with no redundant language. As it stands the first two lines would read:
Rate MyApp
Rate MyApp

I think that's confusing for the user, especially with the new UI in iOS 7.
(you can see I also set the message to "" so it doesn't even show)

Sorry, this is outside of the scope of what I want for Appirater.