You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This guide will use {CSharpSdkLocation} to describe the extracted location of this SDK
21
21
* Open Visual Studio and create a new Cross-Platform Xamarin project
22
22
* This example demonstrates a single Xamarin solution for all mobile platforms at the same time - You may however find it easier to target a single platform per solution
* Add "XAMARIN" to all your platform specific properites
44
44
* This flag is not a default for Xamarin, it's an identifier used by the PlayFab CSharpSdk which activates some Xamarin specific code - Mostly you should just consider this a required step
@@ -55,7 +55,7 @@ Xamarin Project Setup
55
55
* For each Project in (GettingStartedXamarin.Droid, GettingStartedXamarin.iOS)
56
56
* In Solution Explorer panel, expand each project, and RClick "References" -> Add Reference
57
57
* Find "System.Net.Http" and activate the checkbox
0 commit comments