Will apple allow an altered version of app 3gs vs iPhone4
If my app runs well on iphone4/ipod4 , but lags on iphone 3gs...
Are we aloud to change a few things at runtime on 3gs to try and increase performance...example
if (3gs){
-remove scrolling background
-remove other hefty rendering items...
}
..Or will this be denied by apple because the apps no longer look the same on all iOS devices?
