Observed behavior: After starting the casting of music files, user enters the background. After a few minutes of playing the music file through cast, session gets suspended with the reason GCKConnectionSuspendReasonNetworkNotReachable
, even though the sender device and cast device both are connected to a working Wi-Fi
connection
Expected Behavior: The session should continue as the sender app has the background capability of playing audio and also with GCKCastOptions
we have set the property suspendSessionsWhenBackgrounded
to NO
.