I downloaded the finished project from here , I would just like to finish the project on this project, but I don’t understand how to check on which versions of the phone the application will work on? I mean not the version of the phone, but the firmware (8.1, 7.0, etc.).
1 answer
The project was going to link for 5.1. Will it work correctly on the versions above check in the simulator and on devices.
- In the simulator I have sdk 8.1 - does this project work on the phone 8.1? And if it works in the simulator, then it will work on a real device? - Goshka Tarasov
- @Goshka Tarasov This means that you are building a project using sdk8.1, if you are going to, then good. In most cases, if it works in a simulator, it will work on a real device. - Zatoichy
- @Zatoichy thanks - Goshka Tarasov
- I would say so, if it works in a simulator of a certain version, then it will work on a device with the same version, but minor glitches are not excluded. However, minor glitches in the UI were seen between, say, the iPhone and the iPod, and even more so the iPad, though it was a long time ago, during the time of 6.x and even earlier. You just have to try on at least one device - there are differences between the simulator and the device as a whole, for example, on OS X the file system is case-sensitive by default, and on iOS it is case-sensitive, as a result there are incidents when on the simulator you are OK, and on the device something just is not from resources - aknew
- By the way, a strange example - - (void) loadContributors download from the network in the main stream - aknew
|