Questions tagged [irate]

iRate is a class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while.

iRate is a handy class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while. Similar to Appirater, but with a simpler, cleaner interface and automatic support for iOS fast application switching.

14 questions
5
votes
0 answers

How to test iRate without it being on the Apple App Store yet?

When I set preview mode on, it shows the alert. But I'd like to test out the configurations I've set without the app being on the App Store yet. How can I accomplish this? I'm getting this error in the logs: iRate is checking …
abc123
  • 8,043
  • 7
  • 49
  • 80
2
votes
1 answer

iRate Compile Error with Swift

I am using the latest version of iRate with Swift, trying to compile my project for App Store submission. iRate installation isn't very complicated - you drag two (optionally 3) files into your Project and then include the iRate.h file in a bridging…
Dan
  • 4,197
  • 6
  • 34
  • 52
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
1 answer

Concerns about irate for Xcode

I have irate where it will only show up in simulator with the following code. [iRate sharedInstance].previewMode = YES; But without it will not show up in simulator, is that normal? Here is the whole code in the view did load. [iRate…
moo
  • 115
  • 7
1
vote
2 answers

using iRate to rate apps.. what do I need to change in order for this to work on my app?

Pls see the code.. if I dont use [iRate sharedInstance].appStoreID will that be ok? I will only use + (void)initialize { //configure iRate [iRate sharedInstance].applicationBundleID = com.companyblah.appblah; } can it redirect to my app…
user3517855
  • 211
  • 1
  • 3
  • 12
1
vote
1 answer

Add write a review rate us feature to my iOS app

I want to add some sort of a "Write a Review" or "Rate Us" feature to my app so my customers can easily rate and review my iOS app. My app is already on the store, I was wondering how to do this. I want the alert to be displayed after say the app…
Krunal
  • 6,440
  • 21
  • 91
  • 155
1
vote
1 answer

How do I edit title and messages in irate for ios?

I have added the .h .m and .bundle files for irate. I set the preview mode to YES so the Alert View pops up right when my app launches on my phone (I'm testing). It doesn't show the Alert View at all if I don't set the preview mode to YES. So now…
Herbie999
  • 315
  • 2
  • 6
  • 16
1
vote
1 answer

How to customize iRate classes for "Rate this app" ios

I don't want to use the uialertview for the popup, that gives the user a chance to rate the app on ios. I want to use a customized popup, but this is not showing up. Besides using the iRate classes from the internet, I also create a xib, that…
Maria Stoica
  • 211
  • 2
  • 13
0
votes
0 answers

How to turn prometheus irate function to sql

I need to turn prometheus irate function to sql language, and i cannot really find the calculation logic anywhere. i have the following query in prometheus sql: 100 - (avg by (instance) (irate(node_cpu_seconds_total{job="node",mode="idle"}[40s])) *…
clairvoyant
  • 195
  • 1
  • 11
0
votes
0 answers

How can i display rate alertview for every 30 days by using IRate Sdk

I am showing the rate alert view in first 6 attempts and after that i need to display it on every 30 days using Irate SDK. how can i show that please help me. **First 6 attempts :** [iRate sharedInstance].applicationBundleID = @"Bundle id"; …
narendrakumar b
  • 115
  • 1
  • 12
0
votes
1 answer

iRate library for prompting message after 5 days

I am using iRate library from Github iRate library here If I want to prompt the rate view after 5 days when the user clicks on "remind me later" or "No, thanks", how should I do that.
Saurabh Bisht
  • 389
  • 1
  • 13
0
votes
1 answer

This class requires automatic reference counting

I am trying to add iRate from https://github.com/nicklockwood/iRate to my app. After adding file i get this error before even running the project. #import "iRate.h" #import #if !__has_feature(objc_arc) #error This class requires…
0
votes
2 answers

Will iRate automatically stop soliciting reviews after the user accepted?

I am about to post my first app with irate, and I was wondering out of curiosity will it stop the pop up message by itself if the user rates it or is there some kind of special code that I need to put. Please answer only if you dealt with iRate for…
moo
  • 37
  • 1
  • 4
-4
votes
1 answer

How to use iRate library in my ios App?

I am using iRate Files in my Application But i am geting So many errors like Use of undeclared identifier '_messageTitle' error This class requires automatic reference counting Too many errors emitted, stopping now Please help me to overcome…
Dinesh_
  • 259
  • 1
  • 5
  • 9