How to test an application without registration?

2

I am a registered Apple developer (but not paid), how can I test my application on my iPhone? It gives an error when I ask to open it on the iPhone. I'm trying on iOS 9 with Xcode 7. When I tried it it gave problem, now the iphone says I can not open because the developer is not certified .... How do I change this in the settings?

    
asked by anonymous 18.09.2015 / 14:32

2 answers

4

If you download Xcode 7 Beta it already offers the option to test the application without the need to pay a $ 99 license, and a tip, use Testflight , with it you can send your app to your friends test and give you feedback.

All I did to test my application on my phone was:

1 ° Install Xcode 7 Beta.

2 ° Open preferences - > Account clicking the left button will open a pop up Logue with your App ID.

3rd Plug your iphone into your macbook, confirm on your phone to trust your macbook, go to xcode, list of builds instead of getting Device will appear the name of your device.

A message called "Fix Issue" will appear if your name is not selected as a team.

5 ° Compile and do not forget to leave the iPhone unlocked.

I do not know if there is a lot of it but I tested it on a macbook using Yosemite.

    
18.09.2015 / 14:37
2

Augusto, to solve the problem of the non-certified developer do the following Go to Settings - > General - > Profile in "Developer Application", permission to apple id

    
26.10.2015 / 14:00