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

APPIRATER_LOCALIZED_APP_NAME should use kCFBundleNameKey, not @"CFBundleDisplayName"

hiltonc opened this issue · comments

A recent commit "changed" this, but I don't think it was the right thing to do. In my app I use CFBundleName for the full name of the app, and CFBundleDisplayName for the name that appears under the app icon. I'd like Appirater to use the full name, not the short name. Perhaps I'm doing it wrong?

I agree with @hiltonc. It should use CFBundleName instead of CFBundleDisplayName because many use a short app name for that to fit below the app icon.

Agreed with this. I'm setting a manual title and message just to get passed this.