visual-studio-cordova

How to open a 2017 Cordova project in Visual Studio 2019

早过忘川 提交于 2021-02-11 17:27:24
问题 I have a Visual Studio project written using Visual Studio 2017 Tools for Apache Cordova, and I am unable to open it in Visual Studio 2019 (Message: incompatible) and there is no available Cordova project types. What's the best way to be able to open/edit/redeploy a Tools for Apache Cordova project? 回答1: You can't open it from visual 2019, because Microsoft stop supporting Cordova. The best way is to install visual 2017 for Apache Cordova projects only (to be lite in usage) and install latest

Windows 10 Store: You cannot submit pre-compiled .NET Native packages

烈酒焚心 提交于 2020-04-11 04:07:08
问题 I'm trying to release my application targetting Windows 10 (Universal Windows) based in Cordova to existing Windows Phone 8.1 store record. After generating app package through Store - Create App Packages I get 19 MB file named CordovaApp.Windows10_1.3.2.0_x86_x64_arm.appxbundle . Then I upload this file to App Packages and get. CordovaApp.Windows10_1.3.2.0_x86_x64_arm.appxbundle 18.9 MB Package acceptance validation error: You cannot submit pre-compiled .NET Native packages. Please upload

How to add Apache Cordova in Visual Studio 2015 ASP.NET MVC project

梦想与她 提交于 2020-02-21 04:52:19
问题 I want to create a project for multiple target systems, a web application and a hybrid mobile app using a common ASP.NET back-end. As far I know it's possible to create now a hybrid mobile app using the Apache Cordova Apps template in Visual Studio 2015. I'm also familiar with ASP.NET MVC. Is it possible to add Apache Cordova and Angular to an ASP.NET MVC project to enable also mobile views, so it can be also tested and deployed to any mobile platforms? (I'd prefer to use ASP.NET MVC instead

Can't get AdMob Plugin Pro to work with Cordova in Visual Studio 2017 for my Android app

廉价感情. 提交于 2020-01-25 08:22:08
问题 I'm having a lot of trouble getting this to work, and there doesn't seem to be much here using VS. The current build error is: Attribute application@appComponentFactory value= (androidx.core.app.CoreComponentFactory) from [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 is also present at [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 value=(android.support.v4.app.CoreComponentFactory). I've tried everything suggested here, including creating a gradle

Unable to add push notifications entitlement to iOS production with cordova-plugin-fcm plugin

我的未来我决定 提交于 2020-01-24 23:38:30
问题 I am trying to install cordova-plugin-fcm plugin in a blank Cordova app using Visual Studio 2017. I install the plugin and add the google-plist files etc. On my mac i have xcode 7.2.1. When i build an ipa from visual studio it generates an IPA, but it does not have push notifications enabled. I have added all the source code, including plugins folders, to bitbucket. Link below; https://bitbucket.org/quintonn/pushnotificationtest What am i missing to get push notifications enabled on my iphone

Debugging Cordova App (android) with Visual Studio 2015 New Emulator

给你一囗甜甜゛ 提交于 2020-01-23 00:26:08
问题 I am not sure if this is me doing something stupid or just up against the bleeding edge.. I am developing a simple Cordova app but that is academic since I can repeat this issue with the standard 'Wizzard produced' default application. I had the app working and debugging fine with VS2013 using both Ripple and occasionally with a real device. I don't have permanent access to the device so I thought Id try the new VS2015 CTP5 with emulator. So far so good. All builds ok and the app does get

Visual Studio Debugger failing to connect to remote Apache Cordova app in iOS simulator

笑着哭i 提交于 2020-01-17 05:26:09
问题 I have been trying to debug an Apache Cordova app with Visual Studio 2015 RC in a Windows 8.1 Virtual Machine. The app is running in an iOS simulator in a MAC OS host using vs-mda-remote (I've tried with different iPhone versions), but the debug always times out. There doesn't seem to be a proper error, only the following: Starting launch process C:\Program Files (x86)\nodejs\node.exe "C:\Users\User\AppData\Roaming\npm\node_modules\vs-tac\emulator.js" --platform ios --action launch --path "C:

how to implement Push notifications in Apache Cordova?

我的未来我决定 提交于 2020-01-17 03:49:07
问题 I am new to apache cordova apps development.I am working in an App in which i want to implement Push notifications. Which is simple way to do it. Please help me 回答1: I found an article explaining how to do push notifications here. A sample associated with that article can be found here. Perhaps a bit of a read, but I hope you find it helpful! 来源: https://stackoverflow.com/questions/31700732/how-to-implement-push-notifications-in-apache-cordova

Proplem with Visual studio 2015 and Ripple

≯℡__Kan透↙ 提交于 2020-01-17 03:21:09
问题 When I run the application with Visual Studio and ripple, and I click link for other pages from Cordova project( to localhost) comes an error. Ripple notificates: "Instead of the page you'll see an AW, snap!" Chromes DeveloperTools tells: "was disconnected from the page.' Links for some website works good. Before links worked well. What could be the problem? 回答1: We found what appears to be a bug in Chromium and filed this to track it: https://code.google.com/p/chromium/issues/detail?id

Multi Device Hybrid Apps on debugging using Ripple Emulator does not open chrome

混江龙づ霸主 提交于 2020-01-15 08:28:33
问题 I have created a blank project using Visual Studio 2013 CTP version for Multi Device Hybrid App template. When I run the project for Android platform using Ripple Nexus Galaxy, it does not open the chrome. The output window displays a message that Deployment succeeded. But does not really open the browser window. Is there a configuration that I need to look at? 回答1: When this issue occurs, what works is to exit Visual Studio, kill any Chrome processes from the task manager, and reboot the