我有以下问题:
I'm offering an android and an ios app over a download page, which should automaticly select the right binary for the users platform. Until now I'm parsing the UA-String to detect the platform, but I have many android users with Safari as standard browser which uses exactly the same UA-String like on iOS.
Is there any reliable way for an OS detection over a webpage?