Questions tagged [appirater]

Appirater is a class file that can be added to present android/ios project so that it can facilitate user to add comments and rate app on Google Play/App Store.

appirater is a utility that can remind the user of your app to rate it on the app's store.

  • The source code for iOS appirater can be found here.
  • The source code for Android appirater can be found here.
39 questions
10
votes
1 answer

how can you get the app ID for my iPhone application before I submit it to Apple?

I am using Appirater for my iPhone application and it requires me to put in the APPIRATER_APP_ID which is described as the Apple generated software id. How do I get this ID while my app is still under development?
Mark
  • 14,820
  • 17
  • 99
  • 159
5
votes
2 answers

Semantic Issue - implicit declaration of function

I am using Appirater (https://github.com/arashpayan/appirater) to enable app ratings in my xcode project. Everything builds OK when using 'iOS Simulator' but when I use the 'iOS device' target to archive my project I get 2 build errors: Semantic…
Allfocus
  • 293
  • 1
  • 5
  • 14
3
votes
1 answer

UAAppReviewManager Rate Function Not Working on iOS 7

Hey Stackoverflow People, I'm working on implementing the UAAppReviewManager tool developed by Urban Apps (which is basically a super version of Appirater) into my app to have a rating and feedback function. I have devices (running iOS 5/6) where…
Danchez
  • 1,266
  • 2
  • 13
  • 28
3
votes
2 answers

Appirater Usage

I have added Appirater to one of my projects. Appirater is ARC enabled out of box, as far as I can see, but I had the issue with the delegate, I had to synthesize it myself. That is not the problem though. This is the code I added into my app…
Bartu
  • 2,189
  • 2
  • 26
  • 50
2
votes
1 answer

App Store ID via Appirater different than ID from plist, and apparently random

I'm having an issue with grabbing the App Store ID from my plist, and using it with Appirater. I NSLogged the URL that was being used when the user pushes "Rate Now", and the App Store ID is way different from the App Store ID I set in Info.plist.…
Henry F
  • 4,960
  • 11
  • 55
  • 98
2
votes
1 answer

Appirater doesn't work

I'm trying to implement Appirater in my app. I've followed the instructions in the read me, and the app runs fine in Xcode. But no message is shown, no matter how many times i try to run it. I have edited the #defines, so the problem shouldn't be…
user914372
2
votes
2 answers

Appirater doesn't work for me? Although I followed the instructions and doublechecked

I want my app to ask the user to rate/write review in the app store, thats why I tried to implement Appirater from Arash Payan. But it simply doesn't work - no warning is shown, doesn't matter how often I try. What I did: downloaded Appirater…
Martin Herman
  • 888
  • 13
  • 34
2
votes
1 answer

How to know that user has rated the app on appstore or not

I have downloaded the irate from this link https://github.com/nicklockwood/iRate and its running fine in my app. Can I come to know whether user actually rated the app in App Store or not, or just opened the link? because I want to perform an…
Manjit Singh
  • 238
  • 2
  • 10
2
votes
4 answers

Appirater - after tap nothing happens

I'm using Appirater for rating my app. Everything is fine, alert shows me message with buttons. But when I tap on button "Rate my app" there's no answer Appirater my app. Alert just disappeared. There's my code in my app delegate: [Appirater…
Michal Jurník
  • 820
  • 1
  • 8
  • 23
2
votes
1 answer

iOS, Cocoa, AppiRater - How to localized Cancel Button for SKStoreProductViewController

How can I localize the "Cancel" button in the AppiRater view controller that is popped over? I was looking in the AppiRater code... it makes us of the SKStoreProductViewController like this: SKStoreProductViewController *storeViewController =…
electronix384128
  • 6,625
  • 11
  • 45
  • 67
2
votes
2 answers

How to implement Rate App feature in iOS iPad app

I am using Appirater to implement Rate app feature in my iPad app. There is following link in Appirater for this purpose. itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=APP_ID But when I…
Aqueel
  • 1,246
  • 3
  • 23
  • 46
2
votes
1 answer

Check if App is rated in App Store

I have gone through all the links prompted when I was about to post this question. also this, Is there a way to check if a user has rated your app on the app store? I want to know if there is any way by which i can know if actually my app has been…
xrnd
  • 1,273
  • 3
  • 21
  • 38
1
vote
1 answer

iOS: Getting Apple ID From Bundle (Appirater)

I'm using Appiraters code in order prompt users to rate the app after they've been using it for a while. (If your not familiar with it, here is a link:https://github.com/arashpayan/appirater/) It is running great, except for one small issue. I would…
Henry F
  • 4,960
  • 11
  • 55
  • 98
1
vote
1 answer

Appirater doesn't work

I'd like to show Appirater when I click some button. here is my setting in appdelegate…
Lucy Jeong
  • 320
  • 7
  • 21
1
vote
2 answers

Xcode 7 - Appirater on iOS9

I am using Appirator code which is an awesome tool. However I am running into an issue with iOS 9 when the review/rating is requested. It will only load the view for the app rather then pre-loading the "write a review" page. The following works…
1
2 3