Closed GoogleCodeExporter closed 9 years ago
Tried this with Cast SDK v 2.6.0 as well and happens there too
Original comment by ji...@haystack.tv
on 23 Mar 2015 at 10:27
The socket is closed on iOS when the app is on the background. Therefore
implementing lock screen controls on iOS is not possible.
See: http://stackoverflow.com/a/22611886/1952815
Original comment by nchourr...@gmail.com
on 24 Mar 2015 at 3:05
It would be great if google could change that and make it configurable
Original comment by j22c...@gmail.com
on 24 Mar 2015 at 7:20
Set the ignoreAppStateNotifications parameter of the GCKDeviceManager
initializer to YES. Then the SDK won't listen for app
foregrounding/backgrounding events and thus won't automatically disconnect when
app goes into background; you'll be on your own as far as handling these events.
Original comment by mlind...@google.com
on 25 Mar 2015 at 7:41
Original comment by jonathan...@google.com
on 26 Mar 2015 at 5:02
that did work!
Original comment by j22c...@gmail.com
on 3 Apr 2015 at 11:39
Original issue reported on code.google.com by
ji...@haystack.tv
on 23 Mar 2015 at 10:09