How to bind a library that in turn binds some C++?
I used CSharpie following the Xamarin tutorial on how to bind objective c libraries. I'm trying to bind WikitudeSDK. It itself binds some C++ and now I get unknown symbol errors when monotouch compiler...
View ArticleActivation Successful, VS restarts, but all over again!
Sorry to start a new thread, but I run through everything in all threads I could find here, losing all my working day and I'm back at square one. As a last resort, I had uninstalled and remove all...
View ArticleLinker on Android Questions
Greetings, I have a multi-platform app in development, and I wanted to use the linker to reduce the size of my Android project. However, now my release is not functioning properly. It never crashes,...
View ArticleWhy SilverLight Tool won't generate Service related ServiceClient?
Q 1) Why SilverLight Tool won't generate Service related ServiceClient? Description: Using SilverLight Tool. I tried getting Proxy Class and Config Files I ran the follwing command in command prompt:...
View ArticlePortable Class Library
I want to create a PCL that targets Android and iOS and use C#5 and .NET 4.5 and use System.Net.Http.HttpClient. Is that possible? If so, how?
View ArticleWhy SilverLight Tool not generating ServiceClient related to WCF Service?
Q 1) Why SilverLight Tool won't generate Service related ServiceClient? Description: Using SilverLight Tool. I tried getting Proxy Class and Config Files I ran the follwing command in command prompt:...
View ArticleProblems with iOS7 Beta
Hey everyone, I am trying to get my app to run on iOS7 beta, but it always fails with the following error found in the Device Log: Jul 8 13:31:24 installd[62] <Notice>: 0x201000...
View ArticleHow to symbolicate app built with iPhoneSimulator platform?
Hi all, Simple question... I'm trying to symbolicate a version of my app built for the simulator. This seems to not being possible since there is no .dSYM file associated to the .app. I've took a look...
View ArticleObjective Sharpie binding error for Mixpanel library
Hi, I want to integrate my app with Mixpanel for its analytics and iOS push notifications (Details here: https://mixpanel.com/docs/people-analytics/ios-push-notifications), so I'm trying to generate a...
View ArticleIs there something in Xamarin for Auto-Scrolling when KeyBoard Show and Hide ?
Is there something include in Xamarin for Scrolling the View with Keyboard when it Shows and Hides ? Or should I have to do it on my own, like Obj-C. Thx
View Article!!CRITICAL!! All apps uploaded to iTunes are crashing after run
I tested 20 of my apps on devices then published updates to the app store. EVERY app is crashing when my users are updating. The error is identical on all. It looks like the linker is killing the...
View ArticleYouTube Resumable Upload
Hi, Does anyone have an example of using the YouTube service insert method: https://github.com/moljac/MonoMobile.Google.GData // Google.GData.YouTube.YouTubeService yt = new...
View ArticleHelp with Grow heap (frag case) byte allocation
Im display a 10 images per time with this in a alertdialog using (var image = MediaStore.Images.Media.GetBitmap(ContentResolver, image1)) { imagem1.SetImageBitmap (image); image.Recycle (); } but after...
View ArticleError when opening axml layout files. The operation could not be completed....
I've seen varying levels of this error for different people on the forums, but I get this every time I open any axml file in Visual Studio 2012. There's no way I'm reinstalling VS just to see if it...
View ArticleLoad html page with german umlaute into webview?
Hello, i load a webpage into a string and remove some elements(divs in content). Then i try to show the html page in webview. That works but all german umlaute are shown as "?" I tried several ways for...
View ArticleUsing System.Linq.Expressions in a PCL method causes TypeLoadExpression...
Given the following method code in a Profile78 Portable Class Library: public static void Calculate() { var constantExpression = System.Linq.Expressions.Expression.Constant(5); } When I call the method...
View ArticleCan X Studio Version 4.0.12 push apps to an iOS7 device?
We'd like to test our apps on iOS7, but don't want to update our development box. If we update an iPhone to iOS7, can we still push iOS 6 apps to it and test on it using Xamarin Studio Version 4.0.12 ?
View ArticleGood Technologies & Xamarin.iOS - anyone used both?
Has anyone used Xamarin with the Good Technologies "App Containerization"? Looking to find out if anyone has used Xamarin with either the app "containerization" process or the Good SDK. Would love to...
View ArticleRE: Portable Class Library in Xamarin Trail version
Dear All, Do Xamarin Trail version(indie) support 'Creating Portable Class Library' because Add Portable library popup doesn't show options for Mono for Android and MonoTouch'? Kindly suggest.
View Article