Answer the question
In order to leave comments, you need to log in
How to transfer compiled iOS application to iphone?
While studying development for iOS, I created the first application Hello, World (written in Swift) according to the lesson. Is it possible to transfer a compiled iOS app to iphone without having a developer account? If not, how to transfer the created application after adding a developer account? Maybe there are links where you can read exactly about the process of transferring the application after compilation.
Answer the question
In order to leave comments, you need to log in
After buying a certificate, the actions are approximately the following
For debugging - it is used most of the time if we want to debug not on the simulator:
1. Connect the piece of hardware
2. In XCode in the Organizer, find it and click on the "Use for development" button
3. Now where you can select that or another simulator instead of Device, a real device will appear, select it for deployment
3.1 Here XCode can write about profiles / certificates and offer to download them - we agree
4. Run
If you need to build a release version, then
1.
Again, select a piece of hardware
3. After assembly, we will be thrown into the Organizer, there we click on Distribute
4. Choose what we want to do: Ad Hoc - to see the release version before sending it to the appstore, AppStore - to send your brilliant creation to the store.
Unfortunately, there are currently only two options for testing applications.
The first is to buy a developer account, and the second is to use fake certificates, but it only works on jailbroken devices: habrahabr.ru/post/223675
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question