"The iOS Designer Mac Agent is not available", but im connected to the mac...
Hi there, So im working on an ios app using Visual Studio 2015 in Windows connected by mac agent to the macincloud. Until now i havent had any problem, but today i just cant open storyboard. It give me...
View ArticleXcode9 beta & iOS 11 simulator support?
I'm currenly trying to test our app to run on iOS 11 simulator which is supplied with XCode 9 beta, but it fails. When trying to run the apps the following error occurs : "error HE003: Could not load...
View ArticleUI Stops updating when navigating back to a page only on Android 5.1.1
For some reason when I leave a page and then navigate back to it. When I try to type in an Entry or select from a Picker, the value is not displayed on the UI. The keyboard still appears and I can see...
View ArticleListView crash when isBusy - Help please!
Hi to, I am new on Xamarin and on this Forum. Sorry if I dont write English perfect, my English is not very good hehe. Im having some troubles with an application I'm developing. First of all I'll...
View ArticleHow add reference to a native library from Visual studio - Xamarin IOS app
Hello, I am developing an Ios app with Xamarin in Visual Studio and i would like to add a reference to a native library (see attached file). I have the following file: "libZooz.a" but i can not...
View ArticleHow to make only one opened item per time in ExpandableListView in Visual...
Hello to all programmers. I tried to use ExpandableListView in my app, but if user opens any group, other group stay opened. Is it possible to make something for autoclosing groups, so this can work...
View ArticleForms9Patch: Simplify multi-device image management in your PCL Xamarin.Forms...
Announcement of Form9Patch Xamarin Forms is great for developing apps on Android and iOS but it is missing two important tools for developers: scalable images and PCL multi-screen image management....
View ArticleIssue with Web API Model Binding: Object passed to service is null only on iOS.
Hello All. I have been running into a very strange issue, and I am not even sure if this is an issue with my app or the web service I am calling. I have a Web Api Service with a Post method that...
View ArticleILT0005 Gatekeeper exe exit code- 532462766
Hello Guys, I am trying to deploy my Xamarin UWP app on mobile in release mode with ARM but it’s giving some issue in deployment. I am sending you screen sort. Please check the attached file and give...
View Articlerecycle view does not update properly
hi guys i am struggling 2 days with a recycle view i have a fragment include a recycle view i have a dialog fragment in this fragment and i want when dialog dissmissed recycle view update this is...
View ArticleWhat is the method used to set the size of a CollectionView Cell ?
Please tell me what is the method used to set the size of a CollectionView Cell. I looked into UICollectionViewSource. But I did not find any method.
View ArticleVendor specific service is not discovered by BluetoothGatt
Hello, I am currently trying to set up a BLE client to discover GATT services on a peripheral. My problem right now is that I only discover well known services with DiscoverServices. Even using nRF...
View ArticleAdd text to image
I need to add text to an image before sending it. It's possible to do it with System.Drawing, but the subset available in Xamarin.Forms do not contain what I need. Do you know any library or way to...
View ArticleHow do I downgrade to a specific version?
Hello, So seeing iOS 11 is in Beta, I've decided to test one of the app's my company has to make sure it still works somewhat on iOS 11. And behold, it does not. After some investigating, it appears to...
View Articlegoogle maps
Hello developers, Is there any example of as use google maps with place autocomplete and get current location?
View ArticleMT0008 error on build ?
I am getting this error ... _ /Users/shauck/Projects/Bitbucket/ServicePointMVVM/AppSRC/ServicePointMVVM/ServicePointMVVM.iOS/MTOUCH: Error MT0008: You should provide one root assembly only, found 3...
View ArticleControl only on one platform - XAML and OnPlatform
I want to add label (or other element) only on one platform, how achieve that using XAML? I tried: <OnPlatform x:TypeArguments="View"> <OnPlatform.WinPhone> <Label Text="Only on...
View ArticleNotImplementedException for Xamarin.Settings.Plugin
So I'm trying to setup the Settings Plugin by @JamesMontemagno (https://www.nuget.org/packages/Xam.Plugins.Settings/) to work with my PLC. I've set it up as explained in the README and on Git however...
View ArticleFileNotFoundException for images and icons when building ad-hoc release.
I've build a cross-platform solution targeting both android and iOS using PCL & Xamarin.Forms to share code. I managed to publish my android project without problems, but when i try to build my iOS...
View ArticleForcing an Element with No Opacity to be Rendered
I've got a label in which I control if it is visible via a binding to it's Opacity property. The only issue I have is that when the page is initially rendered, if the opacity is 0 it will not be...
View Article