I have an IOS app that I want to compile in Jenkis and I get the error:
Target _CompileITunesMetadata:
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets:
error: Error executing task CompileIT...
I want to navigate using the MVVM pattern in Xamarin.Forms, for that I offer a command to a certain image as seen in the image ...
the code of this view is linked to the MainViewModel and to a property called MenuSisquim located inside...
I am developing an App in Xamarin.forms in which I must generate a PDF inside the SD card of the device.
The problem I have is that every time I try to access the SD it always returns the same result:
/storage/emulated/0/HolaMundo.pdf...
Hi, I'm using Xamarin and GeoLocator to make an application with Geolocation, but it does not return the data I'm passing, and in debug, it sends me the following error:
This error only appears when I click the button that...
I need the SDK of Visual for Android to have installed the Android versions for which I want to develop .
I mean, if I want to develop for Android 4.4 , should I have this API installed?
I am working with Google Maps and I need to show the user's location on the map, to do this I use a plugin called GeolocatorPlugin by James Montemagno.
The problem is that in the deploy of the application it falls, I think the problem occurs...
hi friends I'm trying to play an mp3 for the notifications of an App that I developed in Xamarin.Forms I was reading about it and very similar to SQLite I must handle this event with an interface, but I have trouble referencing it
Unha...
I recently made an app from Xamarin.forms in which I disabled the hardware BackButton.
This I did so that the App is not in the background when the user wants to leave and use only the buttons of the App.
As a result of this, I made a butt...
I'm trying to solve a problem, my App in xamarin needs the camera in a View. When the App is opened, it asks for the permissions (if the user grants the permissions, everything is fantastic), if the user rejects them, when entering the view, I p...