Sanket
0
Q:

xamarin check if ios or android

if(Device.RuntimePlatform == Device.iOS)
{
    //iOS stuff
}
else if(Device.RuntimePlatform == Device.Android)
{
	//Android stuff
}
0

New to Communities?

Join the community