You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the end of the setup process (on the device rename screen), when pressing the Done button to complete the setup, the delegate method didFinishWithResult:device: is not being called. I was stepping through the code and it looks like the delegate is being set to nil before hitting this point.
I followed the directions in the README for setting the delegate and everything works fine if I force the keyboard to be dismissed and press the Done UIButton at the bottom of the screen.
The text was updated successfully, but these errors were encountered:
At the end of the setup process (on the device rename screen), when pressing the Done button to complete the setup, the delegate method didFinishWithResult:device: is not being called. I was stepping through the code and it looks like the delegate is being set to
nil
before hitting this point.I followed the directions in the README for setting the delegate and everything works fine if I force the keyboard to be dismissed and press the Done UIButton at the bottom of the screen.
The text was updated successfully, but these errors were encountered: