In the recent updates regarding embeds, what does this mean for mobile app embeds on iOS or Android? An iOS app, for example, has no https url/domain to provide in the ‘parent’ parameter.
From the update: " With this new configuration, Twitch embeds can only be embedded on https sites . Non-https sites should plan accordingly if they intend on continued use of any Twitch embed experiences that are currently in operation on their site"
Does this mean that mobile apps will no longer be able to embed? It seems that either I am missing something or potentially they overlooked this when writing the update.
Hi @player3studios, do you have an iOS app in the App Store (or know of a couple examples) that is using Twitch Embeds in WKWebViews? I’d love to show some folks examples internally and get more context for how this will affect mobile apps.
Hi @jbulava, our iOS and Android apps broke with this change and we have exhausted all attempts to pass IP address, bundle ID, and more as parent but we keep on getting blocked.
I posted similar with electron in the announcements thread and it’s probably similar. Electron uses file:// to host the web view internally. I’m assuming the iOS/Android does similar.
I haven’t used mobile yet, electron is a desktop app that wraps a webview using the chromium browser. But in theory, it should be similar to the WKWebView on how it works.
can you at least tell us if there’s anyone working on this ? Should we wait for you to fix this or should we find some other way to implement twitch player in mobile apps ?
Hi, we have an app that is built with Flutter, using the WebView for Twitch and unfortunately, since Twitch added parent as a mandatory parameter in query string or options for the interactive player, it is not working anymore.
What is the workaround for mobile apps to pass parent in order to use Twitch?