Can I get the earlier version of Xamarion.iOS for visual studio like 1.3?
Because our company are still using Xamarin.iOS 6.4.3 in our Mac environment, so the latest like 1.10 will not work. Is there a way to install earlier version of it like 1.3 for visual studio? I think...
View ArticleProblem adding SOAP web consuming class to project
Hello there, I am trying to consume a SOAP web service written in ASP.net My project has two separate MyProject.Core and MyProject.Android folders. Now, i created a Class in MyProject.Core and am going...
View ArticleCannot debug Android: licensing issue
Hi, I'm logged in from a Business account on a PC and somehow my debug sessions are not working for Android. Turned out Deploy was disabled in the configuration manager. But when I checked that I got...
View ArticleStrange behavior when mixing iOS and Azure projects
We have an existing solution that has a MVC website, Web API webservices, a worker role and shared library projects which support these applications. These applications are deployed to Azure using...
View ArticleError while using Android Support V4 xamarin project
I am getting following error when i add Android support V4 component in project _Error XA5207: Please install package: 'Android Support Library' available in SDK installer. Java library file...
View ArticleHow can I play video in PCL?
I need a project to play video, and the project is a cross platform project. thanks.
View Article* Storyboard Templates
Hello, I noticed that the "iPad Storyboard", "iPhone Storyboard", and "Universal Storyboard" project templates are missing from both Beta and Alpha. Those templates are only available on the Stable...
View ArticlePlease Help Any one .....
I want to write a code for sending a file (any type) as attached via SMS Can Anybody Help ......
View ArticleProductivity Tips for using Xamarin Studio?
I have been developing in Xamarin for a couple months now and I am pretty much done with an Android app. I have been enjoying using the Xamarin platform. I am now creating the iOS version of that same...
View ArticleNSJsonSerialization.Deserialize signature problem
I am using both Serialize and Deserialize. Serialize looks correct with error passed as reference. NSError error = null; NSData jsonData = NSJsonSerialization.Serialize (data, 0, out error);...
View ArticleUsing the new Shared/Universal app support in Xamarin projects
I couldn't find an easy way in the VS2013 IDE to make these new Universal projects work with the "Shared" project they create, but with a bit of XML hacking I got it working. Thought this might help...
View ArticleXamarin backtracking on license terms - a business risk
I have read the forums and it appears that was an abrupt change in licensing terms made around Nov 2013 where Xamarin blocked distribution of applications for all licensees unless the licensee would...
View ArticleiOS project cannot find namespace of ios binding project
I have a binding project that appears to build correctly. However, my Ios project is unable to see the namespace FlurryBindings.Ios. Have I done the binding correctly? I'm doing this from within Visual...
View ArticlePCLs cannot find mscorlib
I have the following log: 1>------ Build started: Project: Nykular.Screen.Ios, Configuration: Debug Any CPU ------ 1> Nykular.Screen.Ios ->...
View ArticleNSJsonSerialization.Deserialize signature problem
I am using both Serialize and Deserialize. Serialize looks correct with error passed as reference. NSError error = null; NSData jsonData = NSJsonSerialization.Serialize (data, 0, out error);...
View ArticleApp icon is created for referenced library, how to fix this?
I am referencing SQLiteNetExtensions.dll in my project. While installing my app two applications are created with app icon. One is normal app, another is for referenced library SQLiteNetExtensions....
View ArticleIs MonoTouch.Foundation.Preserve still necessary for entities?
It used to be that you had to decorate pure entity classes with MonoTouch.Foundation.Preserve otherwise the compiler could think that a property wasn't used, especially if you just did basic...
View ArticleF# project fails to build with 'The required attribute ”Project“ In Import is...
See this StackOverflow post for a sample solution. I see this issue every time I attempt to open most F# projects created with Visual Studio in Xamarin Studio. For an easily reproduced sample, see...
View ArticleICollectionView cells are not being correctly reused
I want to use a UICollectionView to show a serie of images that the user can choose from the gallery. So I implemented a UICollectionViewDataSource, however in the GetCell method there is a problem...
View ArticleIs support ByRef Parameter in Xamarin Android?
Hello, I have a function in WCF service with ByRef parameter which is working fine in windows phone but not supporting in Xamarin Android. The following is my function: Function GetHeader(ByVal...
View Article