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

iOS 9 : can trigger composeBug only once per session #11

Closed
sagpatil opened this issue Aug 4, 2015 · 4 comments
Closed

iOS 9 : can trigger composeBug only once per session #11

sagpatil opened this issue Aug 4, 2015 · 4 comments

Comments

@sagpatil
Copy link

sagpatil commented Aug 4, 2015

Steps: (I used aardvark sample app)

  • Run aarvark against any iOS 9 device
  • Two finder long tap to trigger a bug report
  • after coming back to the app try and trigger another bug report by a long 2 finger tap.
    Notice that the Compose report code is never called.

Things work again after restart

@dfed
Copy link
Collaborator

dfed commented Aug 4, 2015

Works for me in the sim. Trying on device now

@dfed
Copy link
Collaborator

dfed commented Aug 4, 2015

Nevermind, I can report in the sim. Need to actually bring up the message compose sheet.

@dfed
Copy link
Collaborator

dfed commented Aug 4, 2015

Looks like iOS 9 doesn't fire either UIWindowDidBecomeKeyNotification or UIWindowDidResignKeyNotification when presenting and dismissing the mail compose view controller. This is an iOS 9 bug. I'm filing a Radar.

In the meantime, see #12

@dfed dfed closed this as completed Aug 4, 2015
@sagpatil
Copy link
Author

sagpatil commented Aug 5, 2015

Thanks for the quick workaround

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