Generation of .IPA without certificate neccessity?

0

Good morning, I would like to know if there is a possibility of generating the .IPA ios without the need of a certificate or something like this for test development, so you do not need to assign the device, is there any possibility?

    
asked by anonymous 18.07.2017 / 15:45

1 answer

0

For development (non-AdHoc) testing:

  • Compile the project ( ⌘ + B );
  • In the left bar of Xcode search for .app (folder Product );
  • Right-click and select Show in Finder ;
  • Create a folder named Payload and copy its .app to it;
  • Right click on the folder and select Comprimir ;
  • Rename and change the extent of .zip to .ipa ;
19.07.2017 / 23:02