How to create IPA file from visual studio for Xamarin Forms projectShould I add the Visual Studio .suo and .user files to source control?How to rename a Project Folder from within Visual Studio?How do I add an existing directory tree to a project in Visual Studio?.gitignore for Visual Studio Projects and SolutionsCreate IPA in Visual Studio without Developer AccountGenerating the IPA file of my Xamarin App without an iOS deviceget IPA file in Visual Studio 2017 Cross platform app (Xamarin)How to create .ipa file in visual studio 2017(xamarin.ios)how to generate an .ipa file for xamarin.forms app in visual studio

What's is the easiest way to purchase a stock and hold it

Precedent for disabled Kings

Is a reptile with diamond scales possible?

Is it a good idea to teach algorithm courses using pseudocode instead of a real programming language?

Who is frowning in the sentence "Daisy looked at Tom frowning"?

Was murdering a slave illegal in American slavery, and if so, what punishments were given for it?

Print characters from list with a For-loop

DISTINCT NULL return single NULL in SQL Server

Find the 3D region containing the origin bounded by given planes

Why would Thor need to strike a building with lightning to attack enemies?

How to safely discharge oneself

How does the "reverse syntax" in Middle English work?

Why could the Lunar Ascent Engine be used only once?

Is my company merging branches wrong?

Vehemently against code formatting

How to fix "webpack Dev Server Invalid Options" in Vuejs

Germany rejected my entry to Schengen countries

How can sister protect herself from impulse purchases with a credit card?

Does science define life as "beginning at conception"?

Good examples of "two is easy, three is hard" in computational sciences

Would it be possible to set up a franchise in the ancient world?

Why favour the standard WP loop over iterating over (new WP_Query())->get_posts()?

Is being an extrovert a necessary condition to be a manager?

Can I have a delimited macro with a literal # in the parameter text?



How to create IPA file from visual studio for Xamarin Forms project


Should I add the Visual Studio .suo and .user files to source control?How to rename a Project Folder from within Visual Studio?How do I add an existing directory tree to a project in Visual Studio?.gitignore for Visual Studio Projects and SolutionsCreate IPA in Visual Studio without Developer AccountGenerating the IPA file of my Xamarin App without an iOS deviceget IPA file in Visual Studio 2017 Cross platform app (Xamarin)How to create .ipa file in visual studio 2017(xamarin.ios)how to generate an .ipa file for xamarin.forms app in visual studio






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I have Xamarin.Forms project Visual Studio 2017 in Windows 10 PC. My VS connected to mac machine over the network. I want to create IPA file from Xamarin forms project. In Google there is no single article available for this.



How can I create IPA file from Windows machine?



I have few additional doubts



  • Is it possible to release app to App Store from Windows machine only or I need to use Mac physically

  • If I need to use Mac then for which steps while releasing app to App Store

  • We are releasing app to App Store using Application Loader or Xcode, Can we do it from Windows machine.

  • Can we access Xcode from VS in order to release app to App Store

  • If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC

  • To create IPA file do we need Mac machine connection

Thank you.










share|improve this question
























  • Somethings you can do on VS4W, some on VS4M (it really depends upon your workflow) Per the docs: "Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac." : Otherwise it is a start to finish doc for Store publishing via Archiving: docs.microsoft.com/en-us/xamarin/ios/deploy-test/…

    – SushiHangover
    Mar 23 at 20:43











  • There are other "workflows" are available, Xamarin used to directly support fastline for iOS|Android as a workflow before Google acquired them, and of course it still works. Microsoft leans toward recommending Azure AppCenter as its deployment workflow. But just about an iOS publishing workflow can be made to work if you sub in MBBuild cmd/options for xcodebuild cmd/options. Mac access is required, but for most workflows you only need an ssh connection as you can do everything without a UI.

    – SushiHangover
    Mar 23 at 20:47


















1















I have Xamarin.Forms project Visual Studio 2017 in Windows 10 PC. My VS connected to mac machine over the network. I want to create IPA file from Xamarin forms project. In Google there is no single article available for this.



How can I create IPA file from Windows machine?



I have few additional doubts



  • Is it possible to release app to App Store from Windows machine only or I need to use Mac physically

  • If I need to use Mac then for which steps while releasing app to App Store

  • We are releasing app to App Store using Application Loader or Xcode, Can we do it from Windows machine.

  • Can we access Xcode from VS in order to release app to App Store

  • If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC

  • To create IPA file do we need Mac machine connection

Thank you.










