Xamarin.iOS (previously known as MonoTouch) is a commercial software development kit for Mac OS X that lets you use C# (a .NET programming language) to create native applications for Apple iPhone, iPod Touch, and iPad devices.

learn more… | top users | synonyms (1)

226
votes
12answers
22k views

How to decide between MonoTouch and Objective-C?

After sitting through a session today on Mono at a local .Net event, the use of MonoTouch was 'touched' upon as an alternative for iPhone development. Being very comfortable in C# and .Net, it seems ...
148
votes
18answers
11k views

Is MonoTouch now banned on the iPhone? [closed]

A recent post by John Gruber notes that the following legalese: 3.3.1 — Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs. Has ...
71
votes
4answers
7k views

How can I launch multiple instances of MonoDevelop on the Mac?

I would like to open a new MonoDevelop instance to work on a different project on the Mac, and the OS is currently preventing me from opening a new instance.
43
votes
2answers
1k views

Better MonoTouch crashes with TestFlight

We've hooked up TestFlight and the TestFlight SDK with MonoTouch and so far it's working great. One thing we've noticed is that the crash reports are more geared towards Obj-C apps. They look like ...
40
votes
4answers
3k views

Anyone have experience with architecture for cross platform WP7 Android iOS mobile development (monotouch, monodroid, C#)

This question is specifically related to a recommended architecture and people's previous experiences for cross-platform WP7, iOS, Android apps developed using C#, Monotouch and Monodroid ...
37
votes
4answers
9k views

Publishing to TestFlight, new testers, do I really need to rebuild/download my provisioning profile?

I have published an app through the testflight website to allow my colleagues to test, and as more and more of them opens the initial email and find time to go through the registration process, ...
36
votes
3answers
8k views

phone gap vs monotouch for data intensive app

We are looking to develop a data intensive application for mobile devices. Our central problem is We will have to store quite a lot of data on the client The client wants the app to work offline Our ...
35
votes
11answers
30k views

How to force a UIViewController to Portait orientation in iOS 6

As the ShouldAutorotateToInterfaceOrientation is deprecated in iOS 6 and I used that to force a particular view to portrait only, what is the correct way to do this in iOS 6? This is only for one ...
29
votes
1answer
486 views

Extended UIButton border is not initially drawn

I am trying to create a custom UIButton which extends from UIButtonType.RoundedRect. My added functionality is working, but there is an issue with the initial rounded border state of my button. The ...
28
votes
1answer
1k views

How to prevent iOS crash reporters from crashing MonoTouch apps?

There are plenty iOS crash reporting libraries in iOS, including TestFlight and HockeyApp. If you don't want to depend on services, you can still use libraries like PLCrashReporter. Binding these ...
28
votes
2answers
873 views

Monotouch Three20 app launcher or bindings

From what I've read about btouch; the bindings are not complete for three20. Is there a project that provides either bindings for the Three20 app launcher or a pure MonoTouch implementation of a ...
24
votes
3answers
10k views

Write to a File in Monotouch

How would I create and write to a file in a Monotouch iPhone app? The file should persist between application launches, so I guess it has to be placed somewhere in the App bundle ( documents or ...
24
votes
6answers
13k views

What happens to an iPhone app when iPhone goes into stand-by mode?

My app uses NSTimer and it appears that NSTimer doesn't fire when the iPhone goes into the stand-by mode (either by pressing the hardware button or by the idle timer). When I activate the iPhone ...
23
votes
4answers
4k views

MvvmCross experiences, hindsight, limitations?

I am considering using the MvvmCross framework for a cross platform mobile application that will target Android, iPhone and WP7. Does anyone have any experience with this framework they would like to ...
23
votes
5answers
5k views

Is there a way to mix MonoTouch and Objective-C?

I'd like to know if there is a way to mix C# and Obj-C code in one project. Specifically, I'd like to use Cocos2D for my UI in Obj-C and call some MonoTouch C#-Library that does some computations and ...
22
votes
7answers
10k views

Monotouch or Titanium for rapid application development on IPhone?

As a .Net developer I always dreamed for the possibility to develop with my existing skills (c#) applications for the Iphone. Both programs require a Mac and the Iphone Sdk installed. Appcelerator ...
22
votes
6answers
1k views

Anyone successfully used password on sqlite database in Monotouch?

I have a Monotouch app which uses a sqlite database. I want to encrypt the database so I am doing this: _mainConnection = new SqliteConnection("Uri="+finalDB); _mainConnection.Open(); ...
21
votes
7answers
2k views

Targeting/Developing for multiple mobile platforms with one programming language (C#)? Cost-Benefit?

Today it is possible to use C# programming for multiple mobile platforms such as: WindowPhone7 Android - Monodroid iPhone - Monotouch (feel free to edit if I missed some) Of course, it is still ...
20
votes
3answers
6k views

How big is an Objective-C iPhone app vs. a MonoTouch app?

I am considering using MonoTouch for some iPhone development, but payload size is an important factor. For a user who has never installed Mono on their iPhone before, what would the size of an ...
17
votes
3answers
5k views

Is MonoTouch a viable platform for iPhone development?

MonoTouch seems like a great platform for iPhone development, but I'm concerned about deploying it to the Apple Store. Are there any examples of applications built with it that are currently available ...
17
votes
2answers
1k views

.NET Unit test runner for iOS

Has anyone written (or know about) a .net unit-test runner, preference to NUnit, that runs on iOS ? or do I have to roll my own ? My goal is to execute the unit tests on the simulator or devices. So ...
16
votes
3answers
739 views

How to speed up MonoTouch compilation time?

It is well known that If compiling takes even 15 seconds, programmers will get bored while the compiler runs and switch over to reading The Onion, which will suck them in and kill hours of ...
16
votes
2answers
1k views

Why is our MonoTouch app breaking in the garbage collector? It is not out of memory

We have a simple question, but the cause is complicated. We are experienced developers, and have done a lot of research into what may be causing it. We are hoping that MonoTouch developers can work ...
15
votes
4answers
11k views

Is MonoGame reliable?

I'm looking for a cross-platform game development framework. MonoGame looks easy to learn and fast to develop, but I see most of the games featured at their page do not work, or have a lot of bugs. ...
15
votes
2answers
407 views

iPhone app gets into a state where network requests never complete

Every so often, my iPhone app gets into a state where network requests always time out, even if other apps work fine (and can even access the same sites). This isn't obviously correlated with changes ...
14
votes
4answers
29k views

iPhone/iPad UIButton TitleLabel text not appearing

I created a grid of buttons. The following code creates the buttons and displays them, but there is no text on the button. Is there a setting I am missing? (Obj-C replies are fine, I'm bi-lingual) ...
14
votes
3answers
2k views

MonoTouch.Dialog: Dismissing keyboard by touching anywhere in DialogViewController

NOTE: There are two similar SO questions (1) (2), but neither of them provides an answer. TL;DR: How can one dismiss the keyboard in a MonoTouch.Dialog by letting the user touch any empty space in ...
14
votes
5answers
10k views

Appcelerator Vs. MonoTouch - Which one is best for a .NET developer? [closed]

I'm a .NET developer with 10 years experience developing Web & Mobile Apps. I'm looking to branch into iPhone (and possibly Android) development. I'm looking at two products: Appcelerator ...
14
votes
4answers
4k views

Q:Images in Interface Builder when using MonoTouch

I'm new to MonoTouch and iPhone development. I have my images (PNG) in a resources folder in MonoDevelop, however if I want to set the image property for a button in Interface Builder, how do I do ...
14
votes
1answer
897 views

Can I make MonoDevelop look good on a Retina display?

I bought a new Retina MacBook Pro to develop for iOS with MonoTouch. It is extremely frustrating that, probably because it is built on Gtk#, MonoDevelop is very blurry. I can cope with blurry UI ...
13
votes
3answers
10k views

Do I programatically add SubViews in ViewDidAppear, ViewDidLoad, ViewWillAppear, the constructor?

I'm trying to figure out from Apple's sketchy documentation which method is the best place to be initializing and adding my Views controls to the controller's view. With winforms it's fairly ...
13
votes
3answers
3k views

How MonoTouch works?

I would really appreciate it anybody could briefly explain me, what's the general approach to implementing things like MonoTouch? I'm really amazed because it's not the first example I see when people ...
13
votes
4answers
3k views

Why won't instruments execute my Monotouch application?

I'm trying to use Instruments to look at resource usage in my Monotouch app. However, I can't get the app to launch through Instruments. When I hit the record button in Instruments, the app launches ...
13
votes
1answer
1k views

Memory/resource management using MonoTouch and MonoTouch.Dialog

I have a MonoTouch app that has a UITabBarController, with each of the tabs being a UINavigationController. Some of these wrap a UIViewController which adds a UITableView and a UIToolbar, and others ...
13
votes
2answers
997 views

Using Monocross on Windows Phone 7 with Panorama and/or Pivot control

I love the Monocross idea but am a bit lost for Windows Phone 7 when I want to use a Panorama and/or Pivot control. The only view provided is the Page view. So navigating from one page to another ...
12
votes
4answers
10k views

NSUrlConnectionDelegate - Getting http status codes

in iOS, how can I receive the http status code (404,500 200 etc) for a response from a web server. I am assuming it's in the NSUrlConnectionDelegate. Objective-C or Monotouch .NET answer ok.
12
votes
5answers
3k views

An error occurred uploading to the iTunes Store - Please upgrade Java

Yesterday there were an update to Jave (1.6.0_31) in the "Software update", but now when I try to send my updated app, I get this error "An error occurred uploading to the iTunes Store". Console ...
12
votes
1answer
2k views

iPhone MonoTouch - Get Version of Bundle

In MonoTouch, how can we get the version of the bundle currently running? My closest guess is somewhere in : NSBundle.MainBundle.ObjectForInfoDictionary
12
votes
4answers
2k views

Recreate recipient bubble behaviour in Mail.app / Three20

Krumelur asked this question about how create a recipient bubble similar to the mail.app. Please see screenshots below of what I mean: I can create the look of this element (including the look ...
12
votes
3answers
6k views

Messagebox.Show and DialogResult equivalent in MonoTouch

I have a Yes/No dialog from UIAlertView with two buttons. I would like in my method to implement the logic similar to this: if(messagebox.Show() == DialogResult.OK) The thing is if I call ...
12
votes
2answers
2k views

Detecting when you're in/out of the main thread in Monotouch

Is there a way in iOS / Monotouch to detect whether code is being called in the main thread? I'm looking for something like the equivalent of Java's EventQueue.isEventDispatchThread() -- I've found ...
12
votes
5answers
2k views

IoC library compatible with MonoTouch?

Still getting familiar with the limits of MonoTouch. Is there an IoC/DI library that can be used with MonoTouch. Something like Ninject ideally?
11
votes
4answers
7k views

Mono for iOS/Android Open or Closed? Paid or Free?

I am attempting to learn more about mobile/tablet development and, as a .NET developer, I am naturally drawn to Mono. But I am confused--I thought that Mono was free and open source; however, all ...
11
votes
3answers
4k views

Push notifications Service using monotouch

I am starting to look for the Apple Push Notification Service . I have an created using Monotouch framework, How can I start to let my app use the apple Push Notification Service, Should I create ...
11
votes
10answers
1k views

Suggestions for entering mobile development — pure iPhone SDK, Android SDK, Mono Touch or Titanium?

I am entering mobile development. I have been working primarily in .NET since 1.0 came out in beta. Before that, I was mostly a C++ and Delphi guy and still dabble in C++ from time to time. I do ...
11
votes
1answer
3k views

How to enable iPhone Settings (bundle, plist) in MonoTouch

I'm trying to get the iPhone Settings working in a small test app I'm writing using MonoTouch/MonoDevelop. It's probably super basic/fundamental in Xcode... ...however I didn't immediately see how to ...
11
votes
7answers
424 views

UIImage animations don't work in a view pushed without animation

I've got a view controller whose view contains a UIImageView that does animation: //AnimationViewController::ViewDidLoad event: var ctlAnimations = new UIImageView(); ctlAnimations.AnimationImages = ...
11
votes
0answers
214 views

Bug in Mono C# compiler's implementation of yield? [closed]

This code causes an internal compiler error at the if(false) statement, using the 2.10.8 dmcs as well as MonoTouch. Is this known? (This may be a bug report, but I could be doing something lame.) ...
10
votes
4answers
5k views

MonoTouch & C# VS Objective C for iphone app

Greeting, I'm a C# programmer guy. I'm planning to start developing app for iphone but I'm not sure if I should use C# under MonoTouch or just use the native language for iphone OS Objective C. Is ...
10
votes
1answer
3k views

Best practices for iOS / monotouch programmatic UI layout

New to iOS, coming from the Java / Swing world, where I'm used to creating UIs programmatically, letting components size themselves and using various clever layout managers to arrange things. It ...

1 2 3 4 5 90