私は例Xamarin.iOS Azure Facebookに従います。実装はAndroidでうまくいきます。 facebook sdkを使用していませんが、デフォルトのwebviewを開きます。これは、Azure.Mobile.Client SDKによって提供されます。Xamarin.iOSとAzureを使用したFacebookのログイン - 'リソースが見つかりません'
だから... ... iOSの「同じ」アプリケーションを実行すると、エラーがログインビュー
「あなたが削除されています探しているリソースに到達する前に表示され、その名前が変更された、または一時的に利用できません「
のiOSプロジェクトでオンラインプラットフォーム固有のコードでは、ドキュメント(上記のリンク)から来ているまさにです:私の解決策では
user = await TodoItemManager.DefaultManager.CurrentClient.LoginAsync (
UIApplication.SharedApplication.KeyWindow.RootViewController,
MobileServiceAuthenticationProvider.Google);
この行は次のようになります。
var user = await _client.MobileServiceClient.LoginAsync(UIApplication.SharedApplication.KeyWindow.RootViewController, MobileServiceAuthenticationProvider.Google);
私は、Visual Studio 2017 Proを使用してiOS 10.2で動作しています。
あなたはごめんなさい...気にしないでgithub