share|improve this question
























  • Somethings you can do on VS4W, some on VS4M (it really depends upon your workflow) Per the docs: "Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac." : Otherwise it is a start to finish doc for Store publishing via Archiving: docs.microsoft.com/en-us/xamarin/ios/deploy-test/…

    – SushiHangover
    Mar 23 at 20:43











  • There are other "workflows" are available, Xamarin used to directly support fastline for iOS|Android as a workflow before Google acquired them, and of course it still works. Microsoft leans toward recommending Azure AppCenter as its deployment workflow. But just about an iOS publishing workflow can be made to work if you sub in MBBuild cmd/options for xcodebuild cmd/options. Mac access is required, but for most workflows you only need an ssh connection as you can do everything without a UI.

    – SushiHangover
    Mar 23 at 20:47














1












1








1








I have Xamarin.Forms project Visual Studio 2017 in Windows 10 PC. My VS connected to mac machine over the network. I want to create IPA file from Xamarin forms project. In Google there is no single article available for this.



How can I create IPA file from Windows machine?



I have few additional doubts



  • Is it possible to release app to App Store from Windows machine only or I need to use Mac physically

  • If I need to use Mac then for which steps while releasing app to App Store

  • We are releasing app to App Store using Application Loader or Xcode, Can we do it from Windows machine.

  • Can we access Xcode from VS in order to release app to App Store

  • If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC

  • To create IPA file do we need Mac machine connection

Thank you.










share|improve this question
















I have Xamarin.Forms project Visual Studio 2017 in Windows 10 PC. My VS connected to mac machine over the network. I want to create IPA file from Xamarin forms project. In Google there is no single article available for this.



How can I create IPA file from Windows machine?



I have few additional doubts



  • Is it possible to release app to App Store from Windows machine only or I need to use Mac physically

  • If I need to use Mac then for which steps while releasing app to App Store

  • We are releasing app to App Store using Application Loader or Xcode, Can we do it from Windows machine.

  • Can we access Xcode from VS in order to release app to App Store

  • If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC

  • To create IPA file do we need Mac machine connection

Thank you.







visual-studio xamarin xamarin.forms






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 27 at 15:42







Arvindraja

















asked Mar 23 at 18:29









ArvindrajaArvindraja

3,04631234




3,04631234












  • Somethings you can do on VS4W, some on VS4M (it really depends upon your workflow) Per the docs: "Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac." : Otherwise it is a start to finish doc for Store publishing via Archiving: docs.microsoft.com/en-us/xamarin/ios/deploy-test/…

    – SushiHangover
    Mar 23 at 20:43











  • There are other "workflows" are available, Xamarin used to directly support fastline for iOS|Android as a workflow before Google acquired them, and of course it still works. Microsoft leans toward recommending Azure AppCenter as its deployment workflow. But just about an iOS publishing workflow can be made to work if you sub in MBBuild cmd/options for xcodebuild cmd/options. Mac access is required, but for most workflows you only need an ssh connection as you can do everything without a UI.

    – SushiHangover
    Mar 23 at 20:47


















  • Somethings you can do on VS4W, some on VS4M (it really depends upon your workflow) Per the docs: "Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac." : Otherwise it is a start to finish doc for Store publishing via Archiving: docs.microsoft.com/en-us/xamarin/ios/deploy-test/…

    – SushiHangover
    Mar 23 at 20:43











  • There are other "workflows" are available, Xamarin used to directly support fastline for iOS|Android as a workflow before Google acquired them, and of course it still works. Microsoft leans toward recommending Azure AppCenter as its deployment workflow. But just about an iOS publishing workflow can be made to work if you sub in MBBuild cmd/options for xcodebuild cmd/options. Mac access is required, but for most workflows you only need an ssh connection as you can do everything without a UI.

    – SushiHangover
    Mar 23 at 20:47

















Somethings you can do on VS4W, some on VS4M (it really depends upon your workflow) Per the docs: "Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac." : Otherwise it is a start to finish doc for Store publishing via Archiving: docs.microsoft.com/en-us/xamarin/ios/deploy-test/…

– SushiHangover
Mar 23 at 20:43





Somethings you can do on VS4W, some on VS4M (it really depends upon your workflow) Per the docs: "Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac." : Otherwise it is a start to finish doc for Store publishing via Archiving: docs.microsoft.com/en-us/xamarin/ios/deploy-test/…

– SushiHangover
Mar 23 at 20:43













