From 8e58ce75000abdbba2964a98f691e6d9c5aed28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 24 Jan 2019 15:41:55 +0100 Subject: [PATCH] ios: re-enable live streaming on iOS 10 There was a missing delegate method call into RNGoogleSignIn, which fixed this. --- .../LiveStream/native/GoogleSigninForm.js | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/react/features/recording/components/LiveStream/native/GoogleSigninForm.js b/react/features/recording/components/LiveStream/native/GoogleSigninForm.js index 2fe3d48cc..df63ad15e 100644 --- a/react/features/recording/components/LiveStream/native/GoogleSigninForm.js +++ b/react/features/recording/components/LiveStream/native/GoogleSigninForm.js @@ -1,7 +1,7 @@ // @flow import React, { Component } from 'react'; -import { Platform, Text, View } from 'react-native'; +import { Text, View } from 'react-native'; import { connect } from 'react-redux'; import { translate } from '../../../../base/i18n'; @@ -74,18 +74,6 @@ class GoogleSigninForm extends Component { * @inheritdoc */ componentDidMount() { - if (Platform.OS === 'ios') { - const majorVersionIOS = parseInt(Platform.Version, 10); - - if (majorVersionIOS <= 10) { - // Disable it on iOS 10 and earlier, since it doesn't work - // properly. - this._setApiState(GOOGLE_API_STATES.NOT_AVAILABLE); - - return; - } - } - googleApi.hasPlayServices() .then(() => { googleApi.configure({