ERROR ITMS-90072: "The IPA is invalid. It does not include a Payload directory"
I'm trying to submit my app to the Apple Store, but when I try to send my IPA him of the following error ITMS - 90072 ERROR: . " The IPA is invalid It does not include the Payload directory" Anyone...
View ArticleBest practice MVVM navigation using Master Detail page?
Hi to all. I want to follow the MVVM pattern as much as possible, but I don't know if I am doing the navigation quite well. Note that I am using a MasterDetail page and I want to maintain the Master...
View ArticleMultiselect ListViews
I am new to Xamarin Forms and was wondering if we could build Multiselect Listviews using Xamarin Forms. Any help would be appreciated.
View ArticleAnyone have success with Xamarin.Forms.Labs.HybridWebView?
Has anyone actually had success using the HybridWebView control from Xamarin Forms Labs? I've burned a day trying to get it to render in a sample hello world app with no success. Here's what I have so...
View ArticleGestureRecognizers (iOS) issue in 1.4.4.6392
I have a Label ' = ' with a TapGestureRecognizer on the accordion nav bar in the linked example which fails to fire, past the first item above the root, in the Navigation stack. The bar below the...
View ArticleVS2015 View Designer/View Code on XAML Pages gives Error
I have the latest Xamarin 3.11.836 installed on Win10 with VS2015 and when I have a XAML file open, I expect View Code to open the CS file and when in the CS file of a Page I expect View Designer to...
View ArticleHow to data bind in xaml
Hi I've tried to test out PCL with XAML file that should share UI for cross-platform.. The problem is i dont know how to the data properly. public class Employee { public string DisplayName { get; set;...
View ArticleModal not working ???
It seems that use of **PushModalAsync **/ **PopModalAsync **does'nt work ??? I try showing a simple page and wait until it is dismissed by the. According to what I have been able to find on the net,...
View ArticlePickerCell
Is there not a PickerCell? Whats the best way to allow a Picker to look like an EntryCell? Also the Picker does not seem to go into a Table either! I have to put my Picker under the table...
View Articletrigger android hardware back button in code
I have my own back button and maintain a navigation stack. If I pass back through that stack and the user taps my back button again, I want to trigger the hardware back button press - Finish the...
View Articleis it possible to change all a workspace's project's forms version at once
We have about 30 projects in our solution (various in house xforms libraries, xlabs from source, tests, appropriate abstraction layers - it adds up). Changing the xamarin forms version is an absolute...
View ArticleNControl / NGraphics - Draw method not firing.
I've recently discovered the NGraphics & NControl libraries available to use along side Xamarin.Forms, and it seems great so far. The problem I'm having is that the draw method never gets called,...
View ArticleLocalization on Android via TodoLocalized example not working
Someone succeeded to work successfully with the sample code "TodoLocalized" on Android? here: https://developer.xamarin.com/samples/xamarin-forms/TodoLocalized/ it's working on ios , but on Android no...
View ArticleUpgraded to Forms 1.3 pre 1 and get a "Not registered task XamlG" build error...
The output from the build is the following: Target GenerateXamlG: Task "XamlG" error : Error initializing task XamlG: Not registered task XamlG. Error initializing task XamlG: System.Exception: Not...
View Articledelete multiple items using ListView
Hi Guys, I am looking for small example demo for deleting multiple rows in the listview using Xamarin Forms.I know how to develop the simple listview like below ListView listview=new Listview();...
View ArticleHow to open other apps from xamarin forms
How to open other apps from xamarin forms ? or How to open other apps from xamarin forms apps
View ArticleInApp-Billing
Hey folks, as I'm taking huge steps to release our app, I'm now at the point where I have to implement a payment function. And I was curious if anyone here used the InApp-Billing Components from the...
View ArticleNeed to set scroll view in popup layout
Hi, I have put one popup layout in my screen, and have loaded one stack layout into the popup layout. Here the stack layout contains more rows of data. So i am trying to set scroll view in that popup...
View Article__IOS__ and __Android__ not working?
Hi, In my PCL i try to use Android and IOS but they won't work... When i define them in the PCL project settings( both debug and release) they will trigger, but they will both trigger! I also added IOS...
View ArticleUrgent: MpMoviePlayerController not playing the video after latest...
Hi All, The following code in Xamarin IOS was working fine prior to the Xamarin IOS update to v2.0.50727 This is the code in a custom renderer in a Xamarin Forms app class WatchVideoRenderer :...
View Article