phonegap-plugin-push integration with visual studio cordova - apple-push-notifications

I'm using https://github.com/phonegap/phonegap-plugin-push latest push plugin to integrate with cordova app using visual studio. In that plugin documentation, it has Android integration but not ios integration. Where can i find step by step ios integration with latest push plugin? I followed few articles but it didn't work..

Related

Flutter web visual studio

I've been using flutter web in visual studio code.
Today I tried upgrading to flutter 1.9.
After that, the option new flutter web project in visual studio is gone.
I tried installing it again, but it doesn't come back.
Are there other options?
Checkout the latest dartcode release. "New Web Project command has been removed. To create web projects, you should now use the standard Flutter: New Project command."
https://dartcode.org/releases/v3-5/

Attach Snapshot Debugger option not available in VS 2017

Trying to enable snapshot debugging on an Azure app service. The option to enable the snapshot debugger is not showing up in Visual Studio 2017. Did install the Snapshot Debugger Extension. Upgraded the Insights SDK on the deployed app service to the latest version (2.4.1).
The Visual Studio version I use is VS 2017 Enterprise 15.5.2.
Is this because snapshot debugging is only available for sites? Early blog posts about this feature seem to suggest this, but I'm not sure this is still the case.
The app service I try to snapshot debug is a Web API (.NET framework version 4.6.1).
Any suggestions about steps I'm missing here?
Unfortunately ASP.NET API apps are not currently covered.
The Snapshot Debugger was made available in Visual Studio 2017 Enterprise version 15.5 and greater. VS2017 supported ASP.NET (4.6.1+) and ASP.NET Core (2.0+) running in Azure App Services, however, it currently covers Web UI scenarios.
FYI: VS2019 supports several more Azure scenarios (VM,VMSS,AKS).

Deploy ionic 2 application to android device using visual studio

I have made simple app in ionic2 using visual studio. I have searched alot in google but not finding any clue how can I deploy this application for any android device?

App launched in play store giving security alert

We created a mobile app using "Tools for appache cordova for visual studio 2013 - CTP 3.1. The app is launched successfully in playstore. But in recent days when we login in our play store id, we receive a warning.
" Security alert
Your app is using a version of Apache Cordova containing one or more security vulnerabilities. Please see this Google Help Center article for details, including the deadline for fixing the app.
Affects APK version 20300."
how do we solve this version we checked the cordova version in our system it shows 5.3 but the error still persists.
Tools for Apache Cordova for Visual Studio 2013 CTP 3.1 is about a year old at this point. I'd recommend moving to Visual Studio 2015, which includes the latest version of these tools, as well as newer versions of Apache Cordova.
Using Visual Studio 2015, you can update your project to the latest version of Cordova (currently 6.1.0), which supports an updated version of Cordova-Android that might fix your security issue. More details here: http://cordova.apache.org/announcements/2016/03/02/cordova-android-5.1.1.html

Mono android not working?

I my visual studio 2010 i add mono android.And i installed android sdk and java sdk.But it always shows
'C:\Users\Dell\AppData\Local\Android\android-sdk\platforms\android-8'.
Ensure you have installed support for this Android platform version in
the Android SDK Manager. C:\Users\Dell\documents\visual studio
2010\Projects\MonoAndroidApplication1\MonoAndroidApplication1\aresgen MonoAndroidApplication1
How to slove this?
Start Android SDK Manager either from inside Visual Studio or from the location "C:\Users\Dell\AppData\Local\Android\android-sdk\tools\android.bat".
Once its done loading packages... checkmark "Android 2.2 (API8)" to install support and your error will be resolved.
Alternatively, if you are not planning to support Android 2.2 and are fine with the latest Android version, then in Visual Studio, go to Project Properties >> Application and change the API to whatever API you want.

Resources