How to convert .xcarchive to .ipa for client to submit app to app store using Application Loader

后端 未结 7 2326
南方客
南方客 2020-12-04 10:41

We have created the .xcarchive file code signing with our client\'s certificate & distribution provisioning profile, but we need to send the .ipa file to our client so t

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-04 11:35

    1. Create Xarchieve file by using Xcode, click product->archive
    2. first right click on xarchive file-> show in finder
    3. again right click on xarchive file-> show package contents
    4. Then open folder products->applications, here you get the your application file
    5. Now, Drag and drop this one to itunes store's app directory(find apps drop down menu at right top corner of itunes store). This will automatically converts archive file to ipa file. (Here, you can also do this -> drag and drop .app file anywhere in itunestore, once it get processed, search it back from search box).

    6. then again right click on it and ->show in finder, this will show your ipa file. Now you can give this one to any user

提交回复
热议问题