nuuyoo / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
1 stars 0 forks source link

Crash on GoogleCast.framwork 2.7.1 for iOS #647

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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