-
Notifications
You must be signed in to change notification settings - Fork 734
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
iOS 11 (GM) prompts at launch even though promptAtLaunch set to NO & Submit button fails #310
Comments
I had some time to look into this further...since iRate implements Additionally, I now see that some of the example code uses |
In swift 4 iOS 11, the submit button is disabled when initializing from |
We've seen a similar issue. While implementing the the We think that |
I'm seeing that btw using |
Okay this explains why the bug I am seeing happens only after ten days, and not directly as would be expected. |
Okay only now I read all your comments through properly, and I just have to wonder, did any of you guys figure out a workaround for this using Swift (3/4)? Also, I am using iRate below 1.12 (probably 1.11.7 as of iRate.h), not sure if that makes a huge difference though. @bvirlet @shutterzee @sitefeng Sorry for the ping. |
Fork the repo and remove the +load method. |
Thanks! I guess that is one way, or we'll just reconsider. I don't think we'll use any library for reviews going forward. Thanks iRate. 🙏🏻 |
Under iOS 11 GM in an app built with Xcode 8.3.3 (and currently in the app store) I'm seeing first launch of the day produce the prompt. I've seen this occur twice now.
Additionally, when this occurs, the Submit button does nothing. The cancel and Not Now buttons work, however.
In our
application:didFinishLaunchingWithOptions:
we configure as follows:That is the only iRate code at app startup. Later in the lifecycle we explicitly call
The text was updated successfully, but these errors were encountered: