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 ArticleUpdate view using Message Center?
I'm quiet new to Xamarin.Forms. Now I'm really stuck. Is it possible to update view using Messaging Center in Xamarin.Forms ?
View ArticleViewmodels not disposing on navigation.pop?
Hello Ive ran into a problem where if i setup a page with a viewmodel using Xlabs ViewFactory... its not disposing on popasync? The problem it causes for me is that the viewmodel subscribes to the...
View ArticleTabbedPage with map
My app is a plc on 1.5.1.6471 version of Xamarin Forms android So i have a TabbedPage with 3 tabs. 1st tab is hosting a syncfusion grid 2nd tab a syncfusion chart 3rd tab a Map The time i added the Map...
View ArticleHow to add existing XAML file with code behind in Xamarin Studio
I am trying to add existing files to a project. The files are XAML files with a code behind. If I select Add Existing Files it will import them, but they are separated and not nested together like they...
View ArticleURLS Not loading in iOS
Well jam using Xamarin forms for a year and have a great experience. Well i am facing some issues in iOS few URL's are not loading which are given below they are working perfect in android. 1)...
View ArticleXF Android : Could not load assembly Microsoft.Windows.Design.Extensibility
Hello , I have update Xamarin.Forms to 2.0.0.6490, But get this exception when compile: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticleXamarin Forms 2.0 iOs App hangs after changing CarouselPage orientation from...
Hi, My Xamarin Forms 2.0 iOs App seems to work fine and I'm able to switch portrait and landscape orientation. when a CarouselPage page is visible in my app, and I change the orientation from portrait...
View ArticleXamarin.Forms.Map Bind to map drag event?
Is it possible to detect when the map is changed by dragging? For example an OnDrag event (there isn't one) or bind something to the VisibleRegion. Or any other way?
View ArticleOnActivityResult
Ok, I am at a bit lost on how to use the "OnActivityResult" on Xamarin.Forms. I have a Class that implements a custom Xamarin.forms Interface that does the work of interacting with the camera and photo...
View ArticleTabbedPage in MasterDetailPage not producing scrollable tabs
Hey everyone, I'm having an issue where I have a TabbedPage in a MasterDetailPage and the tabs are not scrollable. Instead they're getting squished to fit the screen. Any ideas what's going on? Page...
View ArticleAndroid Video Player using Xamarin.Forms
I am trying to get a video player working in my Xamarin.Forms app on Android. I have implemented the iOS version using a ScrollViewRenderer where I add the MPMoviePlayerController (code at bottom, file...
View ArticleWhy does iPad 9 picker display a "paste" button, and what can we do about it?
Our app uses a picker for selecting from an option of numbers. For some reason iPad iOS 9 introduces a "paste" option for the picker. Questions: Why does this happen? I thought the whole point of a...
View ArticleHow to get my service every x minutes Json? (iOS/Android)
I have a service I get a JSON from a url that will define, once you get the data store them directly in the database to display them later, if I call the event synchronously works perfectly, but can...
View ArticleUpdate Refresh UI on click event.
Hi I have a content page on which I have a button and an activityindicator. Now I want to simply hide the button and show indicator when the button is clicked. Now it doesn't update the UI as soon as...
View ArticleCan't tap into Scrolled event in ListView in iOS (haven't tried Android)
I'm trying to register an event handler in a custom ListViewRenderer and it looks like this: this.Control.Scrolled += (object sender, EventArgs ev) => { Console.WriteLine("Scrolled!"); }; ..but keep...
View ArticleXamarin.Auth and AccountStore.Save() does not persist Google Account
I use Xamarin.Forms and Xamarin.Auth to login til differen OAuth services. After a successfull login, I persist the login using the AccountStore class, and can therefore retrieve accounts instead of...
View ArticleXamarin.Forms for UWP Preview Now Available
Update For Xamarin.Forms 2.0, the UWP preview is included in the Xamarin.Forms NuGet package. Be sure to read the directions here to get started:...
View ArticleForms.Maps detecting map pan, zoom, etc. events
I've added a Map to my ContentPage and need to know when the user has changed the VisibleRegion (i.e. moved, zoomed, etc.) so I can update the pins shown in the region. I don't see any events on the...
View ArticleType ContentPage.Padding not found in xmlns...
I'm getting this error when trying to run one of the XAML demos, trying to add padding to a content page for iOS: <ContentPage.Padding> <OnPlatform x:TypeArguments="Thickness" iOS="0, 20, 0,...
View Article