Is there a way to export an app for testing without the apple developer program?

3

I'm completing an app in swift 2 IOS and would like to know if there's a way to export and install on an iphone without having the apple developer program, as it can be done on android.

    
asked by anonymous 14.10.2016 / 23:14

3 answers

3

You can create a developer account, but without paying 99 USD. That way you still can not publish apps in the AppStore, but you can install the app on your iPhone.

To do this, you plug the iPhone into your Mac, and in XCode, when choosing the device, your iPhone will appear there ... Your developer account must be linked to the project, but if I do not cheating XCode kind of guides you to do this. ;)

    
27.10.2016 / 21:11
3

You have to install yes and from Xcode 7 you do not have to pay the license anymore!

  • In Xcode, you add your Apple ID to Account preferences.
  • Select the project you want to place on the iPhone / iPad and the target in the project browser.
  • In the project, click General and choose your name in the Team option.
  • Only give play. If the first time of a device sometimes takes a while to work and may even give an error, wait a little longer and try again.
  • Applications are installed before you open, and can be opened even after you disconnect from the computer. Note that some functions, such as the game center, do not work without a developer account.

    More info: 1) link 2) link

        
    28.10.2016 / 20:27
    0

    Good, Clever

    Without the Apple developer program account, it is not possible, as far as I know.

    You also can not simulate an Xcode app on your iPhone that I tried with SWIFT 3 Xcode 8.

        
    27.10.2016 / 15:32