I am so happy that my new game is almost done and close to release. But throughout development I skipped a vital part, making it work on all screens. The entire time I was only testing on my iPhone 4 and now the game plays very differently if I run it on other devices.
Now, what is the easiest way to make the game run EXACTLY THE SAME on all devices? I am willing to have to change a lot of code.
//EDIT
I found this, which I could do... But the remaining problem is that positions represent different areas of the screen with different device models. For instance, any position would be lower and farther to the left on the iPad as compared to the ipod compared to the size of the screen. This breaks my game.