Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getRootViewController returns nil when calling [Appirater rateApp] from a controller which is already modal #193

Open
erwanmace opened this issue Oct 2, 2014 · 1 comment
Milestone

Comments

@erwanmace
Copy link

this will result in the rating view not being shown.

I suggest defining a new method:

  • (void)rateAppFromController:(UIViewController*)

to let developer select specific controller.

@arashpayan
Copy link
Owner

I think the best plan here is to remove the option to display the app using SKStoreProductViewController. In iOS7 and onwards, you can't actually rate the app when displaying the app using the SKStoreProductViewController, so this only affects iOS 6 users.

@arashpayan arashpayan added this to the 3.0.0 milestone Nov 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants