Example leaderboard and achievement publishing?
Any examples getting leaderboards and achievements published to googleplay with Mono/Xamarin? Searched the forums and the net and can't seem to find anything.
View ArticleSubview Background Color Not Showing
Hi everyone, I am subclassing UIView and trying to set a background colour for it with no luck. When I add it as a subview to a parent controller any custom drawing or background colours don't get...
View Article"This project type requires Xamarin.iOS to be installed" after last update...
I'm not able to use Xamarin anymore because after I updated Xamarin Studio to the latest version (4.2.3) I receive a "" error message when opening any of my solutions "This project type requires...
View ArticleInteger types not allowed (at 'paddingLeft' with value '20')
I added some padding to a button and a textbox in Visual Studio for my Android app and I'm getting this error. Error 2 Integer types not allowed (at 'paddingLeft' with value '20')....
View ArticleHow to use PrepareWithInvocationTarget on NSUndoManager
When I try the following call ((MyDocument) this.UndoManager.PrepareWithInvocationTarget(this)).DoRemoveEntry (row); I get the following error: Could not find a valid superclass for type...
View ArticleDo we have the PCL for SQLite.NET ORM?
As per xamarin we have to use SQLite.NET (Krueger Systems, Inc) for Cross Platform sqlite access http://docs.xamarin.com/guides/cross-platform/application_fundamentals/data/part_3_using_sqlite_orm/ Can...
View ArticleGetting started with Symplified.Auth
Hi, I have a scenario in which the Symplified.Auth component would be a great fit. The app we're building has to authenticate against an ADFS 2.0 SAML endpoint, so I downloaded the Symplified.Auth...
View ArticleActivation error on Business Trial
Hi, I have a problem activating Xamarin.Android licence trial. Visual Studio 2012 Ultimate Rises this error on license activation: System.Exception: Could not load machine data: error MT9019: Please...
View ArticleProblems Binding Custom Static Library To Project
First off, I'm fairly new to iOS, I've only been working with it a few months so my knowledge of the API and ObjC is fairly limited; I've read the docs from Xamarin and a few posts on the forums on how...
View ArticleXCode Organizer - "Data files in Sandbox" is empty
I'm trying to view some files created by my app in it's Documents folder. I plugin the device and in XCode Organizer I can see the apps listed, but under "Data files in Sandbox" nothing is displayed....
View ArticleCan Use a Mac as Build Host For More Than One Development Machine
We have multiple developers who have Visual Studio installed on Windows machines. However, we only have one spare Mac. I've successfully built and debugged a project after pairing my own machine to the...
View ArticleAccessoryView in Header using UITableViewStyle.Grouped
Hi folks, is possible insert a AccessoryView in Group Header(equal the print)? i know how make this in TableCells using this code: UITableViewCell cell = tableView.DequeueReusableCell(cellIdentifier);...
View ArticleApplication Failing To Run
I'm trying to get my first Android program to run before testing my other code. The application compiles and deploys but upon deployment, immediately exits before entering the OnCreate event. The...
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 ArticleAttn Xamarin: PCL for Xamarin.Mac ?
Do we have PCL support for the Mac in Visual Studio? If not, is there a plan to support them ? Thanks L.
View ArticleCan 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 ArticleDoesn't have access to setVisibility to a button
Here how i retrieve my button in my Fragment ` class clsFragmentConnection : Fragment { private EditText _editUser; private EditText _editPass; private Button _btnLogin; public override void...
View ArticleHttpWebRequest and Digest Authentication
I am trying to send a web request to a server that requires Digest authentication. This is not working in Xamarin.mono, I get a 401 error. Is there an alternative I should be using to connect to this...
View ArticlePackaging Component with Xamarin Studio on Mac
I have purchased Xamarin Studio (Indie) for IOS. I am writing a library and would like to make it available via a component, can I still Package my component without the Microsoft Windows version ?...
View ArticleBinding for ubertesters java library
Has anyone created a binding for the ubertesters SDK? Now that Testflight for Android is shutting down this looks like a great alternative, but I didn't have any luck creating a binding myself. I was...
View Article