problem when trying to open Xamarin studio
https://drive.google.com/open?id=0B0edbCJP_V54ZUtJbXlyMUNURlU I do have someone who can help me . I am two weeks trying to install Xamarin STUDIO in my S.O. When I try to open the Xamarin STUDIO as...
View ArticleMTOUCH: error MT3001: Could not AOT the assembly
Hi all, I'm trying to compile a binding library and getting the following error message: MTOUCH: error MT3001: Could not AOT the assembly Looking at the build output this seems to be the culprit:...
View ArticleSkiaSharp - Graphics basics
I am fairly new to Xamarin, Cross-platform, Forms, Graphics, etc. I see the SkiaSharp form samples. I looked at the DrawXamagon code. I modified it, to draw a polygon. Only a small part of it is shown,...
View ArticleVS 2017 RC - Bonjour Service not installed
Hello, I'm trying to use Visual Studio 2017 RC Community Edition with Xamarin. After spending hours researching and trying various "fixes" I gave up - hopefully anyone of you can give me a hint about...
View ArticleClient flow for authorizations against Azure App Service
Hi all, right now I have a working forms project in IOS and Android using Azure APP service with authentication based on the so called service flow, the one where the login is presented in a web view...
View ArticleXamarin Mac Agent to a remote Mac
I want to be able to access a mac outside of my local network. I read that I could use port forwarding to achieve this, and I know how to access those controls on my router. However, I am unsure how to...
View ArticleUnexplainable margin
I have a listview but on the last item I have an unexplainable margin that I can't get rid of Xaml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout...
View ArticleNavigate to MasterDetailPage from other Page
In my app, some pages are different for mobile and tablet. For tablet I put two pages in one using MasterDetailPage and this one is called through navigation because I need the back button to return to...
View ArticleEstimote SDK for Android , does it work for you ?
Hello guys, i wonder if any of you have managed to make an estimote app that can detect beacons on android/ forms . I have tried using the Xamarin Estimote SDK for android, but never managed to go...
View ArticleHow to display SVG image in Xamarin Forms project.
Hi Frineds, I am very new in Xamarin and Xamarin Form as well. Can anybody tell me how to display Image with SVG format in Xamarin Forms? If code snippet provide, then it is really helpful. Thanks,...
View ArticleError ITMS-90096 "Your binary is not optimized for iPhone 5"
Hi, When submitting a universal (iPhone/iPad) Xamarin Forms app to Apple's TestFlight, I'm getting the ITMS-90096 error code complaining about a missing iPhone5 launch image of 320x568. I have supplied...
View ArticleHow to trigger LaunchScreen storyboard from Login(authentication storyboard)
Hi, I now have two storyboard one for login/register, and the other one for the launching home page. The second one I had a side navigation bar(follow the step from Xamarin component, so the...
View ArticleAlertDialog doesn't show at .show()
I have the following code: private void CloseOrder(object sender, EventArgs e) { Android.Support.V7.App.AlertDialog.Builder alert = new Android.Support.V7.App.AlertDialog.Builder(this);...
View ArticleConfiguration DropDown does not show Ad Hoc
I am using VS 2015. I have provisioning profiles for devlopment and for distribution. I succesfully sideloaded the app top an android phone, but iOS is not going so well. I have an Apple Developer ID...
View ArticleCan we place SearchBar in the navigation bar
Hi, Can we place SearchBar in the navigation bar (like toolbar item)? Thanks, Aratrika
View ArticleRestrict debug messages in the output window to just my debug messages
Hi, I am trying to debug a Xamarin Forms project running on an android device using VS 2015. I have numerous Debug.WriteLine messages in my code and when I try to follow these the output window gets...
View ArticleHow to bind button IsEnabled to checkbox in a listview
Hello, I have a page with a listview and a button to proceed. Inside the listview, there is a checkbox for every row. I would like to bind the button IsEnable property to the checkbox checked event...
View ArticleAppCompat: no resource found that matches the given name 'theme.appcompat.light'
Hi everyone, we are currently having some major problems with the appcompat lib. After updating from 3.x to 4.0.0.1717 we are unable to build a certain android project on windows machines (using visual...
View ArticleDo timed local notifications work on UWP using the LocalNotifications plugin?
@JamesMontemagno Does anybody see timed local notifications working on UWP using the LocalNotifications plugin? I see untimed ones, but not timed. Trying to work out if I've missed some weird bit of...
View ArticleiOs Designer is not working
I am struggling with iOs designer in my Xamarin Studio. Xamarin Studio Community Version: 6.1.3 (Build 19) Linked Xcode Version: 8.2.1 I am not sure why it is keep on happening because it first...
View Article