jhooda/google-cast-sdk

Crash on GoogleCast.framwork 2.7.1 for iOS

Closed this issue · 2 comments

1. Open the app
2. Start discovery for devices

Here more info about the crash: http://crashes.to/s/9734770a779

Using iOS9 & iOS8


Original issue reported on code.google.com by mart...@musixmatch.com on 17 Sep 2015 at 3:50

This happens if the instance of GCKDeviceManager goes out of scope while it is 
still in a connected, connecting, or disconnecting state. You must ensure that 
you do not release the object until after it has transitioned to a 
"disconnected" state, by monitoring the delegate callbacks.

Original comment by mlind...@google.com on 18 Sep 2015 at 4:58

Closing this ticket. If you implement the logic mentioned in #1 and still see 
the issue, let us know and we can consider reopening the ticket.

Original comment by jonathan...@google.com on 21 Sep 2015 at 4:58

  • Changed state: Invalid