visual-studio-cordova

ERROR ITMS-90161 when trying to upload an app built with Visual Studio for Apache Cordova

强颜欢笑 提交于 2019-12-22 04:22:01
问题 We just started creating cross platform mobile apps using "Visual Studio Tools for Apache Cordova". I followed the procedures described in Install Tools to Build for iOS and To run your app on an iOS device. Everything works nicely, the app gets deployed on my USB attached iPhone and runs as expected. I then tried to upload the app to iTunes, to provide the app via TestFlight to testers and to generally see how app-submitting works: Build the iOS app as "Release" in VS: it builds and deploys

ERROR ITMS-90161 when trying to upload an app built with Visual Studio for Apache Cordova

∥☆過路亽.° 提交于 2019-12-22 04:21:02
问题 We just started creating cross platform mobile apps using "Visual Studio Tools for Apache Cordova". I followed the procedures described in Install Tools to Build for iOS and To run your app on an iOS device. Everything works nicely, the app gets deployed on my USB attached iPhone and runs as expected. I then tried to upload the app to iTunes, to provide the app via TestFlight to testers and to generally see how app-submitting works: Build the iOS app as "Release" in VS: it builds and deploys

Is anyone having problems installing VS Tools for Apache Cordova Update 4?

烂漫一生 提交于 2019-12-21 16:04:49
问题 I just saw VS TACO Update 4 as an available update and installed it on two machines, but in both cases, after installing and restarting VS, it still shows up as an available update. Morever, when you try and install it, it invokes the VS installer and tries to re-install components that I already have installed. Has anyone faced a similar issue? 回答1: I work on the Tools for Apache Cordova in Visual Studio at Microsoft. A mistake was made publishing this update. At the moment it will re

Visual Studio Cordova - You may not have the required environment or OS to run this project

只愿长相守 提交于 2019-12-21 06:29:46
问题 I have a problem in Visual Studio 2015 Community - Apache Cordova. I try to run a simple application both in Debug mode as in Release mode and is generated the following error: *2> ANDROID_HOME=F:\AndroidSDK 2> JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_55 2>C:\Temp\BlankCordovaApp1\BlankCordovaApp1\platforms\android\cordova\node_modules\q\q.js:126 2>throw e; 2>^ 2>Error: Device communication timed out. Try unplugging & replugging the device. 2>at null._onTimeout (C:\Temp\Excluir

Visual Studio Cordova - You may not have the required environment or OS to run this project

青春壹個敷衍的年華 提交于 2019-12-21 06:29:15
问题 I have a problem in Visual Studio 2015 Community - Apache Cordova. I try to run a simple application both in Debug mode as in Release mode and is generated the following error: *2> ANDROID_HOME=F:\AndroidSDK 2> JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_55 2>C:\Temp\BlankCordovaApp1\BlankCordovaApp1\platforms\android\cordova\node_modules\q\q.js:126 2>throw e; 2>^ 2>Error: Device communication timed out. Try unplugging & replugging the device. 2>at null._onTimeout (C:\Temp\Excluir

.jsproj cannot be opened. This project type is not supported by this installation

大兔子大兔子 提交于 2019-12-21 03:33:15
问题 I am trying to create a new project in VS2015 community edition using JavaScript template but getting error: The project file 'IonicCordovaProjectSolution\IonicCordovaProject\IonicCordovaProject.jsproj' cannot be opened. This project type is not supported by this installation" Do I need to install anything else to make JavaScript templates work? 回答1: To make .jsproj work, HTML/JavaScript component must be selected while installing VS. For my case, I had selected typical installation so it

Visual Studio 2015 RC Emulator for Android doesn't start

十年热恋 提交于 2019-12-20 10:29:33
问题 I have a problem with the Visual Studio 2015 RC Emulator for Android. The emulator is not starting when I'm starting debugging (F5) nor from "Tools > Visual Studio Emulator for Android...". The process is stuck on "Preparing virtual machine" and there is a "Xde.exe" process with 0% CPU usage in Task Manager. This happens for all virtual machines. Previous emulators (pre-RC) were working just fine. The necessery APIs (19 and 21) are installed according to SDK manager. I have tried re

Tools for Apache Cordova/Visual Studio 2015 fails to launch app in IOS simulator

夙愿已清 提交于 2019-12-20 07:23:59
问题 Im trying to test my app using MacInCloud and remotebuild on the IOS simulator. Everything works great and the app compiles using remotebuild. Visual Studio then displays a status "Deployed Successfully". When I look on my mac, it shows the IOS simulator launched but only shows the home screen. I do not see my app at all. Im at a loss on what to check next. Any help would be appreciated. I see this error in the output window. Requesting emulate on iOS Simulator for buildNumber 89952 on server

Authentication using Apache Cordova for Visual Studio

给你一囗甜甜゛ 提交于 2019-12-20 05:10:11
问题 I am working on a cross-platform Twitter app using Cordova in Visual Studio and I am stuck at the authentication of twitter account. When targeting Windows/Windows Phone, I can use Windows.Security.Authentication.Web.WebAuthenticationBroker.authenticateAsync API and get the work done. But for Android or IOS I can't use the API as it is complaining that Windows is undefined. Could someone help me with a sample code or suggestion on how should I be doing authentication using JavaScript ? 回答1: I

VS2013 Cordova iOS Remotebuild Error Cannot POST /build/tasks?command=build&vcordova=4.3.1&cfg=debug

偶尔善良 提交于 2019-12-19 11:13:11
问题 I am a new member here and hope that I'm asking my question the right way. I think my question is identical to the one posted at: Visual Studio 2013 Cordova RemoteBuild failed (Cannot POST /build/tasks?command=build&vcordova=4.3.1&) I'm using Visual Studio 2013 Update 5 with TACO to try to port a JavaScript app to iOS. To make sure my setup is correct, I'm starting with a "Hello World" BlankCordovaApp template. I have run remotebuild --secure false on my Mac mini. I have configured VS Tools -