Answer the question
In order to leave comments, you need to log in
Visual Studio 2013 how to deploy app to iPhone and set up Remote Agent Configuration?
I want to deploy the application on the iPhone (on the device, not the emulator). I write in Visual Studio 2013, in javascript using Apache Cordova, OS Windows 8.1. The documentation says that for deployment, you need to configure Remote Agent Configuration https://msdn.microsoft.com/en-us/library/dn878133.aspx , which has the following parameters host, port, security PIN. Actually, the question is what exactly needs to be entered in the host, port, security PIN, where to get this information and am I trying to deploy the application on the device correctly at all?
Answer the question
In order to leave comments, you need to log in
Well, I'm answering my own question. If you're having the same problem, then you probably already hate Apple. Not yet? Well, start now. And since it was always necessary to smoke the docks more carefully, in which it is clearly written that you cannot (debug | compile) an iOS application under Windows. You definitely need a Mac (I didn't check the emulator option as I was able to find a Mac). You can read everything here https://msdn.microsoft.com/en-us/library/dn771551.aspx. In short, you need to install on Mac Mac OS: Xcode 6, Xcode command-line tools (from Terminal app, use xcode-select --install), Node.js.
After you install all this, you need to put sudo npm install -g vs-mda-remote --user=$USER. If errors appear during the installation of vs-mda-remote, then carefully review them; it will clearly describe what went wrong. After installation. you need to run vs-mda-remote and generate a vs-mda-remote generateClientCert for the remote build. Then we will be given a host, port, security PIN. We introduce them into VisualStudio here Tools->Options->Tools for Apache Cordova->Remote Agent Configuration.
Next, we run the assembly and voila, our application is launched on our Mac. Here, and then dances begin with a tambourine and signing your application with various certificates so that you can run the application on the device. Here is another helpful videochannel9.msdn.com/Series/Visual-Studio-Tools-for-A...
Enjoy great iOS app development experience.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question