provisioning profile - Can I create .ipa file and send it to my customer without apple developer program -


i new ios programming , want clear question , problem facing while extrating ipa file.

  1. can extract .ipa file throw xcode without having developer program have developer id , create .ipa file throw payload process?
  2. how able without apple developer program?
  3. i want show progress customer, solution?
  4. i getting signing certificate , auto-generate provisioning profiles errors while extracting .ipa file, these problem coming because of not having developer programming?
  5. can send ipa file install , check?

short answer no. free apple developer account allows deploy application on device plugged mac. if need send ipa else installing onto device, need full developer account (paid). you'll need them send udid of device can manually add device list / profile in apple's developer portal.

if want demonstrate progress, share screen through number of online meeting solutions, , demonstrate app in simulator. or can record screen of actual device in quicktime , send them video.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -