VS Studio debugging
Hey! Since last update I can't debug services that I call via DependencyService using Xamarin.Forms, I can debug everything else but DependencyServices, is this a bug?
View ArticleXamarin Studio Community version control?
Hi, Our business license just expired, so we switched to Community edition. Everything seems to work fine, but we lost version control (svn). Any idea how to fix it?
View Articlehow to choose songs in device use Xamarin ios.
I had use " url = NSUrl.FromFilename ("Sounds/tap.aif"); " assign default ulr path in our application.but i want to choose songs in device.
View ArticleDid not find reference matching RestoreAssemblyResources AssemblyName metadata
/packages/Xamarin.Build.Download.0.4.2/build/Xamarin.Build.Download.targets: Error: Did not find reference matching RestoreAssemblyResources AssemblyName metadata 'Google.AppIndexing, Version=1.0.0.0,...
View Articlepassword not working when installing "brew" openSSL
Hi! I've installed visual studio for Mac, I'm following microsofts advice to install the Brew openSSL in the command prompt window. https://brew.sh/ It asks for my password prior to installation, which...
View ArticleBreakpoint not reached
Hi there, Since last update I can't debug services that I call via DependencyService using Xamarin.Forms, I can debug everything else but DependencyServices, is this a bug?
View ArticleMasterDetailPage - Bar at the top of the Detail's Page
Hi, In my project, i made a Master Detail Page with a Detail page, but on this page, i have a bar a the top and i don't know why. Does anyone already had this problem ? Thanks !
View ArticleHow to Implement FCM in Xamarin Forms
So many people have asked for convenient and efficient way of implementing FCM (Firebase Cloud Messaging) for android in Xamarin Form. Actually FCM lib cannot be installed in xamarin forms due to...
View ArticleHas anyone used PCLCrypto with Xamarin.Mac? -- Getting NotImplementedException
Has anyone used PCLCrypto with Xamarin.Mac? I am getting NotImplementedException when I call any of the methods. Is there any restriction on using PCL in Xamarin.Mac? using PCLCrypto; using...
View ArticleError: The specified iOS provisioning profile...
I am trying to run iOS project in xamarin IDE on mac and i am getting error related to provisioning profile. How do i solve this error...
View ArticleXamarin Forms Slider With Custom Thumb
I am trying to make a custom SliderRenderer for Xamarin.Forms that can allow me to change the thumb to be in image instead of just a circle. On native Android I found you can do something like this:...
View ArticleHow to build an IPA/ZIP for app store?
I got developer account from apple, I have set up one distribution profile in Connect. I'm trying to build an IPA or ZIP file from VS2015 for app store release. However, I'm keep getting following...
View ArticleUsing a nested data binding on a layout
I am attempting a nested binding where the topmost level represents pages of the book (PageList), while the children are items on the page (Deploy). The idea is that they are all part of the same...
View ArticleMasterDetail & Tabbed pages have unexpected results on Android
Hi! I just started out with the (awesome) Xamarin.Forms, but bumped into a problem yesterday that I can't seem to figure out. I created a MasterDetail page that contains two Menu options: One that...
View ArticleIPA not building anymore after Visual Studio Crash creating Multiple IPA...
I was editing the iOS build/ipa/signing properties for a new build. Suddenly Visual Studio made that ding sound, and said 'object not set to an object'. I could no longer edit the iOS properties, or...
View ArticleHow to take details including email from phone contacts?
I need to take phone contacts which have email addresses.
View ArticleEntryCells blank instead of zero plus store that in db?
I'm working on a relatively simple app to get various data from a user and store it in a db (and then show it in lists). My model classes contain a combination of decimals, ints, and strings. However,...
View ArticleHow do you get all contacts?
I've found a way to get contacts based on a search query, but how can you get all of them. I've tried using wildcards, but it didn't work. This is what I've done so far: private void displayContacts()...
View ArticleCould not install package 'Owin 1.0.0'.
When i tried to install signalr in a android project i have received this message: Could not install package 'Owin 1.0.0'. You are trying to install this package into a project that targets...
View ArticleHow to fit an image to the size of your button using xaml?
Hi, I'm very new to Xamarin.Forms and XAML in general. I'm currently doing a basic app where I want to have a button displayed as a barcode scanner image. However, the image I am using doesn't fit the...
View Article