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

Rate (null), If you enjoy using (null)

iOSDevil opened this issue · comments

Hi,

With appirater 2.0.4 installed via cocopods, running on iOS 8.2

With CFBundleName in the app target set to $(PRODUCT_NAME) or hard coded to a string results in 'Rate (null)'

Please advise.

Appirater uses the CFBundleDisplayName. In the future, I'd like to make it a developer option to use the CFBundleName. If you want, you can just change every reference to CFBundleDisplayName in the Appirater code to CFBundleName.

I don't see this change when I import Appirater through cocoapods. Have manually changed this commit in my code for now. Any guesses why?

I don't use CocoaPods, so I only update it when major stuff changes in Appirater. For the latest release, pull the code from master.

Cool. Thanks a bunch for confirming this.


Sent from Mailbox

On Sun, Apr 26, 2015 at 12:01 AM, Arash Payan notifications@github.com
wrote:

I don't use CocoaPods, so I only update it when major stuff changes in Appirater. For the latest release, pull the code from master.

Reply to this email directly or view it on GitHub:
#209 (comment)