There are other "workflows" are available, Xamarin used to directly support fastline for iOS|Android as a workflow before Google acquired them, and of course it still works. Microsoft leans toward recommending Azure AppCenter as its deployment workflow. But just about an iOS publishing workflow can be made to work if you sub in MBBuild cmd/options for xcodebuild cmd/options. Mac access is required, but for most workflows you only need an ssh connection as you can do everything without a UI.

– SushiHangover
Mar 23 at 20:47






There are other "workflows" are available, Xamarin used to directly support fastline for iOS|Android as a workflow before Google acquired them, and of course it still works. Microsoft leans toward recommending Azure AppCenter as its deployment workflow. But just about an iOS publishing workflow can be made to work if you sub in MBBuild cmd/options for xcodebuild cmd/options. Mac access is required, but for most workflows you only need an ssh connection as you can do everything without a UI.

– SushiHangover
Mar 23 at 20:47













4 Answers
4






active

oldest

votes


















2





+50









Long story short, to build an .ipa, choose AppStore (or Ad-Hoc, Release) | iPhone as solution configuration and build the project. After build, you'll find the .ipa file in project's output directory (for example, binAppStore). Of course, you have to have corresponding provisioning profiles configured in Xcode but this is another question. More here.




Is it possible to release app from Windows machine only or I need to use Mac physically




You need an active connection to macOS to build your .ipa from Windows. And you need to upload the first build from macOS with Application Loader. Uploading can be done either physically from macOS or remotely but not within Visual Studio.




If I need to use Mac then for which steps while releasing app to App Store




The same as above. You need macOS connection for compilation (building .ipa) and for uploading your first build (.ipa) to App Store Connect. Subsequent uploads could be done without macOS.




We are releasing app to App Store using Application Loader or Xcode, Can we do it from Windows machine.




Publishing a release can also be done using services like App Center. However, the first build should be submitted by Application Loader from macOS.




Can we access Xcode from VS in order to release app to App Store




No. Visual Studio uses Xcode for building process. Publishing to App Store Connect directly from Visual Studio is not possible for now.




If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC




You need to connect your device to Mac. However, to build an .ipa, you don't need any iOS device connected.




To create IPA file do we need Mac machine connection




Again, yes, you do. Compiling, building, and making an .ipa file are the same things in this context.






share|improve this answer

























  • Thank you for your answer. I have modified my question points(As you wasn't clear) please have a look on it. However you didn't write something about how to create IPA file :)

    – Arvindraja
    Mar 27 at 15:40












  • @CGPA6.4 Answer updated.

    – rubo
    Mar 27 at 16:54


















3















Is it possible to release app from Windows machine only or I need to
use Mac physically




You will need Application Loader which ships with XCode to submit your IPA to Apple but you can generate the release IPA directly on windows too.




If I need to use Mac then for which steps We are releasing app to App
Store using Application Loader or Xcode, Can we do it from Windows
machine. Can we access Xcode from VS in order to release app If I want
to connect real device to create IPA file do I need to connect it in
Mac in order to get in VS PC




Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac. But you can still generate the IPA and then send it to Apple from a Mac machine later on.



Check the docs: https://docs.microsoft.com/en-us/xamarin/ios/deploy-test/app-distribution/app-store-distribution/publishing-to-the-app-store?tabs=windows






