Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Build an AdHoc Distribution for iOS - Documentation ?
posted

I have been able to install and develop an iPhone app that displays a series of charts on the app. Now it is time to 'package' the app for 'beta' AdHoc distribution to several people. Is there any documentation on which files to include to the distribution and which files not to include - so that the size of the iOS app is minimized ? Currently I have both IG.framework and IG.Chartframework referenced and these are collectively 140 mb ?

Parents
No Data
Reply
  • 4940
    Offline posted

    Hi Murat,

    The linker that builds the application behind the scenes when you instruct the IDE to build will automatically include what is necessary from the framework bundles. For example, the NucliOS sample browser that you can find in the iOS AppStore uses IG.framework and IGChart.framework, and when distributed is 44mb total (includes application and frameworks).

Children
No Data