Quote:
Originally Posted by Deas_Voice
because the iphone servers are optimized for the iphone hardware(??),
android phones has a larger variation of hardware the the iphone so they have to adapt to that.
|
iPhones/iPods/iPads have that same range of hardware as well.
This is all it comes down to:
PHP Code:
if (getplatform() == "android") {
// get these scripts
// or do this instead
}
else if (getplatform() == "iphone") {
// get these scripts
// or do this instead
}
This doesn't mean they have to add a new 'Android Classic' server just modifications to the scripts.