I recently just updated my xcode to 7.2 to be able to test my game on ios 9, 9.1 and 9.2 and for some reason when testing my game on a device with ios 9.1 I experience problems. When I run my game on ios 9 and ios 9.2 or lower everything seems to be working fine. The type of game is just a simple sprite running that when the screen is tapped it will flip on it's Y axis then when the screen is tapped again it will return to its original position, however when I run the game on a 9.1 device when the screen is tapped the sprite keeps moving down the screen but still flipping.
I am new to using the forum so do I have to post certain parts of my code here or is there another way of showing my code?
Any help will be greatly appreciated. 🙂