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

Create Xarchieve file by using Xcode, click product->archive first right click on xarchive file-> show in finder again right click on xarchive file-> show package contents Then open folder products->applications, here you get the your application file Now, Drag and drop this one to itunes store’s app directory(find apps drop down menu at right top … Read more

Which open source licenses are compatible with the Apple’s iPhone and its official App Store ? [closed]

In Short/TL;DR: The LGPL and application stores have a few incompatibilities which means that you do not have the rights to distribute LGPL code on DRM-enabled AppStores or locked devices. It is best if you look for alternative implementations of the library under other laxer licenses like the Apache 2 License, the Microsoft Public License … Read more

Private iOS app

Options for Distributing Your iOS App to a Limited Audience Imagine you’ve built an iOS app for a limited set of users. Since it requires authentication, the app is useless to the general public. Is the public App Store the only option to deploy this app without express shipping devices through the mail? I’ve identified … Read more