Platform
Posted: Tue Feb 17, 2015 10:05 am
Is there a way to know which platform the scenario is running?.
i.e
if (runningPlatform == 1 ) // ipad
{
// do something
}
if (runningPlatform == 2) // MacOS
{
// do something
}
etc
i.e
if (runningPlatform == 1 ) // ipad
{
// do something
}
if (runningPlatform == 2) // MacOS
{
// do something
}
etc