share|improve this answer






























    2














    Here is a blog on (How to create *.ipa file in Xamarin Forms) :



    https://xamarindevelopervietnam.wordpress.com/2016/05/12/how-to-create-ipa-file-in-xamarin-forms/



    However I would also prefer you to look into CD CI. Continuous Development and Continuous Integration system. This will help you not only to build the .apk and .ipa for your xamarin projects but also provides you the efficient way of build distribution.



    There are several tools available based on your version control. Please check these links :



    https://blog.xamarin.com/continuous-integration-for-ios-apps-with-visual-studio-team-services/



    https://docs.microsoft.com/en-us/xamarin/tools/ci/intro-to-ci



    There is a video illustration of doing this in visual studio :



    https://www.youtube.com/watch?v=P9cOCEuuEOE






    share|improve this answer






























      2















      My VS connected to mac machine over the network. I want to create IPA file from Xamarin forms project. In Google, there is no single article available for this.




      I think there is an extensive guide that helps you do the exact thing by Microsoft which can be found here.




      Is it possible to release an app to App Store from Windows machine only or I need to use Mac physically.




      By this, if you mean that, do you need a mac's connection then yes a connection to the mac is mandatory, the first build from should be from macOS with Application Loader. But the application can also be uploaded to apple from a windows machine, using a mac here in my knowledge is not mandatory. (Personally, I have never done it from a windows machine though)




      If I need to use Mac then for which steps while releasing an app to App Store




      Having an active mac connection and provisioning and publishing should do the trick.




      We are releasing an app to App Store using Application Loader or Xcode, Can we do it from Windows machine.




      There are multiple products that provide services for uploading the IPA directly to Appstore but in my knowledge, the first time should be Application loader with macOS.




      Can we access Xcode from VS in order to release an app to App Store.




      The answer for this would be a NO! for now.




      If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC




      Of course to the MAC system since VS uses X-Code for its build process, but note that it's always better to create an IPA by selecting the Selected Platform as Any CPU. Secondly. while earlier there was a requirement that your mac should have a device connected to it(While archiving from windows), I do not think it still exists.




      To create IPA file do we need Mac machine connection




      Yes, it is mandatory to have a mac system connected as VS uses XCode to bundle everything and iOS is closed source hence has a dependency on the MAC.



      Goodluck



      Feel free to revert in case of queries.






      share|improve this answer























        Your Answer






        StackExchange.ifUsing("editor", function ()
        StackExchange.using("externalEditor", function ()
        StackExchange.using("snippets", function ()
        StackExchange.snippets.init();
        );
        );
        , "code-snippets");

        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "1"
        ;
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function()
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled)
        StackExchange.using("snippets", function()
        createEditor();
        );

        else
        createEditor();

        );

        function createEditor()
        StackExchange.prepareEditor(
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader:
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        ,
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );













        draft saved

        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55317066%2fhow-to-create-ipa-file-from-visual-studio-for-xamarin-forms-project%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        2





        +50









        Long story short, to build an .ipa, choose AppStore (or Ad-Hoc, Release) | iPhone as solution configuration and build the project. After build, you'll find the .ipa file in project's output directory (for example, binAppStore). Of course, you have to have corresponding provisioning profiles configured in Xcode but this is another question. More here.




        Is it possible to release app from Windows machine only or I need to use Mac physically




        You need an active connection to macOS to build your .ipa from Windows. And you need to upload the first build from macOS with Application Loader. Uploading can be done either physically from macOS or remotely but not within Visual Studio.




        If I need to use Mac then for which steps while releasing app to App Store




        The same as above. You need macOS connection for compilation (building .ipa) and for uploading your first build (.ipa) to App Store Connect. Subsequent uploads could be done without macOS.




        We are releasing app to App Store using Application Loader or Xcode, Can we do it from Windows machine.




        Publishing a release can also be done using services like App Center. However, the first build should be submitted by Application Loader from macOS.




        Can we access Xcode from VS in order to release app to App Store




        No. Visual Studio uses Xcode for building process. Publishing to App Store Connect directly from Visual Studio is not possible for now.




        If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC




        You need to connect your device to Mac. However, to build an .ipa, you don't need any iOS device connected.




        To create IPA file do we need Mac machine connection




        Again, yes, you do. Compiling, building, and making an .ipa file are the same things in this context.






        share|improve this answer

























        • Thank you for your answer. I have modified my question points(As you wasn't clear) please have a look on it. However you didn't write something about how to create IPA file :)

          – Arvindraja
          Mar 27 at 15:40












        • @CGPA6.4 Answer updated.

          – rubo
          Mar 27 at 16:54















        2





        +50









        Long story short, to build an .ipa, choose AppStore (or Ad-Hoc, Release) | iPhone as solution configuration and build the project. After build, you'll find the .ipa file in project's output directory (for example, binAppStore). Of course, you have to have corresponding provisioning profiles configured in Xcode but this is another question. More here.




        Is it possible to release app from Windows machine only or I need to use Mac physically




        You need an active connection to macOS to build your .ipa from Windows. And you need to upload the first build from macOS with Application Loader. Uploading can be done either physically from macOS or remotely but not within Visual Studio.




        If I need to use Mac then for which steps while releasing app to App Store




        The same as above. You need macOS connection for compilation (building .ipa) and for uploading your first build (.ipa) to App Store Connect. Subsequent uploads could be done without macOS.




        We are releasing app to App Store using Application Loader or Xcode, Can we do it from Windows machine.




        Publishing a release can also be done using services like App Center. However, the first build should be submitted by Application Loader from macOS.




        Can we access Xcode from VS in order to release app to App Store




        No. Visual Studio uses Xcode for building process. Publishing to App Store Connect directly from Visual Studio is not possible for now.




        If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC




        You need to connect your device to Mac. However, to build an .ipa, you don't need any iOS device connected.




        To create IPA file do we need Mac machine connection




        Again, yes, you do. Compiling, building, and making an .ipa file are the same things in this context.






        share|improve this answer

























        • Thank you for your answer. I have modified my question points(As you wasn't clear) please have a look on it. However you didn't write something about how to create IPA file :)

          – Arvindraja
          Mar 27 at 15:40












        • @CGPA6.4 Answer updated.

          – rubo
          Mar 27 at 16:54













        2





        +50







        2





        +50



        2




        +50





        Long story short, to build an .ipa, choose AppStore (or Ad-Hoc, Release) | iPhone as solution configuration and build the project. After build, you'll find the .ipa file in project's output directory (for example, binAppStore). Of course, you have to have corresponding provisioning profiles configured in Xcode but this is another question. More here.




        Is it possible to release app from Windows machine only or I need to use Mac physically




        You need an active connection to macOS to build your .ipa from Windows. And you need to upload the first build from macOS with Application Loader. Uploading can be done either physically from macOS or remotely but not within Visual Studio.




        If I need to use Mac then for which steps while releasing app to App Store




        The same as above. You need macOS connection for compilation (building .ipa) and for uploading your first build (.ipa) to App Store Connect. Subsequent uploads could be done without macOS.




        We are releasing app to App Store using Application Loader or Xcode, Can we do it from Windows machine.




        Publishing a release can also be done using services like App Center. However, the first build should be submitted by Application Loader from macOS.




        Can we access Xcode from VS in order to release app to App Store




        No. Visual Studio uses Xcode for building process. Publishing to App Store Connect directly from Visual Studio is not possible for now.




        If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC




        You need to connect your device to Mac. However, to build an .ipa, you don't need any iOS device connected.




        To create IPA file do we need Mac machine connection




        Again, yes, you do. Compiling, building, and making an .ipa file are the same things in this context.






        share|improve this answer















        Long story short, to build an .ipa, choose AppStore (or Ad-Hoc, Release) | iPhone as solution configuration and build the project. After build, you'll find the .ipa file in project's output directory (for example, binAppStore). Of course, you have to have corresponding provisioning profiles configured in Xcode but this is another question. More here.




        Is it possible to release app from Windows machine only or I need to use Mac physically




        You need an active connection to macOS to build your .ipa from Windows. And you need to upload the first build from macOS with Application Loader. Uploading can be done either physically from macOS or remotely but not within Visual Studio.




        If I need to use Mac then for which steps while releasing app to App Store




        The same as above. You need macOS connection for compilation (building .ipa) and for uploading your first build (.ipa) to App Store Connect. Subsequent uploads could be done without macOS.




        We are releasing app to App Store using Application Loader or Xcode, Can we do it from Windows machine.




        Publishing a release can also be done using services like App Center. However, the first build should be submitted by Application Loader from macOS.




        Can we access Xcode from VS in order to release app to App Store




        No. Visual Studio uses Xcode for building process. Publishing to App Store Connect directly from Visual Studio is not possible for now.




        If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC




        You need to connect your device to Mac. However, to build an .ipa, you don't need any iOS device connected.




        To create IPA file do we need Mac machine connection




        Again, yes, you do. Compiling, building, and making an .ipa file are the same things in this context.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 27 at 16:53

























        answered Mar 26 at 18:49









        ruborubo

        23027




        23027












        • Thank you for your answer. I have modified my question points(As you wasn't clear) please have a look on it. However you didn't write something about how to create IPA file :)

          – Arvindraja
          Mar 27 at 15:40












        • @CGPA6.4 Answer updated.

          – rubo
          Mar 27 at 16:54

















        • Thank you for your answer. I have modified my question points(As you wasn't clear) please have a look on it. However you didn't write something about how to create IPA file :)

          – Arvindraja
          Mar 27 at 15:40












        • @CGPA6.4 Answer updated.

          – rubo
          Mar 27 at 16:54
















        Thank you for your answer. I have modified my question points(As you wasn't clear) please have a look on it. However you didn't write something about how to create IPA file :)

        – Arvindraja
        Mar 27 at 15:40






        Thank you for your answer. I have modified my question points(As you wasn't clear) please have a look on it. However you didn't write something about how to create IPA file :)

        – Arvindraja
        Mar 27 at 15:40














        @CGPA6.4 Answer updated.

        – rubo
        Mar 27 at 16:54





        @CGPA6.4 Answer updated.

        – rubo
        Mar 27 at 16:54













        3















        Is it possible to release app from Windows machine only or I need to
        use Mac physically




        You will need Application Loader which ships with XCode to submit your IPA to Apple but you can generate the release IPA directly on windows too.




        If I need to use Mac then for which steps We are releasing app to App
        Store using Application Loader or Xcode, Can we do it from Windows
        machine. Can we access Xcode from VS in order to release app If I want
        to connect real device to create IPA file do I need to connect it in
        Mac in order to get in VS PC




        Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac. But you can still generate the IPA and then send it to Apple from a Mac machine later on.



        Check the docs: https://docs.microsoft.com/en-us/xamarin/ios/deploy-test/app-distribution/app-store-distribution/publishing-to-the-app-store?tabs=windows






        share|improve this answer



























          3















          Is it possible to release app from Windows machine only or I need to
          use Mac physically




          You will need Application Loader which ships with XCode to submit your IPA to Apple but you can generate the release IPA directly on windows too.




          If I need to use Mac then for which steps We are releasing app to App
          Store using Application Loader or Xcode, Can we do it from Windows
          machine. Can we access Xcode from VS in order to release app If I want
          to connect real device to create IPA file do I need to connect it in
          Mac in order to get in VS PC




          Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac. But you can still generate the IPA and then send it to Apple from a Mac machine later on.



          Check the docs: https://docs.microsoft.com/en-us/xamarin/ios/deploy-test/app-distribution/app-store-distribution/publishing-to-the-app-store?tabs=windows






          share|improve this answer

























            3












            3








            3








            Is it possible to release app from Windows machine only or I need to
            use Mac physically




            You will need Application Loader which ships with XCode to submit your IPA to Apple but you can generate the release IPA directly on windows too.




            If I need to use Mac then for which steps We are releasing app to App
            Store using Application Loader or Xcode, Can we do it from Windows
            machine. Can we access Xcode from VS in order to release app If I want
            to connect real device to create IPA file do I need to connect it in
            Mac in order to get in VS PC




            Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac. But you can still generate the IPA and then send it to Apple from a Mac machine later on.



            Check the docs: https://docs.microsoft.com/en-us/xamarin/ios/deploy-test/app-distribution/app-store-distribution/publishing-to-the-app-store?tabs=windows






            share|improve this answer














            Is it possible to release app from Windows machine only or I need to
            use Mac physically




            You will need Application Loader which ships with XCode to submit your IPA to Apple but you can generate the release IPA directly on windows too.




            If I need to use Mac then for which steps We are releasing app to App
            Store using Application Loader or Xcode, Can we do it from Windows
            machine. Can we access Xcode from VS in order to release app If I want
            to connect real device to create IPA file do I need to connect it in
            Mac in order to get in VS PC




            Visual Studio 2017 does not currently support the Archive for Publishing workflow found in Visual Studio for Mac. But you can still generate the IPA and then send it to Apple from a Mac machine later on.



            Check the docs: https://docs.microsoft.com/en-us/xamarin/ios/deploy-test/app-distribution/app-store-distribution/publishing-to-the-app-store?tabs=windows







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Mar 23 at 23:18









            Amir No-FamilyAmir No-Family

            461411




            461411





















                2














                Here is a blog on (How to create *.ipa file in Xamarin Forms) :



                https://xamarindevelopervietnam.wordpress.com/2016/05/12/how-to-create-ipa-file-in-xamarin-forms/



                However I would also prefer you to look into CD CI. Continuous Development and Continuous Integration system. This will help you not only to build the .apk and .ipa for your xamarin projects but also provides you the efficient way of build distribution.



                There are several tools available based on your version control. Please check these links :



                https://blog.xamarin.com/continuous-integration-for-ios-apps-with-visual-studio-team-services/



                https://docs.microsoft.com/en-us/xamarin/tools/ci/intro-to-ci



                There is a video illustration of doing this in visual studio :



                https://www.youtube.com/watch?v=P9cOCEuuEOE






                share|improve this answer



























                  2














                  Here is a blog on (How to create *.ipa file in Xamarin Forms) :



                  https://xamarindevelopervietnam.wordpress.com/2016/05/12/how-to-create-ipa-file-in-xamarin-forms/



                  However I would also prefer you to look into CD CI. Continuous Development and Continuous Integration system. This will help you not only to build the .apk and .ipa for your xamarin projects but also provides you the efficient way of build distribution.



                  There are several tools available based on your version control. Please check these links :



                  https://blog.xamarin.com/continuous-integration-for-ios-apps-with-visual-studio-team-services/



                  https://docs.microsoft.com/en-us/xamarin/tools/ci/intro-to-ci



                  There is a video illustration of doing this in visual studio :



                  https://www.youtube.com/watch?v=P9cOCEuuEOE






                  share|improve this answer

























                    2












                    2








                    2







                    Here is a blog on (How to create *.ipa file in Xamarin Forms) :



                    https://xamarindevelopervietnam.wordpress.com/2016/05/12/how-to-create-ipa-file-in-xamarin-forms/



                    However I would also prefer you to look into CD CI. Continuous Development and Continuous Integration system. This will help you not only to build the .apk and .ipa for your xamarin projects but also provides you the efficient way of build distribution.



                    There are several tools available based on your version control. Please check these links :



                    https://blog.xamarin.com/continuous-integration-for-ios-apps-with-visual-studio-team-services/



                    https://docs.microsoft.com/en-us/xamarin/tools/ci/intro-to-ci



                    There is a video illustration of doing this in visual studio :



                    https://www.youtube.com/watch?v=P9cOCEuuEOE






                    share|improve this answer













                    Here is a blog on (How to create *.ipa file in Xamarin Forms) :



                    https://xamarindevelopervietnam.wordpress.com/2016/05/12/how-to-create-ipa-file-in-xamarin-forms/



                    However I would also prefer you to look into CD CI. Continuous Development and Continuous Integration system. This will help you not only to build the .apk and .ipa for your xamarin projects but also provides you the efficient way of build distribution.



                    There are several tools available based on your version control. Please check these links :



                    https://blog.xamarin.com/continuous-integration-for-ios-apps-with-visual-studio-team-services/



                    https://docs.microsoft.com/en-us/xamarin/tools/ci/intro-to-ci



                    There is a video illustration of doing this in visual studio :



                    https://www.youtube.com/watch?v=P9cOCEuuEOE







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Mar 26 at 18:20









                    Ashray P. ShettyAshray P. Shetty

                    59727




                    59727





















                        2















                        My VS connected to mac machine over the network. I want to create IPA file from Xamarin forms project. In Google, there is no single article available for this.




                        I think there is an extensive guide that helps you do the exact thing by Microsoft which can be found here.




                        Is it possible to release an app to App Store from Windows machine only or I need to use Mac physically.




                        By this, if you mean that, do you need a mac's connection then yes a connection to the mac is mandatory, the first build from should be from macOS with Application Loader. But the application can also be uploaded to apple from a windows machine, using a mac here in my knowledge is not mandatory. (Personally, I have never done it from a windows machine though)




                        If I need to use Mac then for which steps while releasing an app to App Store




                        Having an active mac connection and provisioning and publishing should do the trick.




                        We are releasing an app to App Store using Application Loader or Xcode, Can we do it from Windows machine.




                        There are multiple products that provide services for uploading the IPA directly to Appstore but in my knowledge, the first time should be Application loader with macOS.




                        Can we access Xcode from VS in order to release an app to App Store.




                        The answer for this would be a NO! for now.




                        If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC




                        Of course to the MAC system since VS uses X-Code for its build process, but note that it's always better to create an IPA by selecting the Selected Platform as Any CPU. Secondly. while earlier there was a requirement that your mac should have a device connected to it(While archiving from windows), I do not think it still exists.




                        To create IPA file do we need Mac machine connection




                        Yes, it is mandatory to have a mac system connected as VS uses XCode to bundle everything and iOS is closed source hence has a dependency on the MAC.



                        Goodluck



                        Feel free to revert in case of queries.






                        share|improve this answer



























                          2















                          My VS connected to mac machine over the network. I want to create IPA file from Xamarin forms project. In Google, there is no single article available for this.




                          I think there is an extensive guide that helps you do the exact thing by Microsoft which can be found here.




                          Is it possible to release an app to App Store from Windows machine only or I need to use Mac physically.




                          By this, if you mean that, do you need a mac's connection then yes a connection to the mac is mandatory, the first build from should be from macOS with Application Loader. But the application can also be uploaded to apple from a windows machine, using a mac here in my knowledge is not mandatory. (Personally, I have never done it from a windows machine though)




                          If I need to use Mac then for which steps while releasing an app to App Store




                          Having an active mac connection and provisioning and publishing should do the trick.




                          We are releasing an app to App Store using Application Loader or Xcode, Can we do it from Windows machine.




                          There are multiple products that provide services for uploading the IPA directly to Appstore but in my knowledge, the first time should be Application loader with macOS.




                          Can we access Xcode from VS in order to release an app to App Store.




                          The answer for this would be a NO! for now.




                          If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC




                          Of course to the MAC system since VS uses X-Code for its build process, but note that it's always better to create an IPA by selecting the Selected Platform as Any CPU. Secondly. while earlier there was a requirement that your mac should have a device connected to it(While archiving from windows), I do not think it still exists.




                          To create IPA file do we need Mac machine connection




                          Yes, it is mandatory to have a mac system connected as VS uses XCode to bundle everything and iOS is closed source hence has a dependency on the MAC.



                          Goodluck



                          Feel free to revert in case of queries.






                          share|improve this answer

























                            2












                            2








                            2








                            My VS connected to mac machine over the network. I want to create IPA file from Xamarin forms project. In Google, there is no single article available for this.




                            I think there is an extensive guide that helps you do the exact thing by Microsoft which can be found here.




                            Is it possible to release an app to App Store from Windows machine only or I need to use Mac physically.




                            By this, if you mean that, do you need a mac's connection then yes a connection to the mac is mandatory, the first build from should be from macOS with Application Loader. But the application can also be uploaded to apple from a windows machine, using a mac here in my knowledge is not mandatory. (Personally, I have never done it from a windows machine though)




                            If I need to use Mac then for which steps while releasing an app to App Store




                            Having an active mac connection and provisioning and publishing should do the trick.




                            We are releasing an app to App Store using Application Loader or Xcode, Can we do it from Windows machine.




                            There are multiple products that provide services for uploading the IPA directly to Appstore but in my knowledge, the first time should be Application loader with macOS.




                            Can we access Xcode from VS in order to release an app to App Store.




                            The answer for this would be a NO! for now.




                            If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC




                            Of course to the MAC system since VS uses X-Code for its build process, but note that it's always better to create an IPA by selecting the Selected Platform as Any CPU. Secondly. while earlier there was a requirement that your mac should have a device connected to it(While archiving from windows), I do not think it still exists.




                            To create IPA file do we need Mac machine connection




                            Yes, it is mandatory to have a mac system connected as VS uses XCode to bundle everything and iOS is closed source hence has a dependency on the MAC.



                            Goodluck



                            Feel free to revert in case of queries.






                            share|improve this answer














                            My VS connected to mac machine over the network. I want to create IPA file from Xamarin forms project. In Google, there is no single article available for this.




                            I think there is an extensive guide that helps you do the exact thing by Microsoft which can be found here.




                            Is it possible to release an app to App Store from Windows machine only or I need to use Mac physically.




                            By this, if you mean that, do you need a mac's connection then yes a connection to the mac is mandatory, the first build from should be from macOS with Application Loader. But the application can also be uploaded to apple from a windows machine, using a mac here in my knowledge is not mandatory. (Personally, I have never done it from a windows machine though)




                            If I need to use Mac then for which steps while releasing an app to App Store




                            Having an active mac connection and provisioning and publishing should do the trick.




                            We are releasing an app to App Store using Application Loader or Xcode, Can we do it from Windows machine.




                            There are multiple products that provide services for uploading the IPA directly to Appstore but in my knowledge, the first time should be Application loader with macOS.




                            Can we access Xcode from VS in order to release an app to App Store.




                            The answer for this would be a NO! for now.




                            If I want to connect real device(to visual studio as targeted device) to create IPA file do I need to connect it in Mac or PC(Via USB cable) in order to get in VS PC




                            Of course to the MAC system since VS uses X-Code for its build process, but note that it's always better to create an IPA by selecting the Selected Platform as Any CPU. Secondly. while earlier there was a requirement that your mac should have a device connected to it(While archiving from windows), I do not think it still exists.




                            To create IPA file do we need Mac machine connection




                            Yes, it is mandatory to have a mac system connected as VS uses XCode to bundle everything and iOS is closed source hence has a dependency on the MAC.



                            Goodluck



                            Feel free to revert in case of queries.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Apr 1 at 6:55









                            G.hakimG.hakim

                            5,73721136




                            5,73721136



























                                draft saved

                                draft discarded
















































                                Thanks for contributing an answer to Stack Overflow!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid


                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.

                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55317066%2fhow-to-create-ipa-file-from-visual-studio-for-xamarin-forms-project%23new-answer', 'question_page');

                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                                Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                                Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript