Using the iOS Sender API Framework, when my application goes in the background, the SDK tears down all connections and I cannot launch any more media until the app is put ba
With the version 2.0 of the iOS Sender API, the GCKCastSocket
is closed upon receiving a UIApplicationDidEnterBackgroundNotification
and this is not something that can be configured.
That means:
Alternatives (custom receiver only):
See also this question or this one for more details.