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 sharedInstance].applicationBundleID = @"com.example.example";// Replace this
[iRate sharedInstance].usesUntilPrompt = 4;
[iRate sharedInstance].previewMode = YES;