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.
0
votes
1answer
12 views
Is it feasible to extend Xamarin.Auth or Xamarin.Social to support native iOS 6 login with fallback to Safari?
We have an app that uses Facebook SDK for logging in.
We support iOS 6 native login, with fallback to Facebook App and Safari.
We're adding Twitter support soon.
We also want to implement iOS 6 login ...
0
votes
0answers
13 views
HTTP caching in RestSharp (monotouch)
RestSharp (monotouch) seems to disregard the Cache-Control headers replied by the server (for GET calls). Is that the general case, that RestSharp doesn't perform proper HTTP caching? Or have I missed ...
0
votes
0answers
26 views
Dismiss modal and push a segue
I'm pretty new at iOS development and I'm stuck using storyboards. I've a modal view (ZoekCriteriaViewCOntroller) with a button on it. When the button is Pressed I would like to dismiss the view with ...
1
vote
4answers
62 views
App started to crash
After sending out my update to App Store, the app crashes when downloading it from the App store, however debugging via Xamarin Studio works just fine.
But now when trying to release/debug on my ...
0
votes
1answer
28 views
Resize TableCell on select/deselect
I'm new to iOS and MonoTouch, and I have a pretty basic need - I have two vastly different views to display in the same table cell depending on whether it is selected or not. When you load the app ...
0
votes
0answers
18 views
can't pass phonenumber and initial text for sms message when using MFMessageComposeViewController
I have code
webView.ShouldStartLoad = (view, request, navType) => {
if(!request.Url.AbsoluteString.Contains("http"))
{
var pattern = new ...
0
votes
0answers
29 views
iOS implement pathfinding/collision detection using the GPU, not the CPU?
I'm developing an iOS game. I've successfully implemented A* pathfinding and a basic collision detection. The pathfinding works great, but the collision detection I implemented proved to be a little ...
0
votes
1answer
26 views
Xamarin serial port comms support
I can't seem to find the answer to this anywhere in their docs.
We are considering using Xamarin for an business app that will need to interface over RS232 with an external device. The first version ...
0
votes
1answer
18 views
No IPA file found when building with Visual Studio
I'm developing my project in Visual Studio 2012 using Xamarin Monotouch.
I choose profile Ad-Hoc, specify signing information (provision profile, identity etc) and build my project.
But I see no IPA ...
0
votes
1answer
28 views
Downloading and adding ios 5 simulator to the xcode 4.5 and monotouch without xcode components
I want to download and install ios simulator 5 on my xcode and monotouch. I know that we can add it from xcode components by installing ios simulator 5 or 5.1 but my these days my internet connection ...
0
votes
2answers
27 views
Compress an iPhone image before upload [duplicate]
I have the following upload code, which is called after a users selects an image from their photo album:
public void Picked(object sender, UIImagePickerMediaPickedEventArgs e)
{
...
0
votes
1answer
29 views
Supporting ios 5 in monotouch applications
I have an application with monotouch ios (iphone/ipad application). in my project option I target ios 6.
now when I want to download my application with a device that run ios 5 itune not allow.
If ...
0
votes
0answers
15 views
Monotouch SerializeObject randomly throws exceptions
This following code throws an exception once in a while, what makes it much harder to understand the problem.
GetFeaturedApiRequest request = new GetFeaturedApiRequest ();
request.RequesterID = ...
-1
votes
1answer
61 views
Testflight install bricks my iphone
Whenever I try to install my app over testflight my iPhone bricks and needs to be restored. Am I doing something drastically wrong?
To add to this, I created a blank storyboard app with one screen ...
1
vote
0answers
35 views
Xamarin Studio: Show all classes and class members used in a project
I have been told that Visual Studio has a feature that shows you all the classes and class members you used in your solution. Is there a way to do something similar with a Xamarin.iOS app in Xamarin ...
0
votes
1answer
45 views
Center UISegmentedControl within a UISearchBar
I am using the built-in search scope with a UISearchDisplayController, and I only have 2 segments.
The problem is that our design needs the buttons to be smaller and centered (it especially looks bad ...
0
votes
0answers
40 views
BecomeFirstResponder() not working on UITextField
I want to focus my UITextfield in my bottom toolbar, so on ViewWillAppear I wrote the following code:
textBarcode.BecomeFirstResponder ();
But the textBarcode doesn't become the focus. I also tried ...
-3
votes
1answer
38 views
Detecting devices connected to WiFi hotspot IOS [closed]
When WiFi hotspot is enabled for an ios device. Is it possible to detect the devices connected to the WiFi hotspot?
Ideally I would like a list of IP addresses assigned to the devices connected to ...
0
votes
3answers
36 views
Dismiss Image Picker before upload
So I am uploading a user's image to my server. I have the following code for once a user selects an image in the UIImagePickerController:
public void Picked(object sender, ...
1
vote
2answers
49 views
Is Reactive Extensions 2.1 PCL compatible with Xamarin?
Riddle me this:
Can the new PCL version of Reactive Extensions be made to work with Xamarin?
If so, how?
0
votes
0answers
21 views
Error when declaring UITableView object
I'm using Xamarin.iOS 6.3 and I'm having a weird problem: when I declare (not even initialize) a UITableView object, I receive an error:
Type is not derived from System.Attribute. Parameter name: ...
0
votes
1answer
46 views
memory leak in xamarin in app purchase
So I have been trying to setup in app purchase within my application and encountered a problem which I don't know how to solve. Im working with xamarin, and I followed their In app purchase guide on ...
0
votes
0answers
35 views
Linq join with dictionary and value type key in xamarin ios
I have a Dictonary and a IEnumerable that I would like to join on Key and OtherThing.Id
This works fine with a simple linq join on Xamarin Monodroid. Then we wanted to use our code in the IO's App. ...
2
votes
1answer
22 views
Rounded corner when change LoadMoreElement background color in Monotouch Dialog
I'm trying using this code :
LoadMoreElement elm = new LoadMoreElement (normalCaption, loadingCaption, tapped);
elm.BackgroundColor = UIColor.Blue; // new UIColor (27,109,192,1);
elm.TextColor = ...
2
votes
1answer
58 views
Does MonoTouch support C# dynamics? [duplicate]
C# Mono development for iOS has certain restrictions due to Apple's requirement to precompile the code, i.e. no JIT compilation is allowed. Because of this calls such as Reflection.Emit are not ...
0
votes
2answers
40 views
PerformSeque from button
Currently I'm writing a iOS app with Xamarin.iOS and I wrote a custom UITabbarController named BaseTabbarController. In this ViewController I made a centered raised UIButton over the TabBar to achieve ...
0
votes
0answers
29 views
(Monotouch) iOS: Detect keypress on uiview
Is there a way to detect a keypress on a normal uiview (from a uiviewcontroller)?
I need this, because my app uses a barcode scanner and the app should do something if there is an input from the ...
0
votes
0answers
32 views
UIActivityViewController leaks / memory issue in MonoTouch
I am trying to use UIActivityViewController in MonoTouch. You can see below the code. My issue is that the code is leaking (according to monotouch memory profiler) and using a lot a memory due to an ...
0
votes
1answer
30 views
Xamarin: Using native libraries in MVVMCross
Building a cross platform app that utilizes a native C library (using P/Invoke) to send commands to a remote server, how can it be architected to suit the MVVMCross framework?
Thanks!
2
votes
1answer
38 views
Problems calling a DLL library from C# on iOS because of encoding
I have special problem. I use Xamarin.iOS and try to call a function of a DLL library. The original function is defined as
LUALIB_API int luaL_loadbuffer (lua_State *L,
...
0
votes
0answers
21 views
Coreplot CPTBarPlotDelegate Xamarin not working
I'm trying to create an interactive graph using coreplot in xamarin.ios. I want to create a graph when I touch the bar it will show an information on the graph. This is my code:
var plotspace = ...
0
votes
1answer
12 views
Update width after new element added
I have a simple section with a short caption = "A" in the first EntryElement. So the first element caption width is very small.
Then, I have to add new elements programmatically. The new elements ...
1
vote
1answer
17 views
Documentation on how to use Greystripe ads with MonoTouch
I have found this binding project which allows the use of Greystripe within Monotouch
However in the bindings readme it states "Please go to https://developer.greystripe.com/ for more information on ...
0
votes
1answer
58 views
libgdx on ios GdxRuntimeException couldn't load file
I decided to move my application from Android to iOS. Application use libgdx library. I generated ios subproject using libgdx and opened it using Xamarin Studio. All images are linked from ...
0
votes
2answers
35 views
Sharing violation on path for my logmanager [duplicate]
I'm using this code for saving logs in may C# monotouch application:
public static void writeExeption(string message){
string path= StorageClass .LogsPath ;
string filepath= ...
1
vote
1answer
76 views
Xamarin IDE and visualstudio for windows +Mvvmcross
I have some confusions About the IDE to use for MvvmCross
a) VisualStudio (VS) uses Xamrarin.iOS and Xamarin.Android plugin for iOS and Android development. But can we also use PCL(Portable Class ...
2
votes
1answer
53 views
MonoTouch testing of threads
I have a class that does certain functions in a different thread. I want to test this class in my MonoTouch app. so I added a test fixture to the test projects. I found that MonoTouch does not wait ...
0
votes
1answer
35 views
MonoTouch.Dialog Overriding GetCell?
In MT.Dialog the Source class has this:
public override UITableViewCell GetCell (UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath)
{
......
}
In my class:
public class ...
1
vote
1answer
24 views
Mvvmcross tableviewcell binding error
I wrote a mvvmcross touch sample app, basically a rip of the CustomerManagement tutorial.
I have one customer in my CustomersListViewModel.
When I run the app I get the following error in the output ...
0
votes
1answer
21 views
Detecting when keyboard of a entryelement returns monotouch.dialog
I'm using this code for detect returning from a keyboard of a entry element in the monotouch.dialog.
RltEntryElement createServerUrlEntry(){
try {
ServerNameEntryElement = ...
0
votes
1answer
35 views
Changing EntryElement keyboard returnkeytype monotouch.dialog
I'm using this code for changing the keyboard returnkeytype of the entry element in monotouch.dialog but it yet show 'return' on the keyboard.
protected override MonoTouch.UIKit.UITextField ...
0
votes
0answers
34 views
MonoTouch Binding library built using Objective-C static library doesn't call corresponding objective-C method when C# counterpart is called
I've a static library (say myLibrary.a) built from Objective-C Xcode project.
I'm trying to re-use it in Mono Touch iOS application. Following documentation, I built an iOS library project in Xamarin ...
0
votes
2answers
65 views
Database not persisted between builds with xamarin ios
I'm creating a simple sqlite driven app for ios using xamarin studio on a mac.
The sqlite file is created in the "personal" folder and is persisted between builds but when i run the app the tables i ...
0
votes
0answers
29 views
MonoTouch: How to update a view [duplicate]
My app captures some information(timestamp, timer) when application goes in background and becomes active again. Once App becomes active again, i want to update that information on the view. I get a ...
1
vote
2answers
70 views
Async methods in Xamarin.iOS beta triggering JIT
I've got the latest Xamarin.iOS beta; attempting to use any async methods triggers a JIT exception. Happens regardless of the contents of the method.
Controller I'm running it from (mostly gutted ...
2
votes
1answer
48 views
activate logging output in xamarin studio
I write UnitTests (no integration-tests with device and stuff) for monotouch and monodroid in xamarin studio with NUnit.
That works great, besides the problem that I don't see any log output created ...
0
votes
1answer
21 views
Element for picking an integer in MonoTouch.Dialog
I have an application using the MonoTouch.Dialog Reflection API, and I have a view model with a couple of int properties. Unfortunately, it doesn't seem like MonoTouch.Dialog have any elements ...
0
votes
2answers
56 views
Poor performance when using MonoTouch's HttpWebRequest
I'm downloading some small images (about 40 KB each) in my MonoTouch app. The images are downloaded in parallel - the main thread creates the requests and executes them asynchronously.
I use ...
0
votes
1answer
42 views
How to color vertices?
How can I set color for vertex in opengl es 2.0?
Now I use color array:
float[] TriangleColors = new float[]{
1.0f, 1.0f, 0.0f,
1.0f, 1.0f, ...
5
votes
7answers
192 views
Simplest an fastest C# Expression that always evaluates to false and does not generate a compiler warning
I have a rather esotheric case where I need to have some piece of code that will never execute but which still needs to be part of the compilation output. Although I could come up with my own, I'm ...





