How do I get the platform on which my application is executed?
I need to determine on which platform (iOS or Android) my application is currently executed. Is there a way to do this? Until now I just found the Capabilities.os property which is I think for exactly this case. The problem with that property is, that it only return the different Windows version, or if the platform is a Mac or Linux or iPhone OS (is that iOS? I don't know...).
Are there any ideas how I could solve this?
