-
Notifications
You must be signed in to change notification settings - Fork 137
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
After viewing the modal view (rate, later, no) nothing.. #62
Comments
I noticed that the function getRootViewController return nil... |
same as #43 |
I am experiencing the same issue, but getRootViewController doesn't return nil in my case. However in my case, like the issue #43, the rating alert is shown after closing a view presented modally, which is embedded inside a UINavigationController which is itself embedded inside a UIPageViewController . @massimogreco Is your views architecture similar to that ? If yes, it could be a trail to investigate @phimage |
Same problem. |
Are you testing in the simulator? |
Same problem -- I'm testing on a real device. getRootViewController() is returning nothing. I assume it has something to do with the fact that I don't use storyboards? Instead, I'm doing this in AppDelegate...
I'm calling rateApp() from my Settings UIViewController -- so no "timing" issue here. |
Same thing here. Also calling rateApp() from my settings page, I'm using storyboard though. As a workaround added these lines in the end of getRootViewController() function:
|
Hello,
I trying to work with your framework.
If I put showPromptIfNecessary in a normal view all work fine.
But if I put the same code inside a navigation controller, I saw the modal view asking me what I want to do, but nothing happens after pressing Rate.
What could I look at to fix this?
Many thanks,
Massimo
The text was updated successfully, but these errors were encountered: