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

Localized dialog box not appearing

thisisjeffwong opened this issue · comments

Hi, I just integrated Appirater with Cocoapods but the localized version of the dialog box does not appear when I have my device's language set to Chinese or Italian (that is what I tested).

Is there something we need to do to make sure the localized versions are used?

I see the localizations being copied into the Appirater.bundle in the build log.

When we integrated this before Cocoapods, my coworker had to modify the .h file to use his own version of NSLocalizedString.

You shouldn't have to modify any of the Appirater files to get it to work. Just make sure to initialize the Appirater singleton in your application's delegate at launch (as described in the README).

commented

i have the same problem installed via cocoapods but no translation appear, any help?

Still same problem here.

Unable to reproduce

A little late here, but has anyone found a solution to this?

commented

Same here, does not work with Swift projects.
Simple & ugly solution:
Copy *.lproj to main bundle, import, and
Appirater.setAlwaysUseMainBundle(true)