Keychain Access - No vaild iPhone code signing keys found in keychain.
I had to renew my certificate. Everything went ok according to apple.developer.com. Now my keychain access utility shows all my Developer and Distribution certificates under "Certificates". But i don't...
View ArticleTrial license is invalid
Hi Today I've downloaded the Windows trial version Xamarin 4.2.2. We are currently evaluating toolkits for App development. It was all working fine and I was able to do start the Hello_World example...
View ArticleDVC pull to refresh going bonkers
I hope that someone can help me. I recently used a DialogViewController with no problems. I was able to load it with my data perfectly. After enabling pull-to-refresh, I notice that activating...
View ArticleFinished upgrading app to iOS 7 but now crashes instantly on iOS 6
Anybody have any tips on how to start debugging a crash on iOS 6 simulator? I upgraded my app to work on the iOS 7 simulator with the iOS 7 SDK, but it now crashes instantly with the iOS 6 simulator...
View ArticleUIButtonType.DetailDisclosure show information icon on iOS7
Hi! I have followed the maps example on http://docs.xamarin.com/guides/ios/platform_features/ios_maps/ but the right callout displays an information icon on iOS7 instead of a right arrow (detail icon)....
View ArticleWeb Reference Autogenerated code errors
Hello, I create a web service reference and the auto generated code Reference.cs have errors; it say that the 'schema' type that is created in the class is not found or have a missed reference. This is...
View ArticleZipStorer ZipFileEntry error on zfe.HeaderOffSet when adding a jpg file...
I am using this to create my new file: jpg = System.IO.Path.Combine (documentsDirectory, "1"); NSData imgData = imagemCam.AsJPEG(); NSError err = null; if (imgData.Save(jpg+".jpg", false, out err)) {...
View ArticleNavigationBar.Translucent = false failing on device
Hi, I am trying to set my navigation bar to be solid by setting this.NavigationController.NavigationBar.Translucent = false;. This works fine on the simulator but when I try running the same code on my...
View ArticleNeed help with images for android devices. How to prepare them?
Hi there, I have looked at all the android documentation and at what other people have done but I am still getting confused! I am a bit new to this area of design. I have an image I want on my app. I...
View ArticleProgressBar showing only half of its height like only the top part, why?
I just am using a progressbar and setting its pogress to 0.5F and only the upper(i dont know if this word exists) part of it is showing and i dont know why, its like there is something in front of it...
View ArticleActionBar and SlideMenu
Hi, Members I am write new xamarin. How to ActionBar and SlideMenu or TabHost How do I make them. I'm little rookie Do you have Exmple ? I'am programming C#(Sharp)
View ArticleHaving problem to get GPS
Hi, I tried the tutorial GPS from this link: http://docs.xamarin.com/recipes/android/os_device_resources/gps/get_current_device_location using System; using Android.App; using Android.Content; using...
View ArticleMono System.Net.XDocument.Load(url) bug workaround?
It appears that XDocument.Load and XDocument.Parse are buggy in Mono. (I just posted Bug 12508 on Bugzilla.) The code below works in Visaul Studio with .NET 4.5, but it doesn't work in Xamarin Studio...
View Articleis it way to parse zxing barcode value
i got ever coloums in msg object, i just need title, example.. is it possible?
View ArticleHow to Create Class Diagram in Xamarin Studio?
Hi, I am new to Xamarin. I need to create the Class Diagram of My Project Solution. In Visual Studio , I could create Class Diagram simply. Like the same , available in Xamarin Studio? Or any other...
View ArticleBuild Failed. See log file
I am building my Android project in Xamarin Studio , it is throwing one error but iam not able to see it.
View Articleis it possible to gesture draw like Circle, Cross or triangle?
i got a simple code from touch source like if (newPoint.X >= previousPoint.X && newPoint.Y >= previousPoint.Y) midpoint = newPoint; // if we're stroking up (moving right x and up y [y...
View ArticleHow do I keep double quotes from JSON data from appearing in list items?
I am retrieving this JSON data from my database... {"products":[{"pid":"6","name":"Cheese","price":"$2.75","description":"Sharp Cheddar","created_at":"2013-08-21 11:38:37","updated_at":"2013-08-21...
View ArticleWebRTC: Java->C# conversion - stuck at WebView/JavascriptInterface not seems...
Background: http://kenneththorman.blogspot.dk/2014/01/goal-cross-platform-android-ios-webrtc.html Source code at Github: https://github.com/kenneththorman/appspotdemo-mono/tree/TryingToFixWebView...
View Articlehow to add zoom feature to the text in UITextView
Hi i am developing ios native app using Xamarin. i have textview which displays the static text. Also text is not editable. i want to provide zoom feature to the text displayed in UITEXTVIEW. please...
View Article